Searched refs:_posix_spawn_file_actions (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/posix/
H A Dspawn.h30 typedef struct _posix_spawn_file_actions *posix_spawn_file_actions_t;
/haiku/src/system/libroot/posix/
H A Dspawn.cpp54 struct _posix_spawn_file_actions { struct
62 posix_spawn_file_actions_extend(struct _posix_spawn_file_actions *actions)
79 sizeof(struct _posix_spawn_file_actions));
94 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
118 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
150 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
175 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
201 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
228 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL;
452 struct _posix_spawn_file_actions* action
[all...]

Completed in 42 milliseconds