Searched refs:EISDIR (Results 1 – 19 of 19) sorted by relevance
/glibc-2.36/posix/ |
D | test-errno.c | 145 fails |= test_wrp (EISDIR, open, "/bin", EISDIR, O_WRONLY); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 57 EISDIR = 0x40000015, /* Is a directory */ enumerator 254 #define EISDIR 0x40000015 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | remove.c | 1 #define IS_NO_DIRECTORY_ERROR errno != EISDIR
|
/glibc-2.36/rt/ |
D | shm_open.c | 41 if (fd == -1 && __glibc_unlikely (errno == EISDIR)) in __shm_open()
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 113 #ifdef EISDIR in do_test() 114 TEST_COMPARE_STRING (strerrordesc_np (EISDIR), "Is a directory"); in do_test() 115 TEST_COMPARE_STRING (strerrorname_np (EISDIR), "EISDIR"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 136 #ifdef EISDIR 140 _S(EISDIR, N_("Is a directory"))
|
/glibc-2.36/io/ |
D | file_change_detection.c | 76 case EISDIR: in libc_hidden_def()
|
D | tst-open-tmpfile.c | 266 if (errno == EISDIR) in probe_path()
|
/glibc-2.36/support/ |
D | support_copy_file_range.c | 45 errno = EISDIR; in support_copy_file_range()
|
/glibc-2.36/locale/programs/ |
D | locfile.c | 764 errno = EISDIR; in write_locale_data() 770 errno = EISDIR; in write_locale_data() 787 if (errno == EISDIR) in write_locale_data()
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 51 macro-int-constant EISDIR {int} > 0
|
/glibc-2.36/nss/ |
D | nss_database.c | 311 case EISDIR: in nss_database_reload()
|
/glibc-2.36/resolv/ |
D | res_init.c | 564 case EISDIR: in __resolv_conf_load()
|
/glibc-2.36/manual/ |
D | errno.texi | 274 @deftypevr Macro int EISDIR 276 @errno{EISDIR, 21, Is a directory}
|
D | llio.texi | 117 @item EISDIR 1475 @item EISDIR
|
D | filesys.texi | 1653 @item EISDIR
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 4496 * sysdeps/standalone/arm/bits/errno.h: Add EISDIR, EOPNOTSUPP;
|
D | ChangeLog.14 | 6165 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Fold EISDIR error
|
D | ChangeLog.18 | 42727 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL. 83943 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
|