Lines Matching defs:fa
946 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v);
947 posix_spawn_file_actions_adddup2(fa, fd, i);
948 posix_spawn_file_actions_addclose(fa, fd);
962 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v);
963 posix_spawn_file_actions_addclose(fa, fd);
1135 posix_spawn_file_actions_t fa;
1183 posix_spawn_file_actions_init(&fa);
1185 handledesc(&fa, fd, fdp);
1188 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL,
1191 posix_spawn_file_actions_destroy(&fa);