Searched refs:execv (Results 1 - 18 of 18) sorted by relevance
/ast/src/cmd/3d/ |
H A D | execv.c | 27 execv(const char* path, char* const argv[]) function
|
H A D | Makefile | 39 bio.c copy.c error.c execv.c fs.c lib.c map.c \
|
/ast/src/lib/libast/preroot/ |
H A D | setpreroot.c | 65 execv(*av, av);
|
/ast/src/cmd/tests/vmalloc/ |
H A D | tmmopen.c | 96 if(execv(argv[0], arg) < 0 )
|
H A D | tsharemem.c | 103 else if(execv(program, argv) < 0 ) 104 terror("Process %d[pid=%d]: Could not execv() subprocess", p, pid);
|
/ast/src/lib/libtk/compat/ |
H A D | unistd.h | 45 extern int execv _ANSI_ARGS_((CONST char *path, char **argv));
|
/ast/src/lib/libast/sfio/ |
H A D | sfpopen.c | 112 else execv(cmd,argv); 118 execv(s,argv);
|
H A D | sfhdr.h | 1269 extern int execv _ARG_((const char*, char**));
|
/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 245 execv(shell,argv); 466 execv(tmpname,arglist);
|
H A D | main.c | 280 execv(pathshell(),av);
|
/ast/src/cmd/std/ |
H A D | mount.c | 515 execv(*s == 'u' ? "/etc/umount" : "/etc/mount", argv);
|
H A D | locale.c | 1036 return execv(defer, argv);
|
H A D | ps.c | 1512 execv(s, argv);
|
/ast/src/cmd/tests/cdt/ |
H A D | tvsafehash.c | 171 if(execv(proc, argv) < 0 ) 172 terror("Process[num=%d]: Could not execv() %s", num, proc);
|
H A D | tvsaferehash.c | 173 if(execv(proc, argv) < 0 ) 174 terror("Process[num=%d]: Could not execv() %s", num, proc);
|
H A D | tvsafetree.c | 170 if(execv(proc, argv) < 0 ) 171 terror("Process[num=%d]: Could not execv() %s", num, proc);
|
H A D | tvsharemem.c | 262 if(execv(proc, argv) < 0 ) 263 terror("%s %s [num=%d]: Could not execv() process %s %s", actor, type, num, proc, type);
|
/ast/src/cmd/warp/ |
H A D | warp.c | 2123 execv(const char* path, char* const argv[]) function 2125 static Call_t call = { "execv", "execv" }; 2133 static Call_t call = { "execv", "_execv" }; 2141 static Call_t call = { "execv", "__execv" }; 2149 static Call_t call = { "execv", "_libc_execv" }; 2157 static Call_t call = { "execv", "__libc_execv" };
|
Completed in 68 milliseconds