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

/illumos-gate/usr/src/cmd/sort/
H A DMakefile58 invoke := TARGET = invoke macro
65 debug convert invoke stats : $(SUBDIRS)
/illumos-gate/usr/src/tools/aw/
H A Daw.c45 * something different (or in case we need to invoke a different binary
384 invoke(char **argv, int pipein, int pipeout) function
433 if ((pid_pp = invoke(ppargv, -1, pipedes[0])) > 0)
445 if ((pid_as = invoke(asargv, pipedes[3], -1)) > 0)
652 * Accept -xarch special case to invoke alternate
/illumos-gate/usr/src/tools/cw/
H A Dcw.c1647 invoke(cw_ictx_t *ctx) function
1793 exit(invoke(ctx));

Completed in 77 milliseconds