Lines Matching defs:s
488 # define memmove(d, s, l) (bcopy((s), (d), (l)))
1070 ** For mt Xinu's Mach386 system.
1520 ** Indirectly included from glibc's <feature.h>. IPv6 support is native
1550 ** It's on #ifdef DELL_SVR4 because Solaris also gets __svr4__
1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \
1666 ((union wait*)&(s))->w_termsig == 0)
1667 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode)
1843 # define NEEDFSYNC 1 /* use sendmail's fsync() */
1844 # define NEEDLINK 1 /* use sendmail's link() */
2110 ** Cray Computer Corporation's CSOS
2629 ** it's an integer -- unfortunately, there seem to be several choices