| /src/sys/arch/acorn32/stand/lib/ |
| riscoserrors.c | 40 return EISDIR;
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| mkstemps.c | 133 #ifdef EISDIR 134 && errno != EISDIR
|
| /src/external/gpl2/grep/dist/src/ |
| system.h | 86 # ifdef EISDIR 88 ((e) == EISDIR \ 89 || ((e) == EACCES && isdir (f) && ((e) = EISDIR, 1))) 96 # ifdef EISDIR 97 # define is_EISDIR(e, f) ((e) == EISDIR)
|
| /src/lib/librumpuser/ |
| rumpuser_errtrans.c | 87 #ifdef EISDIR 88 case EISDIR : return 21;
|
| /src/sys/rump/include/rump/ |
| rumperrno2host.h | 100 #ifdef EISDIR 102 return EISDIR;
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| errno.h | 323 #ifndef EISDIR 324 #define EISDIR 9962
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| errno.h | 81 XEN_ERRNO(EISDIR, 21) /* Is a directory */
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| xs_wire.h | 82 XSD_ERROR(EISDIR),
|
| /src/sys/sys/ |
| errno.h | 63 #define EISDIR 21 /* Is a directory */
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/ |
| error_constants.h | 75 is_a_directory = EISDIR,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
| error_constants.h | 75 is_a_directory = EISDIR,
|
| /src/external/mpl/bind/dist/lib/isc/ |
| errno2result.c | 44 case EISDIR:
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| target-newlib-errno.c | 161 #ifdef EISDIR 162 { "EISDIR", EISDIR, 21 },
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| target-newlib-errno.c | 161 #ifdef EISDIR 162 { "EISDIR", EISDIR, 21 },
|
| /src/usr.bin/dc/ |
| dc.c | 103 errc(1, EISDIR, "%s", argv[0]);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
| error_constants.h | 81 is_a_directory = EISDIR,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
| error_constants.h | 81 is_a_directory = EISDIR,
|
| /src/sbin/mount_portal/ |
| pt_file.c | 157 if (error == EACCES || error == EISDIR) {
|
| /src/tests/lib/libc/sys/ |
| t_truncate.c | 159 ATF_REQUIRE_ERRNO(EISDIR, truncate("/etc", 999) == -1);
|
| /src/external/cddl/osnet/lib/libdtrace/ |
| errno.d | 79 inline int EISDIR = 21; 80 #pragma D binding "1.0" EISDIR
|