Searched refs:_sh_fork (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h378 extern pid_t _sh_fork(pid_t, int ,int*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c84 _sh_fork(pid, 0, (int*)0);
137 _sh_fork(pid, 0, (int*)0);
1168 while(_sh_fork(pid,0,(int*)0) < 0);
H A Dxec.c1341 _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