Searched defs:dorun (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c57 static int dorun(char *, int);
141 if ((rflag & NORUN) || dorun(p, NOWAIT)) {
146 if ((rflag & NORUN) || dorun(p, WAIT)) {
365 * dorun - handle a `run' command
373 dorun(char *p, int waitflg) function

Completed in 68 milliseconds