Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 19 of 19) sorted by relevance

/glibc-2.36/posix/
Dtest-errno.c145 fails |= test_wrp (EISDIR, open, "/bin", EISDIR, O_WRONLY); in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h57 EISDIR = 0x40000015, /* Is a directory */ enumerator
254 #define EISDIR 0x40000015 macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dremove.c1 #define IS_NO_DIRECTORY_ERROR errno != EISDIR
/glibc-2.36/rt/
Dshm_open.c41 if (fd == -1 && __glibc_unlikely (errno == EISDIR)) in __shm_open()
/glibc-2.36/stdio-common/
Dtest-strerr.c113 #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/
Derrlist.h136 #ifdef EISDIR
140 _S(EISDIR, N_("Is a directory"))
/glibc-2.36/io/
Dfile_change_detection.c76 case EISDIR: in libc_hidden_def()
Dtst-open-tmpfile.c266 if (errno == EISDIR) in probe_path()
/glibc-2.36/support/
Dsupport_copy_file_range.c45 errno = EISDIR; in support_copy_file_range()
/glibc-2.36/locale/programs/
Dlocfile.c764 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/
Derrno.h-data51 macro-int-constant EISDIR {int} > 0
/glibc-2.36/nss/
Dnss_database.c311 case EISDIR: in nss_database_reload()
/glibc-2.36/resolv/
Dres_init.c564 case EISDIR: in __resolv_conf_load()
/glibc-2.36/manual/
Derrno.texi274 @deftypevr Macro int EISDIR
276 @errno{EISDIR, 21, Is a directory}
Dllio.texi117 @item EISDIR
1475 @item EISDIR
Dfilesys.texi1653 @item EISDIR
/glibc-2.36/ChangeLog.old/
DChangeLog.74496 * sysdeps/standalone/arm/bits/errno.h: Add EISDIR, EOPNOTSUPP;
DChangeLog.146165 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Fold EISDIR error
DChangeLog.1842727 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
83943 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.