Searched refs:posix_spawn_file_actions_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | spawn.h | 70 } posix_spawn_file_actions_t; typedef 75 const posix_spawn_file_actions_t *file_actions, 83 const posix_spawn_file_actions_t *file_actions, 89 posix_spawn_file_actions_t *file_actions); 92 posix_spawn_file_actions_t *file_actions); 95 posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions, 102 posix_spawn_file_actions_t *file_actions, 106 posix_spawn_file_actions_t *file_actions, 166 posix_spawn_file_actions_t *_RESTRICT_KYWD fact, 170 posix_spawn_file_actions_t *file_actions,
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 281 const posix_spawn_file_actions_t *file_actions, in posix_spawn() 375 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() 515 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init() 523 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy() 542 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) in add_file_attr() 566 posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen() 597 posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose() 616 posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_adddup2() 637 posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclosefrom_np() 898 posix_spawn_file_actions_t *fact, posix_spawnattr_t *attr) in posix_spawn_pipe_np()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 97 posix_spawn_file_actions_t fact; in popen()
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 118 posix_spawn_file_actions_t fact; in wordexp()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | fork.c | 1101 posix_spawn_file_actions_t factions; in fork_with_timeout()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 1266 posix_spawn_file_actions_t fd_actions; in ilbd_run_probe()
|