/titanic_50/usr/src/lib/libast/common/include/ |
H A D | wait.h | 35 __STDPP__directive pragma pp:hide wait waitpid 38 #define waitpid ______waitpid 42 __STDPP__directive pragma pp:nohide wait waitpid 45 #undef waitpid 96 extern pid_t waitpid(pid_t, int*, int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 44 __STDPP__directive pragma pp:hide wait waitpid 47 #define waitpid ______waitpid 51 __STDPP__directive pragma pp:nohide wait waitpid 54 #undef waitpid 105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 44 __STDPP__directive pragma pp:hide wait waitpid 47 #define waitpid ______waitpid 51 __STDPP__directive pragma pp:nohide wait waitpid 54 #undef waitpid 105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 44 __STDPP__directive pragma pp:hide wait waitpid 47 #define waitpid ______waitpid 51 __STDPP__directive pragma pp:nohide wait waitpid 54 #undef waitpid 105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 44 __STDPP__directive pragma pp:hide wait waitpid 47 #define waitpid ______waitpid 51 __STDPP__directive pragma pp:nohide wait waitpid 54 #undef waitpid 105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | spawnveg.c | 69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127) 71 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR); 232 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR); 242 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR);
|
H A D | waitpid.c | 35 NoN(waitpid) 46 waitpid(pid_t pid, int* status, int flags) 97 waitpid(pid_t pid, int* status, int flags)
|
H A D | execve.c | 58 while (waitpid(childpid, &status, 0) == -1)
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 35 #pragma weak _waitpid = waitpid 78 waitpid(pid_t pid, int *stat_loc, int options) in waitpid() function 113 return (waitpid(-1, stat_loc, 0)); in wait()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | wait.h | 153 extern pid_t waitpid(pid_t, int *, int); 161 extern pid_t waitpid();
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | fork.c | 116 (void) waitpid(pid, &status, 0); in fork_mount() 252 (void) waitpid(pid, NULL, 0); in fork_sulogin() 363 if (waitpid(pid, &exitstatus, 0) == -1) { in fork_configd() 654 err = waitpid(pid, &stat, 0); in fork_rc_script() 997 if (waitpid(pid, &exitstatus, 0) == -1) { in fork_emi() 1153 w = waitpid(pid, &status, WNOHANG); in fork_with_timeout() 1183 (void) waitpid(pid, &status, WNOHANG); in fork_with_timeout()
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 236 if (waitpid(pid, &status, WNOHANG) == pid) in pclose() 244 while (waitpid(pid, &status, 0) < 0) { in pclose() 271 (void) waitpid(curr->pid, NULL, WNOHANG); in _insert_nolock()
|
H A D | system.c | 78 while (waitpid(pid, NULL, 0) == -1) { in reapchild() 253 w = waitpid(cu.pid, &status, 0); in system()
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 115 (void) waitpid(pid, &st, 0); in __audit_dowarn() 182 (void) waitpid(pid, &st, 0); in __audit_dowarn2()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_shell.c | 105 } while (waitpid(pid, &status, 0) == -1 && errno == EINTR); in mdb_shell_exec() 143 } while (waitpid(pid, &status, 0) == -1 && errno == EINTR); in shellio_close()
|
/titanic_50/usr/src/head/ |
H A D | wait.h | 42 extern pid_t waitpid(pid_t, int *, int);
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-waitpid.c | 35 waitpid(int pid, int *stat_loc, int options) in waitpid() function
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.gcc.c | 39 (void) waitpid(pid, NULL, 0); in go()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | wait | 1 lib wait,wait2,wait3,wait4,waitpid
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 53 pid_t waitpid(int pid, int *stat_loc, int options);
|
/titanic_50/usr/src/cmd/print/selector/ |
H A D | desktop-print-management-applet | 82 while ((($retid = waitpid($pid, 0)) < 0) && $!{EINTR}) {
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | wait | 8 #define _lib_waitpid 1 /* waitpid() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | wait | 8 #define _lib_waitpid 1 /* waitpid() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | wait | 8 #define _lib_waitpid 1 /* waitpid() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | wait | 8 #define _lib_waitpid 1 /* waitpid() in default lib(s) */
|