HomeSort by relevance Sort by last modified time
    Searched defs:pid_t (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
stdtypes.h 50 typedef int pid_t; /* process id */ typedef
  /onnv/onnv-gate/usr/src/cmd/mailx/
popen.c 65 typedef int pid_t; typedef
71 static pid_t popen_pid[20];
77 register pid_t pid;
104 if(pid == (pid_t)-1)
115 register pid_t r;
123 while((r = wait(&status)) != popen_pid[f] && r != (pid_t)-1)
125 if(r == (pid_t)-1)
  /onnv/onnv-gate/usr/src/common/openssl/
e_os.h 422 # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
dns-sd.c 84 typedef int pid_t; typedef
758 pid_t pid = getpid();
769 pid_t pid = getpid();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mail/
mail.h 76 typedef int pid_t; typedef
299 extern int dowait(pid_t pidval);
  /onnv/onnv-gate/usr/src/ucbhead/sys/
types.h 358 typedef long pid_t; /* process id type */ typedef
361 typedef int pid_t; typedef
422 #define P_MYPID ((pid_t)0)
431 #define NOPID (pid_t)(-1)
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
defines.h 285 typedef int pid_t; typedef
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 411 typedef int pid_t; typedef
  /onnv/onnv-gate/usr/src/uts/common/sys/
types.h 508 typedef int pid_t; /* process id type */ typedef
511 typedef long pid_t; /* (historical version) */ typedef
592 #define P_MYPID ((pid_t)0)
600 #define NOPID (pid_t)(-1)
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 271 typedef int pid_t; typedef
506 typedef int pid_t; typedef
708 typedef int pid_t; typedef
1156 typedef short pid_t; typedef
1304 typedef short pid_t; typedef
1403 typedef int pid_t; typedef
1634 typedef int pid_t; typedef
1664 typedef int pid_t; typedef
2148 typedef int pid_t; typedef
2215 typedef int pid_t; typedef
    [all...]

Completed in 390 milliseconds