Searched refs:_sh_fork (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 378 extern pid_t _sh_fork(pid_t, int ,int*);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 84 _sh_fork(pid, 0, (int*)0); 137 _sh_fork(pid, 0, (int*)0); 1168 while(_sh_fork(pid,0,(int*)0) < 0);
|
H A D | xec.c | 1341 _sh_fork(parent, 0, (int*)0); 2372 pid_t _sh_fork(register pid_t parent,int flags,int *jobid) function 2523 while(_sh_fork(parent=fork(),flags,jobid) < 0); 3105 _sh_fork(spawnpid,otype,jobid); 3256 _sh_fork(spawnpid,otype,jobid);
|
Completed in 68 milliseconds