Home
last modified time | relevance | path

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

/titanic_50/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.c129 static void doexec(struct mnttab *);
253 doexec(&mget); in main()
322 doexec(&mp->ment); in main()
324 doexec(&mget); in main()
330 doexec(struct mnttab *ment) in doexec() function
827 doexec(&mp->ment); in do_umounts()
H A Dmount.c190 static void doexec(char *, char **);
357 doexec(Farg, newargv); in main()
542 doexec(fstype, newargv); in main()
802 doexec(char *fstype, char *newargv[]) in doexec() function
1301 doexec(vp->v.vfs_fstype, newargv); in do_mounts()
/titanic_50/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_50/usr/src/cmd/make/bin/
H A Ddosys.cc129 doexec(q, ignore_error, in dosys()
/titanic_50/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_50/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_50/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_fi… in doexec() function