Searched refs:doexec (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddosys.h32 extern int doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio);
/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c60 static void doexec(char *fstype, char *nargv[]);
164 doexec(fstype, nargv);
236 doexec(fstype, nargv);
241 doexec(char *fstype, char *nargv[]) function
H A Dumount.c129 static void doexec(struct mnttab *);
253 doexec(&mget);
322 doexec(&mp->ment);
324 doexec(&mget);
330 doexec(struct mnttab *ment) function
827 doexec(&mp->ment);
H A Dmount.c190 static void doexec(char *, char **);
357 doexec(Farg, newargv);
542 doexec(fstype, newargv);
802 doexec(char *fstype, char *newargv[]) function
1301 doexec(vp->v.vfs_fstype, newargv);
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc37 #include <mksh/dosys.h> /* doshell(), doexec() */
129 doexec(q, ignore_error,
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c51 doexec(struct command *t) function
60 tprintf("TRACE- doexec()\n");
325 (void) signal(SIGTERM, parterm); /* if doexec loses, screw */
328 doexec(kp);
H A Dsh.sem.c306 doexec(t);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c75 #define SHELL_MAXARGS 253 /* see doexec() for description */
207 static int doexec(char *, char **, int *);
247 /* set when doexec()-invoked utility returns non-zero */
403 (void) doexec((char *)0, lastlist->arglist,
975 val = doexec(name, np->first.ap, NULL);
996 (void) doexec((char *)0, ap->arglist,
1197 return (doexec(name, argv, NULL));
1213 doexec(char *name, char *argv[], int *exitcode) function
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc297 * doexec(command, ignore_error)
313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) function

Completed in 79 milliseconds