/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | system.c | 54 return procrun(NiL, sh, 0); in system()
|
H A D | rename.c | 52 if (!procrun(argv[0], argv, 0))
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procrun.c | 37 procrun(const char* path, char** argv, int flags) in procrun() function
|
H A D | cmdarg.c | 272 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 D | proc.h | 100 extern int procrun(const char*, char**, int);
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | proc.h | 110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
|
H A D | ast_map.h | 242 #undef procrun 243 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | proc.h | 110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
|
H A D | ast_map.h | 242 #undef procrun 243 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | proc.h | 110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
|
H A D | ast_map.h | 242 #undef procrun 243 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | proc.h | 110 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
|
H A D | ast_map.h | 242 #undef procrun 243 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 221 #undef procrun 222 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 221 #undef procrun 222 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 221 #undef procrun 222 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 221 #undef procrun 222 #define procrun _ast_procrun macro
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 295 if (procrun(exe, arg, 0)) in pathprobe()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 221 #undef procrun 222 #define procrun _ast_procrun
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 221 #undef procrun 222 #define procrun _ast_procrun
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 221 #undef procrun 222 #define procrun _ast_procrun
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 221 #undef procrun 222 #define procrun _ast_procrun
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 80 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 D | Makefile.com | 207 common/misc/procrun.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 192 07-04-24 misc/procrun.c: add flags arg (current use PROC_ARGMOD) 1216 pathprobe: fix procrun() cmd path bug
|