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

/ast/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;
/ast/src/lib/libcmd/
H A Dchmod.c140 #ifndef ENOSYS
141 #define ENOSYS EINVAL macro
281 errno = ENOSYS;
H A Ddate.c209 #ifndef ENOSYS
210 #define ENOSYS EINVAL macro
H A Dchgrp.c112 #ifndef ENOSYS
113 #define ENOSYS EINVAL macro
411 errno = ENOSYS;
H A Duname.c350 #ifdef ENOSYS
351 errno = ENOSYS;
/ast/src/cmd/cs/
H A Dfs_env.c184 err = ENOSYS;
232 err = ENOSYS;
235 err = ENOSYS;
/ast/src/lib/libtksh/tcl/
H A DtclPosixStr.c307 #ifdef ENOSYS
308 case ENOSYS: return "ENOSYS";
755 #ifdef ENOSYS
756 case ENOSYS: return "function not implemented";
/ast/src/lib/libardir/
H A Dardir.c89 ar->error = ENOSYS;
H A Dar-port.c132 ar->error = ENOSYS;
/ast/src/cmd/3d/
H A Dsyscall3d.c523 #ifndef ENOSYS
524 #define ENOSYS EINVAL macro
526 errno = ENOSYS;
/ast/src/lib/libast/tm/
H A Dtvtouch.c144 if (errno != ENOSYS)
/ast/src/lib/libast/misc/
H A Dfts.c97 #ifndef ENOSYS
98 #define ENOSYS EINVAL macro

Completed in 28 milliseconds