Searched refs:posix_spawnp (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/build-bios/ccas_wrap/ |
H A D | ccas_wrap.c | 133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL, 135 fprintf(stderr, "posix_spawnp() failed: %s\n", strerror(errno)); 140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ccas_wrap/ |
H A D | ccas_wrap.c | 133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL, 135 fprintf(stderr, "posix_spawnp() failed: %s\n", strerror(errno)); 140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,
|
/osnet-11/usr/src/grub/grub2/ccas_wrap/ |
H A D | ccas_wrap.c | 133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL, 135 fprintf(stderr, "posix_spawnp() failed: %s\n", strerror(errno)); 140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 333 * Much of posix_spawnp() blatently stolen from execvp() (port/gen/execvp.c). 365 posix_spawnp( function
|
Completed in 50 milliseconds