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

/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h407 extern pid_t _sh_fork(Shell_t*,pid_t, int ,int*);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c114 _sh_fork(shp,pid, 0, (int*)0);
148 _sh_fork(shp,pid, 0, (int*)0);
1172 while(_sh_fork(shp,pid,0,(int*)0) < 0);
H A Dxec.c1673 _sh_fork(shp,parent, 0, (int*)0);
1835 _sh_fork(shp,pid,0,0);
2895 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) function
3043 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0);
3696 _sh_fork(shp,spawnpid,otype,jobid);
3847 _sh_fork(shp,spawnpid,otype,jobid);

Completed in 312 milliseconds