Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/test/os-tests/tests/
H A Dodirectory.c221 odir_test_one("regular file", odir_fpath, 0, ENOTDIR); in main()
223 odir_test_one("character device", "/dev/null", 0, ENOTDIR); in main()
224 odir_test_one("door server", odir_doorpath, 0, ENOTDIR); in main()
226 odir_test_one("UDS", odir_udspath, 0, ENOTDIR); in main()
229 O_CREAT, ENOTDIR); in main()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dprintwheels.c87 if (errno == ENOTDIR)
140 errno = ENOTDIR;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/dir/
H A Dgetdents.c64 #ifdef ENOTDIR
65 errno = ENOTDIR;
H A Dopendir.c57 !S_ISDIR(st.st_mode) && (errno = ENOTDIR) ||
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c136 { PR_DIRECTORY_OPEN_ERROR, ENOTDIR },
183 { PR_NOT_DIRECTORY_ERROR, ENOTDIR },
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c118 errno = ENOTDIR; /* not quite, but what else? */ in putalert()
291 errno = ENOTDIR; /* not quite, but what else? */ in getalert()
403 errno = ENOTDIR; /* not quite, but what else? */ in delalert()
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetdents.c94 return (set_errno(ENOTDIR)); in getdents32()
212 return (set_errno(ENOTDIR)); in getdents64()
H A Dsymlink.c87 error = ENOTDIR; in symlinkat()
/illumos-gate/usr/src/lib/libreparse/common/
H A Drp_plugin.h45 #define RP_NO_PLUGIN_DIR ENOTDIR
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Drmdir.c47 errno = ENOTDIR;
/illumos-gate/usr/src/boot/libsa/
H A Dstrerror.c52 {ENOTDIR, "not a directory"},
/illumos-gate/usr/src/cmd/mail/
H A Ddone.c58 case ENOTDIR:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_global.c50 {"ENOTDIR", ENOTDIR},
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_getdents.c74 return (-ENOTDIR); in fake_getdents()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfdopendir.c67 error = ENOTDIR; in fdopendir()
/illumos-gate/usr/src/cmd/nice/
H A Dnice.c136 return (errno == ENOENT || errno == ENOTDIR ? 127 : 126); in main()
/illumos-gate/usr/src/cmd/env/
H A Denv.c109 exit(((errno == ENOENT) || (errno == ENOTDIR)) ? 127 : 126); in main()
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c112 errno = ENOTDIR; in gettemp()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dgetform.c111 } else if (errno == ENOTDIR) { in getform()
H A Dputform.c75 errno = ENOTDIR; in putform()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c66 { ENOTDIR, NT_STATUS_OBJECT_PATH_NOT_FOUND },
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h70 #define ENOTDIR 20 /* Not a directory */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h71 #define ENOTDIR 20 /* Not a directory */ macro
/illumos-gate/usr/src/cmd/rmdir/
H A Drmdir.c140 case ENOTDIR: in main()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c188 case ENOTDIR: in nfs_strerror()

123456