Searched refs:fileactions (Results 1 – 1 of 1) sorted by relevance
28 posix_spawn_file_actions_t fileactions; in main() local34 if (posix_spawn_file_actions_init(&fileactions)) { in main()57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()