Home
last modified time | relevance | path

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

123456

/titanic_50/usr/src/cmd/lp/lib/printers/
H A Dprintwheels.c89 if (errno == ENOTDIR)
142 errno = ENOTDIR;
/titanic_50/usr/src/lib/libast/common/dir/
H A Dgetdents.c64 #ifdef ENOTDIR
65 errno = ENOTDIR;
H A Dopendir.c57 !S_ISDIR(st.st_mode) && (errno = ENOTDIR) ||
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c138 { PR_DIRECTORY_OPEN_ERROR, ENOTDIR },
185 { PR_NOT_DIRECTORY_ERROR, ENOTDIR },
/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dalerts.c119 errno = ENOTDIR; /* not quite, but what else? */ in putalert()
292 errno = ENOTDIR; /* not quite, but what else? */ in getalert()
404 errno = ENOTDIR; /* not quite, but what else? */ in delalert()
/titanic_50/usr/src/lib/libreparse/common/
H A Drp_plugin.h45 #define RP_NO_PLUGIN_DIR ENOTDIR
/titanic_50/usr/src/lib/libast/common/comp/
H A Drmdir.c47 errno = ENOTDIR;
/titanic_50/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()
/titanic_50/usr/src/cmd/mail/
H A Ddone.c60 case ENOTDIR:
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dopendir.c56 errno = ENOTDIR;
/titanic_50/usr/src/cmd/nice/
H A Dnice.c138 return (errno == ENOENT || errno == ENOTDIR ? 127 : 126); in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dfdopendir.c69 error = ENOTDIR; in fdopendir()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h60 #define ENOTDIR 20 /* Not a directory*/ macro
/titanic_50/usr/src/cmd/env/
H A Denv.c109 exit(((errno == ENOENT) || (errno == ENOTDIR)) ? 127 : 126); in main()
/titanic_50/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c117 errno = ENOTDIR; in gettemp()
/titanic_50/usr/src/cmd/lp/lib/forms/
H A Dgetform.c113 } else if (errno == ENOTDIR) { in getform()
H A Dputform.c77 errno = ENOTDIR; in putform()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c66 { ENOTDIR, NT_STATUS_OBJECT_PATH_NOT_FOUND },
/titanic_50/usr/src/uts/common/sys/
H A Derrno.h72 #define ENOTDIR 20 /* Not a directory */ macro
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h63 #define ENOTDIR 20 /* Not a directory */ macro
/titanic_50/usr/src/cmd/rmdir/
H A Drmdir.c140 case ENOTDIR: in main()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c128 error = ENOTDIR; in lookuppnvp()
398 error = ENOTDIR; in lookuppnvp()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dmktemp.c136 errno = ENOTDIR;
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c188 case ENOTDIR: in nfs_strerror()

123456