Searched refs:ENOSYS (Results 1 - 25 of 211) sorted by relevance

123456789

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dfsync.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
42 errno = ENOSYS;
H A Dlink.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
43 errno = ENOSYS;
H A Dmkfifo.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dmount.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dvfork.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
50 errno = ENOSYS;
H A Dmknod.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
46 errno = ENOSYS;
H A Dreadlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
57 errno = ENOSYS;
H A Dsetpgid.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
74 errno = ENOSYS;
H A Dsymlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
55 errno = ENOSYS;
H A Dspawnveg.c136 #ifndef ENOSYS
137 #define ENOSYS EINVAL
285 errno = ENOSYS;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-statvfs.c26 errno = ENOSYS;
34 errno = ENOSYS;
H A Dbsd-setres_id.c35 errno = ENOSYS;
70 errno = ENOSYS;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dopenat-priv.h27 /* Some systems don't have ENOSYS. */
28 #ifndef ENOSYS
30 # define ENOSYS ENOTSUP macro
33 # define ENOSYS EINVAL macro
54 || (Errno) == ENOSYS /* Solaris 8 */ \
H A Dutimens.c47 /* Some systems don't have ENOSYS. */
48 #ifndef ENOSYS
50 # define ENOSYS ENOTSUP macro
53 # define ENOSYS EINVAL macro
147 errno = ENOSYS;
150 /* Prefer EBADF to ENOSYS if both error numbers apply. */
151 if (errno == ENOSYS)
157 errno = (fd2 < 0 && dup_errno == EBADF ? EBADF : ENOSYS);
H A Dfchmodat.c32 static int lchmod (char const *f, mode_t m) { errno = ENOSYS; return -1; }
H A Dpipe-safer.c28 STDIN_FILENO, STDOUT_FILENO, or STDERR_FILENO. Fail with ENOSYS on
53 errno = ENOSYS;
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dposix_sem_obsolete.c34 errno = ENOSYS;
40 errno = ENOSYS;
46 errno = ENOSYS;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_xxx.c125 return (ENOSYS);
184 return (ENOSYS);
/macosx-10.10/sudo-73/src/
H A Dbsm_audit.c38 * OpenBSM returns ENOSYS for unimplemented options.
43 # define AUDIT_NOT_CONFIGURED ENOSYS
55 if (errno == ENOSYS) {
103 } else if (errno == ENOSYS) {
160 } else if (errno == ENOSYS) {
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dchmod.c140 #ifndef ENOSYS
141 #define ENOSYS EINVAL macro
281 errno = ENOSYS;
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin_audit.c77 if (errno == ENOSYS)
150 if (errno == ENOSYS)
207 if (errno == ENOSYS)
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h155 #define ENOSYS 78 /* Function not implemented */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h155 #define ENOSYS 78 /* Function not implemented */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h155 #define ENOSYS 78 /* Function not implemented */ macro
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dsysctlbyname.c38 if ((error == 0) || (errno != ENOSYS))

Completed in 184 milliseconds

123456789