Searched refs:execl (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libtk/compat/ |
H A D | unistd.h | 42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
|
/ast/src/cmd/std/ |
H A D | iconv.c | 128 execl(p, "iconv", "-l", 0);
|
/ast/src/lib/libast/sfio/ |
H A D | sfpopen.c | 127 execl(interp, s+1, "-c", argcmd, NIL(char*));
|
H A D | sfhdr.h | 1268 extern int execl _ARG_((const char*, const char*,...));
|
/ast/src/cmd/warp/ |
H A D | warp.c | 2243 execl(const char* path, const char* arg, ...) function 2245 static Call_t call = { "execl", "execl" }; 2253 static Call_t call = { "execl", "_execl" }; 2261 static Call_t call = { "execl", "__execl" }; 2269 static Call_t call = { "execl", "_libc_execl" }; 2277 static Call_t call = { "execl", "__libc_execl" };
|
Completed in 23 milliseconds