Searched refs:call_posix_spawn (Results 1 – 2 of 2) sorted by relevance
231 void call_posix_spawn() { in call_posix_spawn() function299 call_posix_spawn(); in main()
120 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path,264 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp); in posix_spawn()359 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() function