Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 25 of 29) sorted by relevance

12

/external/bison/lib/
Dstat.c91 errno = ENOTDIR; in rpl_stat()
132 errno = ENOTDIR; in rpl_stat()
Dfopen.c93 errno = ENOTDIR; in rpl_fopen()
Dopen.c168 errno = ENOTDIR; in open()
Dspawni.c355 case ENOTDIR: in __spawni()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h107 #ifndef ENOTDIR
108 #define ENOTDIR 20 macro
Dyaffsfs.c438 yaffsfs_SetError(-ENOTDIR); in yaffs_open()
718 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
730 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
734 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1444 yaffsfs_SetError(-ENOTDIR); in yaffs_link()
/external/kernel-headers/original/asm-generic/
Derrno-base.h23 #define ENOTDIR 20 /* Not a directory */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h384 # ifndef ENOTDIR
385 # define ENOTDIR 20 macro
555 not_a_directory = ENOTDIR,
/external/openssh/openbsd-compat/
Dmktemp.c130 errno = ENOTDIR;
/external/chromium/base/
Dplatform_file_posix.cc126 case ENOTDIR: in CreatePlatformFile()
Dfile_util_posix.cc153 bool ret = (errno == ENOENT || errno == ENOTDIR); in Delete()
/external/elfutils/libdwfl/
Dfind-debuginfo.c216 case ENOTDIR: in find_debuginfo_in_path()
DChangeLog807 (dwfl_standard_find_debuginfo): Fail on errors not ENOENT or ENOTDIR.
/external/oprofile/libopagent/
Dopagent.c140 errno = ENOTDIR; in op_open_agent()
/external/openssl/apps/
Dapps.c1741 #ifdef ENOTDIR in rotate_serial()
1742 && errno != ENOTDIR in rotate_serial()
2018 #ifdef ENOTDIR in rotate_index()
2019 && errno != ENOTDIR in rotate_index()
2046 #ifdef ENOTDIR in rotate_index()
2047 && errno != ENOTDIR in rotate_index()
/external/mksh/src/
Dshf.c1140 #ifdef ENOTDIR in cstrerror()
1141 case ENOTDIR: in cstrerror()
Dmisc.c1511 errno = ENOTDIR; in do_realpath()
/external/dropbear/
Dscp.c963 errno = ENOTDIR;
1184 errno = ENOTDIR;
/external/openssh/
Dscp.c1040 errno = ENOTDIR;
1256 errno = ENOTDIR;
Dsftp-server.c96 case ENOTDIR: in errno_to_portable()
/external/valgrind/main/include/vki/
Dvki-darwin.h541 #define VKI_ENOTDIR ENOTDIR
/external/elfutils/
Dandroid.patch232 case ENOTDIR:
/external/ppp/pppd/
Doptions.c411 if (err != ENOENT && err != ENOTDIR)
/external/libxml2/
DxmlIO.c359 #ifdef ENOTDIR in __xmlIOErr()
360 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR; in __xmlIOErr()
/external/e2fsprogs/e2fsck/
Dprofile.c330 } else if ((retval != ENOTDIR) && in profile_init()

12