Searched refs:doexec (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 57 static void doexec(char *fstype, char *nargv[]); 161 doexec(fstype, nargv); in main() 233 doexec(fstype, nargv); in main() 238 doexec(char *fstype, char *nargv[]) in doexec() function
|
H A D | umount.c | 131 static void doexec(struct mnttab *); 255 doexec(&mget); in main() 324 doexec(&mp->ment); in main() 326 doexec(&mget); in main() 332 doexec(struct mnttab *ment) in doexec() function 840 doexec(&mp->ment); in do_umounts()
|
H A D | mount.c | 188 static void doexec(char *, char **); 355 doexec(Farg, newargv); in main() 540 doexec(fstype, newargv); in main() 800 doexec(char *fstype, char *newargv[]) in doexec() function 1310 doexec(vp->v.vfs_fstype, newargv); in do_mounts()
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | dosys.h | 33 extern int doexec(wchar_t *, Boolean, char *, char *, pathpt, int);
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | dosys.cc | 129 doexec(q, ignore_error, in dosys()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exec.c | 66 doexec(struct command *t) in doexec() function 343 doexec(kp); in execash()
|
H A D | sh.sem.c | 304 doexec(t);
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 217 static int doexec(const char *, char **, int *); 414 (void) doexec(NULL, lastlist->arglist, in main() 1100 val = doexec(name, np->first.ap, NULL); in execute() 1121 (void) doexec(NULL, ap->arglist, in execute() 1295 return (doexec(name, argv, NULL)); in ok() 1311 doexec(const char *name, char *argv[], int *exitcode) in doexec() function
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 314 doexec(wchar_t *command, Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_p… in doexec() function
|