Searched refs:procrun (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dsystem.c54 return procrun(NiL, sh, 0);
H A Drename.c52 if (!procrun(argv[0], argv, 0))
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocrun.c37 procrun(const char* path, char** argv, int flags) function
H A Dcmdarg.c49 * argv[-1] is reserved for procrun(PROC_ARGMOD)
272 else if ((n = procrun(*cmd->argv, cmd->argv, PROC_ARGMOD|PROC_IGNOREPATH)) == -1)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h51 #define PROC_IGNOREPATH (1<<16) /* procrun() intercept to ignore path */
114 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun macro
243 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dproc.h42 #define PROC_IGNOREPATH (1<<16) /* procrun() intercept to ignore path */
104 extern int procrun(const char*, char**, int);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dproc.h51 #define PROC_IGNOREPATH (1<<16) /* procrun() intercept to ignore path */
114 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun macro
243 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dproc.h51 #define PROC_IGNOREPATH (1<<16) /* procrun() intercept to ignore path */
114 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun macro
243 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dproc.h51 #define PROC_IGNOREPATH (1<<16) /* procrun() intercept to ignore path */
114 extern __MANGLE__ int procrun __PROTO__((const char*, char**, int));
H A Dast_map.h242 #undef procrun macro
243 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h221 #undef procrun macro
222 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h221 #undef procrun macro
222 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h221 #undef procrun macro
222 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h221 #undef procrun macro
222 #define procrun _ast_procrun macro
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c310 if (procrun(exe, arg, 0))
/osnet-11/usr/src/lib/libast/
H A DMakefile.com197 common/misc/procrun.o \

Completed in 81 milliseconds