Searched refs:ENOTDIR (Results 1 – 25 of 45) sorted by relevance
12
/glibc-2.36/dirent/ |
D | tst-fdopendir2.c | 32 if (e != ENOTDIR) in do_test() 34 printf ("fdopendir set errno to %d, not %d as expected\n", e, ENOTDIR); in do_test()
|
D | opendir-tst1.c | 49 if (errno != ENOTDIR) in real_test() 52 strerror (errno), strerror (ENOTDIR)); in real_test()
|
/glibc-2.36/io/ |
D | tst-renameat.c | 113 if (errno != ENOTDIR) in do_test() 124 if (errno != ENOTDIR) in do_test()
|
D | mkdirat.c | 44 __set_errno (ENOTDIR); in mkdirat()
|
D | mkfifoat.c | 45 __set_errno (ENOTDIR); in mkfifoat()
|
D | openat.c | 50 __set_errno (ENOTDIR); in __openat()
|
D | openat64.c | 48 __set_errno (ENOTDIR); in __openat64()
|
D | file_change_detection.c | 79 case ENOTDIR: in libc_hidden_def()
|
D | tst-fchmodat.c | 118 if (errno != ENOTDIR) in do_test()
|
D | tst-fchownat.c | 126 if (errno != ENOTDIR) in do_test()
|
D | tst-fstatat.c | 109 if (errno != ENOTDIR) in do_test()
|
D | tst-openat.c | 107 if (errno != ENOTDIR) in do_test()
|
D | tst-faccessat.c | 109 if (errno != ENOTDIR) in do_test()
|
/glibc-2.36/stdlib/ |
D | test-canon.c | 93 {"./doesExist/someFile/", 0, "./doesExist/someFile", ENOTDIR}, 94 {"./doesExist/someFile/..", 0, "./doesExist/someFile", ENOTDIR},
|
/glibc-2.36/posix/ |
D | tst-dir.c | 411 if (errno != ENOTDIR) in main() 423 if (errno != ENOTDIR) in main() 435 if (errno != ENOTDIR) in main()
|
D | execvpe.c | 154 case ENOTDIR: in __execvpe_common()
|
D | tst-execveat.c | 127 call_execveat (fd, "sh", 0, ENOTDIR, __LINE__); in do_test()
|
D | test-errno.c | 112 fails |= test_wrp (ENOTDIR, chdir, "/bin/sh"); in do_test()
|
D | tst-glob_lstat_compat.c | 124 errno = ENOTDIR; in find_file()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 56 ENOTDIR = 0x40000014, /* Not a directory */ enumerator 253 #define ENOTDIR 0x40000014 macro
|
/glibc-2.36/hurd/ |
D | lookup-retry.c | 40 return ENOTDIR; in lookup_error() 154 err = ENOTDIR; in __hurd_file_name_lookup_retry()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fdopendir.c | 36 __set_errno (ENOTDIR); in __fdopendir()
|
D | opendir.c | 57 __set_errno (ENOTDIR); in opendir_tail()
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 109 #ifdef ENOTDIR in do_test() 110 TEST_COMPARE_STRING (strerrordesc_np (ENOTDIR), "Not a directory"); in do_test() 111 TEST_COMPARE_STRING (strerrorname_np (ENOTDIR), "ENOTDIR"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 131 #ifdef ENOTDIR 134 _S(ENOTDIR, N_("Not a directory"))
|
12