Home
last modified time | relevance | path

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

12345

/dragonfly/test/stress/stress2/testcases/openat/
H A Ddoat.c211 tests[0].tests[3].result = ENOTDIR; in setup()
246 tests[1].tests[2].result = ENOTDIR; in setup()
283 tests[2].tests[2].result = ENOTDIR; in setup()
322 tests[3].tests[2].result = ENOTDIR; in setup()
351 tests[4].tests[1].result = ENOTDIR; in setup()
386 tests[5].tests[3].result = ENOTDIR; in setup()
419 tests[6].tests[1].result = ENOTDIR; in setup()
436 tests[7].tests[1].result = ENOTDIR; in setup()
454 tests[8].tests[1].result = ENOTDIR; in setup()
474 tests[9].tests[1].result = ENOTDIR; in setup()
[all …]
/dragonfly/bin/mkdir/
H A Dmkdir.c103 if (errno == ENOTDIR || errno == ENOENT) in main()
183 errno = ENOTDIR; in build()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc241 #ifdef ENOTDIR in default_error_condition()
242 case ENOTDIR: in default_error_condition()
/dragonfly/bin/sh/
H A Dexec.c127 if (errno != ENOENT && errno != ENOTDIR) in shellexec()
137 if (e == ENOENT || e == ENOTDIR) in shellexec()
413 if (errno != ENOENT && errno != ENOTDIR) in find_command()
453 if (e == ENOENT || e == ENOTDIR) in find_command()
/dragonfly/usr.bin/patch/
H A Dmkpath.c71 warnx("%s: %s", path, strerror(ENOTDIR)); in mkpath()
/dragonfly/contrib/grep/lib/
H A Dopenat-priv.h54 ((Errno) == ENOTDIR || (Errno) == ENOENT \
/dragonfly/stand/lib/
H A Dstrerror.c49 {ENOTDIR, "not a directory"},
/dragonfly/usr.bin/ioprio/
H A Dioprio.c80 err(errno == ENOENT || errno == ENOTDIR ? 127 : 126, "%s", *argv); in main()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_lookup.c805 error = ENOTDIR; in doscheckpath()
824 error = ENOTDIR; in doscheckpath()
836 error = ENOTDIR; in doscheckpath()
867 if (error == ENOTDIR) in doscheckpath()
/dragonfly/usr.bin/nice/
H A Dnice.c90 err(errno == ENOENT || errno == ENOTDIR ? 127 : 126, "%s", *argv); in main()
/dragonfly/sys/sys/
H A Derrno.h86 #define ENOTDIR 20 /* Not a directory */ macro
/dragonfly/sys/vfs/deadfs/
H A Ddead_vnops.c99 return (ENOTDIR); in dead_lookup()
/dragonfly/lib/libc/gen/
H A Dopendir.c109 errno = ENOTDIR; in __fdopendir2()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg46 $ ENOTDIR
H A Del_GR.ISO8859-7.msg46 $ ENOTDIR
H A Dmn_Cyrl_MN.UTF-8.msg44 $ ENOTDIR
H A Dru_RU.KOI8-R.msg46 $ ENOTDIR
H A Duk_UA.UTF-8.msg46 $ ENOTDIR
/dragonfly/contrib/bmake/
H A Drealpath.c203 errno = ENOTDIR; in realpath()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()

12345