Searched refs:ENOTDIR (Results 1 - 25 of 27) sorted by relevance

12

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h23 #define ENOTDIR 20 /* Not a directory */ macro
/external/bison/lib/
H A Dstat.c91 errno = ENOTDIR;
106 ENAMETOOLONG, and for stat("file/"), when we want ENOTDIR.
132 errno = ENOTDIR;
H A Dfopen.c93 errno = ENOTDIR;
H A Dopen.c156 with ENOTDIR. */
168 errno = ENOTDIR;
H A Dspawni.c355 case ENOTDIR:
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h107 #ifndef ENOTDIR
108 #define ENOTDIR 20 macro
H A Dyaffsfs.c438 yaffsfs_SetError(-ENOTDIR);
718 yaffsfs_SetError(-ENOTDIR);
730 yaffsfs_SetError(-ENOTDIR);
734 yaffsfs_SetError(-ENOTDIR);
1444 yaffsfs_SetError(-ENOTDIR);
/external/openssh/openbsd-compat/
H A Dmktemp.c130 errno = ENOTDIR;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h175 not_a_directory, // ENOTDIR
384 # ifndef ENOTDIR
385 # define ENOTDIR 20 macro
555 not_a_directory = ENOTDIR,
/external/chromium/base/
H A Dplatform_file_posix.cc126 case ENOTDIR:
H A Dfile_util_posix.cc153 bool ret = (errno == ENOENT || errno == ENOTDIR);
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c216 case ENOTDIR:
/external/oprofile/libopagent/
H A Dopagent.c140 errno = ENOTDIR;
/external/openssl/apps/
H A Dapps.c1741 #ifdef ENOTDIR
1742 && errno != ENOTDIR
2018 #ifdef ENOTDIR
2019 && errno != ENOTDIR
2046 #ifdef ENOTDIR
2047 && errno != ENOTDIR
/external/dropbear/
H A Dscp.c963 errno = ENOTDIR;
1184 errno = ENOTDIR;
/external/mksh/src/
H A Dshf.c1140 #ifdef ENOTDIR
1141 case ENOTDIR:
H A Dmisc.c1511 errno = ENOTDIR;
/external/openssh/
H A Dscp.c1040 errno = ENOTDIR;
1256 errno = ENOTDIR;
H A Dsftp-server.c96 case ENOTDIR:
/external/ppp/pppd/
H A Doptions.c411 if (err != ENOENT && err != ENOTDIR)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h541 #define VKI_ENOTDIR ENOTDIR
/external/libxml2/
H A DxmlIO.c183 "Not a directory", /* ENOTDIR */
359 #ifdef ENOTDIR
360 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR;
/external/e2fsprogs/e2fsck/
H A Dprofile.c330 } else if ((retval != ENOTDIR) &&
/external/elfutils/src/
H A Dunstrip.c186 fail = ENOTDIR;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1644 milliseconds

12