Home
last modified time | relevance | path

Searched refs:doexec (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/
H A Dvolcopy.c60 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 Dumount.c139 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 Dmount.c197 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 Ddosys.h32 extern int doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char…
/titanic_41/usr/src/cmd/make/bin/
H A Ddosys.cc129 doexec(q, ignore_error, in dosys()
/titanic_41/usr/src/cmd/csh/
H A Dsh.exec.c51 doexec(struct command *t) in doexec() function
328 doexec(kp); in execash()
H A Dsh.sem.c306 doexec(t);
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c167 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 Dfind.c207 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 Ddosys.cc314 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_fi… in doexec() function