Searched defs:execl (Results 1 – 3 of 3) sorted by relevance
20 #define execl( command, arg, ... ) ( { \ macro
309 def execl(file, *args): function
210 int execl(const char *path, const char *arg, ...) { in execl() function