Searched refs:execl (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/ast/src/cmd/std/
H A Diconv.c128 execl(p, "iconv", "-l", 0);
/ast/src/lib/libast/sfio/
H A Dsfpopen.c127 execl(interp, s+1, "-c", argcmd, NIL(char*));
H A Dsfhdr.h1268 extern int execl _ARG_((const char*, const char*,...));
/ast/src/cmd/warp/
H A Dwarp.c2243 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