Searched refs:ENOTDIR (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/include/
H A Derrno.h37 #define ENOTDIR 20 /* Not a directory */ macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Derrno.h20 #define ENOTDIR 20 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.c214 if (e != ENOENT && e != ENOTDIR)
H A Dexec.c124 if (errno != ENOENT && errno != ENOTDIR)
410 if (errno != ENOENT && errno != ENOTDIR)
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dlookup_serv.c80 case ENOTDIR:
H A Dresolvconf.c24 case ENOTDIR:
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgrouplist.c49 if (!f && errno != ENOENT && errno != ENOTDIR)
H A Dgetgr_a.c38 if (!*res && (rv == 0 || rv == ENOENT || rv == ENOTDIR)) {
H A Dgetpw_a.c37 if (!*res && (rv == 0 || rv == ENOENT || rv == ENOTDIR)) {
/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A D__strerror.h43 E(ENOTDIR, "Not a directory")
/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c324 // errno may be one of EEXIST, ENOENT, ENOTDIR
325 if (errno != ENOENT && errno != ENOENT && errno != ENOTDIR) {
340 // errno may be one of ENOENT, ENOTDIR, ENOTEMPTY
341 if (errno != ENOENT && errno != ENOTDIR && errno != ENOTDIR) {
356 // errno may be one of EEXIST, ENOENT, ENOTDIR
357 if (errno != EEXIST && errno != ENOENT && errno != ENOTDIR) {
372 // errno may be one of ENOENT, EISDIR, ENOTDIR, EEXIST
374 errno != ENOTDIR && errno != EEXIST) {
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c79 if (error == ENOTDIR)
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c861 case ZX_ERR_NOT_DIR: return ENOTDIR;
1841 // really a directory and fail with ENOTDIR if not. But

Completed in 180 milliseconds