Searched refs:posix_spawn_file_actions_t (Results 1 – 22 of 22) sorted by relevance
/external/bison/lib/ |
D | spawn.in.h | 105 # define posix_spawn_file_actions_t rpl_posix_spawn_file_actions_t macro 115 } posix_spawn_file_actions_t; typedef 180 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 188 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 197 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 206 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 231 const posix_spawn_file_actions_t *__file_actions, 237 const posix_spawn_file_actions_t *__file_actions, 244 const posix_spawn_file_actions_t *__file_actions, 251 const posix_spawn_file_actions_t *__file_actions, [all …]
|
D | spawn_faction_init.c | 32 __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc() 51 posix_spawn_file_actions_init (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init()
|
D | spawn_int.h | 53 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t * 60 const posix_spawn_file_actions_t *file_actions,
|
D | spawn_faction_destroy.c | 26 posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy()
|
D | spawnp.c | 28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
|
D | spawn_faction_addclose.c | 36 posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose()
|
D | spawn_faction_adddup2.c | 36 posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_adddup2()
|
D | spawn_faction_addopen.c | 36 posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen()
|
D | spawni.c | 97 const posix_spawn_file_actions_t *file_actions, in __spawni() 140 const posix_spawn_file_actions_t *file_actions, in __spawni()
|
D | spawn-pipe.c | 255 posix_spawn_file_actions_t actions; in create_pipe()
|
/external/bison/linux-lib/ |
D | spawn.h | 417 # define posix_spawn_file_actions_t rpl_posix_spawn_file_actions_t 427 } posix_spawn_file_actions_t; 492 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 500 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 509 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 518 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 543 const posix_spawn_file_actions_t *__file_actions, 549 const posix_spawn_file_actions_t *__file_actions, 556 const posix_spawn_file_actions_t *__file_actions, 563 const posix_spawn_file_actions_t *__file_actions, [all …]
|
/external/bison/darwin-lib/ |
D | spawn.h | 417 # define posix_spawn_file_actions_t rpl_posix_spawn_file_actions_t 427 } posix_spawn_file_actions_t; 492 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 500 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 509 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 518 const posix_spawn_file_actions_t *_Restrict_ __file_actions, 543 const posix_spawn_file_actions_t *__file_actions, 549 const posix_spawn_file_actions_t *__file_actions, 556 const posix_spawn_file_actions_t *__file_actions, 563 const posix_spawn_file_actions_t *__file_actions, [all …]
|
/external/bison/m4/ |
D | posix_spawn.m4 | 152 posix_spawn_file_actions_t actions; 279 posix_spawn_file_actions_t actions; 422 posix_spawn_file_actions_t actions; 463 posix_spawn_file_actions_t actions; 505 posix_spawn_file_actions_t actions;
|
D | spawn_h.m4 | 23 AC_CHECK_TYPES([posix_spawn_file_actions_t], [],
|
/external/lldb/test/functionalities/exec/ |
D | main.cpp | 31 const posix_spawn_file_actions_t *file_actions = NULL; in spawn_process()
|
/external/lldb/source/Host/macosx/launcherXPCService/ |
D | main.mm | 26 …es_file_actions(xpc_object_t message, posix_spawnattr_t *attr, posix_spawn_file_actions_t *file_ac… 156 posix_spawn_file_actions_t file_actions;
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 132 posix_spawn_file_actions_t *FileActions) { 198 posix_spawn_file_actions_t FileActionsStore; 199 posix_spawn_file_actions_t *FileActions = nullptr;
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1650 posix_spawn_file_actions_t file_actions; 1659 …lldb_utility::CleanUp <posix_spawn_file_actions_t *, int> posix_spawn_file_actions_cleanup (&file_…
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 479 AddPosixSpawnFileAction (posix_spawn_file_actions_t *file_actions,
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 1863 posix_spawn_file_actions_t file_actions; in PosixSpawnChildForPTraceDebugging()
|
/external/lldb/source/Target/ |
D | Process.cpp | 667 ProcessLaunchInfo::FileAction::AddPosixSpawnFileAction (posix_spawn_file_actions_t *file_actions, in AddPosixSpawnFileAction()
|
/external/bison/ |
D | configure | 18482 posix_spawn_file_actions_t actions; 18623 posix_spawn_file_actions_t actions; 26331 posix_spawn_file_actions_t actions; 26413 posix_spawn_file_actions_t actions; 26496 posix_spawn_file_actions_t actions;
|