Home
last modified time | relevance | path

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

12345

/dragonfly/test/stress/stress2/testcases/openat/
HDdoat.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/
HDmkdir.c103 if (errno == ENOTDIR || errno == ENOENT) in main()
183 errno = ENOTDIR; in build()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dsystem_error.cc241 #ifdef ENOTDIR in default_error_condition()
242 case ENOTDIR: in default_error_condition()
/dragonfly/bin/sh/
HDexec.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/
HDmkpath.c71 warnx("%s: %s", path, strerror(ENOTDIR)); in mkpath()
/dragonfly/contrib/grep/lib/
HDopenat-priv.h54 ((Errno) == ENOTDIR || (Errno) == ENOENT \
/dragonfly/stand/lib/
HDstrerror.c49 {ENOTDIR, "not a directory"},
/dragonfly/usr.bin/ioprio/
HDioprio.c80 err(errno == ENOENT || errno == ENOTDIR ? 127 : 126, "%s", *argv); in main()
/dragonfly/sys/vfs/msdosfs/
HDmsdosfs_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/
HDnice.c90 err(errno == ENOENT || errno == ENOTDIR ? 127 : 126, "%s", *argv); in main()
/dragonfly/sys/sys/
HDerrno.h86 #define ENOTDIR 20 /* Not a directory */ macro
/dragonfly/sys/vfs/deadfs/
HDdead_vnops.c99 return (ENOTDIR); in dead_lookup()
/dragonfly/lib/libc/gen/
HDopendir.c109 errno = ENOTDIR; in __fdopendir2()
/dragonfly/contrib/gcc-8.0/libiberty/
HDstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/gcc-4.7/libiberty/
HDstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/binutils-2.34/libiberty/
HDstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/contrib/binutils-2.27/libiberty/
HDstrerror.c136 #if defined (ENOTDIR)
137 ENTRY(ENOTDIR, "ENOTDIR", "Not a directory"),
/dragonfly/lib/libc/nls/
HDmn_Cyrl_MN.UTF-8.msg44 $ ENOTDIR
HDel_GR.ISO8859-7.msg46 $ ENOTDIR
HDuk_UA.UTF-8.msg46 $ ENOTDIR
HDbe_BY.UTF-8.msg46 $ ENOTDIR
HDru_RU.KOI8-R.msg46 $ ENOTDIR
/dragonfly/contrib/bmake/
HDrealpath.c203 errno = ENOTDIR; in realpath()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()

12345