Searched refs:cc_file_actions (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-bios/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,
/osnet-11/usr/src/grub/grub2/build-uefi64/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,
/osnet-11/usr/src/grub/grub2/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
140 ret = (posix_spawnp(&cpid, compiler_path, &cc_file_actions, NULL,

Completed in 44 milliseconds