Symbol: posix_spawn_file_actions_addclose
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_hc.c
1310
if (posix_spawn_file_actions_addclose(&fd_actions, fds[0]) != 0) {
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_hc.c
1319
if (posix_spawn_file_actions_addclose(&fd_actions, fds[1]) != 0) {
usr/src/cmd/mdb/common/mdb/mdb_shell.c
124
err = posix_spawn_file_actions_addclose(&fact, close_fd);
usr/src/head/spawn.h
88
extern int posix_spawn_file_actions_addclose(
usr/src/lib/libc/port/regex/wordexp.c
282
error = posix_spawn_file_actions_addclose(&fact, pv[0]);
usr/src/lib/libc/port/regex/wordexp.c
284
error = posix_spawn_file_actions_addclose(&fact, pv[1]);
usr/src/lib/libc/port/stdio/popen.c
157
error = posix_spawn_file_actions_addclose(&fact,
usr/src/lib/libc/port/threads/spawn.c
837
error = posix_spawn_file_actions_addclose(fact, myside);
usr/src/lib/libc/port/threads/spawn.c
844
error = posix_spawn_file_actions_addclose(fact,
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_chdir.c
320
ret = posix_spawn_file_actions_addclose(&acts, SPAWN_FD);
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_chdir.c
379
if ((ret = posix_spawn_file_actions_addclose(&acts, -23)) == 0) {
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_chdir.c
419
ret = posix_spawn_file_actions_addclose(&acts, SPAWN_FD);
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_common.c
104
if ((ret = posix_spawn_file_actions_addclose(acts, pipes[0])) != 0) {
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_common.c
109
if ((ret = posix_spawn_file_actions_addclose(acts, pipes[1])) != 0) {
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_fileactions.c
227
int ret = posix_spawn_file_actions_addclose(acts, test->sft_close_fd);
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_fileactions.c
272
ret = posix_spawn_file_actions_addclose(acts, 10);
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_fileactions.c
292
ret = posix_spawn_file_actions_addclose(acts, test->sft_close_fd);
usr/src/test/libc-tests/tests/posix_spawn/posix_spawn_fileactions.c
391
ret = posix_spawn_file_actions_addclose(acts, 10);