Searched refs:spawn (Results 1 – 3 of 3) sorted by relevance
13 pid_t spawn(const char *path, const char *argv[]);
21 spawn(const char *path, const char *argv[]) in spawn() function
87 status = spawn(path, &argv[0]); in Cmd_Run()