Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 25 of 45) sorted by relevance

12

/glibc-2.36/dirent/
Dtst-fdopendir2.c32 if (e != ENOTDIR) in do_test()
34 printf ("fdopendir set errno to %d, not %d as expected\n", e, ENOTDIR); in do_test()
Dopendir-tst1.c49 if (errno != ENOTDIR) in real_test()
52 strerror (errno), strerror (ENOTDIR)); in real_test()
/glibc-2.36/io/
Dtst-renameat.c113 if (errno != ENOTDIR) in do_test()
124 if (errno != ENOTDIR) in do_test()
Dmkdirat.c44 __set_errno (ENOTDIR); in mkdirat()
Dmkfifoat.c45 __set_errno (ENOTDIR); in mkfifoat()
Dopenat.c50 __set_errno (ENOTDIR); in __openat()
Dopenat64.c48 __set_errno (ENOTDIR); in __openat64()
Dfile_change_detection.c79 case ENOTDIR: in libc_hidden_def()
Dtst-fchmodat.c118 if (errno != ENOTDIR) in do_test()
Dtst-fchownat.c126 if (errno != ENOTDIR) in do_test()
Dtst-fstatat.c109 if (errno != ENOTDIR) in do_test()
Dtst-openat.c107 if (errno != ENOTDIR) in do_test()
Dtst-faccessat.c109 if (errno != ENOTDIR) in do_test()
/glibc-2.36/stdlib/
Dtest-canon.c93 {"./doesExist/someFile/", 0, "./doesExist/someFile", ENOTDIR},
94 {"./doesExist/someFile/..", 0, "./doesExist/someFile", ENOTDIR},
/glibc-2.36/posix/
Dtst-dir.c411 if (errno != ENOTDIR) in main()
423 if (errno != ENOTDIR) in main()
435 if (errno != ENOTDIR) in main()
Dexecvpe.c154 case ENOTDIR: in __execvpe_common()
Dtst-execveat.c127 call_execveat (fd, "sh", 0, ENOTDIR, __LINE__); in do_test()
Dtest-errno.c112 fails |= test_wrp (ENOTDIR, chdir, "/bin/sh"); in do_test()
Dtst-glob_lstat_compat.c124 errno = ENOTDIR; in find_file()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h56 ENOTDIR = 0x40000014, /* Not a directory */ enumerator
253 #define ENOTDIR 0x40000014 macro
/glibc-2.36/hurd/
Dlookup-retry.c40 return ENOTDIR; in lookup_error()
154 err = ENOTDIR; in __hurd_file_name_lookup_retry()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfdopendir.c36 __set_errno (ENOTDIR); in __fdopendir()
Dopendir.c57 __set_errno (ENOTDIR); in opendir_tail()
/glibc-2.36/stdio-common/
Dtest-strerr.c109 #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/
Derrlist.h131 #ifdef ENOTDIR
134 _S(ENOTDIR, N_("Not a directory"))

12