Searched refs:call_posix_spawn (Results 1 – 2 of 2) sorted by relevance
232 void call_posix_spawn() { in call_posix_spawn() function300 call_posix_spawn(); in main()
124 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path,270 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp); in posix_spawn()365 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() function