Home
last modified time | relevance | path

Searched refs:procrun (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libast/common/comp/
H A Dsystem.c54 return procrun(NiL, sh, 0); in system()
H A Drename.c52 if (!procrun(argv[0], argv, 0))
/titanic_44/usr/src/lib/libast/common/misc/
H A Dprocrun.c37 procrun(const char* path, char** argv, int flags) in procrun() function
H A Dcmdarg.c272 else if ((n = procrun(*cmd->argv, cmd->argv, PROC_ARGMOD|PROC_IGNOREPATH)) == -1) in cmdflush()
/titanic_44/usr/src/lib/libast/common/include/
H A Dproc.h100 extern int procrun(const char*, char**, int);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun
243 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dproc.h110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun
243 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dproc.h110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun
243 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dproc.h110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun
243 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h221 #undef procrun
222 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h221 #undef procrun
222 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h221 #undef procrun
222 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h221 #undef procrun
222 #define procrun _ast_procrun macro
/titanic_44/usr/src/lib/libast/common/path/
H A Dpathprobe.c295 if (procrun(exe, arg, 0)) in pathprobe()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap221 #undef procrun
222 #define procrun _ast_procrun
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap221 #undef procrun
222 #define procrun _ast_procrun
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap221 #undef procrun
222 #define procrun _ast_procrun
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap221 #undef procrun
222 #define procrun _ast_procrun
/titanic_44/usr/src/lib/libcmd/common/
H A DRELEASE80 07-04-24 procrun.c: add -last intercept => sh_run() and whence -q
193 02-09-30 date.c,uname.c: change execv() calls to procrun(): exec|exit => bad
/titanic_44/usr/src/lib/libast/
H A DMakefile.com207 common/misc/procrun.o \
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE192 07-04-24 misc/procrun.c: add flags arg (current use PROC_ARGMOD)
1216 pathprobe: fix procrun() cmd path bug