Searched refs:EISDIR (Results 1 - 25 of 142) sorted by relevance

123456

/netbsd-current/sys/arch/acorn32/stand/lib/
H A Driscoserrors.c40 return EISDIR;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmkstemps.c133 #ifdef EISDIR
134 && errno != EISDIR
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h86 # ifdef EISDIR
88 ((e) == EISDIR \
89 || ((e) == EACCES && isdir (f) && ((e) = EISDIR, 1)))
96 # ifdef EISDIR
97 # define is_EISDIR(e, f) ((e) == EISDIR)
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c87 #ifdef EISDIR
88 case EISDIR : return 21;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h100 #ifdef EISDIR
102 return EISDIR;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h323 #ifndef EISDIR
324 #define EISDIR 9962 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c128 #ifdef EISDIR
129 { "EISDIR", EISDIR, 21 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h81 XEN_ERRNO(EISDIR, 21) /* Is a directory */
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dxs_wire.h82 XSD_ERROR(EISDIR),
/netbsd-current/sys/sys/
H A Derrno.h63 #define EISDIR 21 /* Is a directory */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h75 is_a_directory = EISDIR,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h75 is_a_directory = EISDIR,
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Derrno2result.c44 case EISDIR:
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc168 #ifdef EISDIR
169 case EISDIR:
/netbsd-current/usr.bin/dc/
H A Ddc.c103 errc(1, EISDIR, "%s", argv[0]);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h81 is_a_directory = EISDIR,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h81 is_a_directory = EISDIR,
/netbsd-current/tests/lib/libc/sys/
H A Dt_truncate.c159 ATF_REQUIRE_ERRNO(EISDIR, truncate("/etc", 999) == -1);
/netbsd-current/sbin/mount_portal/
H A Dpt_file.c157 if (error == EACCES || error == EISDIR) {
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d79 inline int EISDIR = 21;
80 #pragma D binding "1.0" EISDIR

Completed in 326 milliseconds

123456