Searched refs:execv (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/3d/
H A Dexecv.c27 execv(const char* path, char* const argv[]) function
H A DMakefile39 bio.c copy.c error.c execv.c fs.c lib.c map.c \
/ast/src/lib/libast/preroot/
H A Dsetpreroot.c65 execv(*av, av);
/ast/src/cmd/tests/vmalloc/
H A Dtmmopen.c96 if(execv(argv[0], arg) < 0 )
H A Dtsharemem.c103 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 Dunistd.h45 extern int execv _ANSI_ARGS_((CONST char *path, char **argv));
/ast/src/lib/libast/sfio/
H A Dsfpopen.c112 else execv(cmd,argv);
118 execv(s,argv);
H A Dsfhdr.h1269 extern int execv _ARG_((const char*, char**));
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c245 execv(shell,argv);
466 execv(tmpname,arglist);
H A Dmain.c280 execv(pathshell(),av);
/ast/src/cmd/std/
H A Dmount.c515 execv(*s == 'u' ? "/etc/umount" : "/etc/mount", argv);
H A Dlocale.c1036 return execv(defer, argv);
H A Dps.c1512 execv(s, argv);
/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c171 if(execv(proc, argv) < 0 )
172 terror("Process[num=%d]: Could not execv() %s", num, proc);
H A Dtvsaferehash.c173 if(execv(proc, argv) < 0 )
174 terror("Process[num=%d]: Could not execv() %s", num, proc);
H A Dtvsafetree.c170 if(execv(proc, argv) < 0 )
171 terror("Process[num=%d]: Could not execv() %s", num, proc);
H A Dtvsharemem.c262 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 Dwarp.c2123 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