Searched refs:sys (Results 1 - 25 of 129) sorted by relevance

123456

/ast/src/lib/libast/astsa/
H A Dtimes.h25 #include <sys/times.h>
H A Dast_common.h26 #include <sys/types.h>
/ast/src/cmd/INIT/
H A Dsocket.c25 #include <sys/types.h>
26 #include <sys/socket.h>
/ast/src/lib/libast/string/
H A Dstrerror.c89 static int sys; local
91 if (!sys)
110 sys = -1;
118 sys = (s = strerror(1)) && strcmp(s, t) ? 1 : -1;
123 if (sys > 0)
/ast/src/cmd/3d/
H A Dsysent3d.c37 #include <sys/types.h>
H A Dfstatvfs3d.c28 #include <sys/statvfs.h>
/ast/src/lib/libcs/
H A Dcslib.h69 #include <sys/filio.h>
70 #include <sys/inio.h>
71 #include <sys/inet/in.h>
72 #include <sys/inet/tcp_user.h>
88 #include <sys/socket.h>
93 #include <sys/sockio.h>
95 #include <sys/ioctl.h>
98 #include <sys/uio.h>
101 #include <sys/un.h>
161 #include <sys/fil
[all...]
/ast/src/lib/libast/uwin/
H A Drlib.h23 #include <sys/types.h>
24 #include <sys/uio.h>
29 #include <sys/param.h>
30 #include <sys/socket.h>
36 #include <sys/time.h>
/ast/src/cmd/ie/
H A Dterminal.h40 # include <sys/termios.h>
75 # include <sys/termio.h>
93 # include <sys/bsdtty.h>
100 # include <sys/nttyio.h>
111 # include <sys/time.h>
173 # include <sys/filio.h>
/ast/src/cmd/ksh93/
H A Dmamstate.c36 #include <sys/types.h>
37 #include <sys/stat.h>
/ast/src/cmd/mam/
H A Dmamstate.c35 #include <sys/types.h>
36 #include <sys/stat.h>
/ast/src/cmd/3d/features/
H A Dpeek.c24 #include <sys/types.h>
32 #include <sys/socket.h>
H A Dsyscall.sh23 : include sys.tab
49 sys=
86 for f in syscall.h sys/syscall.h
95 echo "#include <sys/syscall.h>
117 do echo '#include <sys/types.h>
133 then sys=dynamic
170 echo '#include <sys/types.h>
226 then sys=bsd
227 else sys=att
233 sys
[all...]
/ast/src/lib/libtksh/include/
H A DtclPort.h8 #include <sys/stat.h>
10 #include <sys/param.h>
/ast/src/lib/libast/port/
H A Dastwinsize.c40 #include <sys/ioctl.h>
45 #include <sys/stream.h>
46 #include <sys/ptem.h>
56 #include <sys/jioctl.h>
/ast/src/cmd/ksh93/sh/
H A Dpmain.c28 # include <sys/mman.h>
/ast/src/cmd/ksh93/include/
H A Dterminal.h48 # include <sys/termios.h>
85 # include <sys/termio.h>
99 # include <sys/termio.h>
110 # include <sys/bsdtty.h>
117 # include <sys/nttyio.h>
178 # include <sys/filio.h>
H A Dulimit.h30 # include <sys/resource.h>
33 # include <sys/vlimit.h>
46 # include <sys/vlimit.h>
/ast/src/lib/libast/features/
H A Dbotch.c30 #include <sys/types.h>
33 #include "FEATURE/sys"
/ast/src/lib/libast/misc/
H A Ddebug.c41 #include <sys/resource.h>
H A Dunivlib.h56 #include <sys/universe.h>
/ast/src/lib/libast/comp/
H A Dstatvfs.c40 #include <sys/statfs.h>
43 #include <sys/vfs.h>
47 #include <sys/param.h> /* expect some macro redefinitions here */
49 #include <sys/mount.h>
/ast/src/lib/libtk/unix/
H A DtkUnixPort.h51 #include <sys/types.h>
52 #include <sys/file.h>
53 #include <sys/stat.h>
/ast/src/lib/libcmd/
H A Dtty.c53 #include <sys/stermio.h>
/ast/src/cmd/std/
H A Dpsslib.h58 #include <sys/cygwin.h>

Completed in 653 milliseconds

123456