Searched refs:doexec (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 60 static void doexec(char *fstype, char *nargv[]); 164 doexec(fstype, nargv); in main() 236 doexec(fstype, nargv); in main() 241 doexec(char *fstype, char *nargv[]) in doexec() function
|
H A D | umount.c | 139 static void doexec(struct mnttab *); 263 doexec(&mget); in main() 332 doexec(&mp->ment); in main() 334 doexec(&mget); in main() 340 doexec(struct mnttab *ment) in doexec() function 854 doexec(&mp->ment); in do_umounts()
|
H A D | mount.c | 197 static void doexec(char *, char **); 364 doexec(Farg, newargv); in main() 549 doexec(fstype, newargv); in main() 809 doexec(char *fstype, char *newargv[]) in doexec() function 1317 doexec(vp->v.vfs_fstype, newargv); in do_mounts()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | dosys.h | 32 extern int doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char…
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | dosys.cc | 129 doexec(q, ignore_error, in dosys()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.exec.c | 51 doexec(struct command *t) in doexec() function 328 doexec(kp); in execash()
|
H A D | sh.sem.c | 306 doexec(t);
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 167 void doexec(char *fstype, char **newargv, char *myname); 523 doexec(backfstypep, newargv, "umount"); in main() 1128 doexec(backfstypep, newargv, mynamep); in dobackmnt() 1172 doexec(char *fstype, char *newargv[], char *progp) in doexec() function 1325 doexec("cachefs", fsck_argv, "fsck");
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 207 static int doexec(char *, char **, int *); 403 (void) doexec((char *)0, lastlist->arglist, in main() 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) in doexec() function
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 314 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_fi… in doexec() function
|