reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Program.inc
  126                           posix_spawn_file_actions_t *FileActions) {
  203     posix_spawn_file_actions_t FileActionsStore;
  204     posix_spawn_file_actions_t *FileActions = nullptr;
usr/include/spawn.h
   74 			const posix_spawn_file_actions_t *__restrict
   85 			 const posix_spawn_file_actions_t *__file_actions,
  160 extern int posix_spawn_file_actions_init (posix_spawn_file_actions_t *
  164 extern int posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *
  169 extern int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *
  178 extern int posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *
  184 extern int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *