Searched defs:__posix_spawn_file_action (Results 1 – 1 of 1) sorted by relevance
75 struct __posix_spawn_file_action { struct76 __posix_spawn_file_action* next; argument78 Action what;79 int fd;80 int new_fd;81 char* path;82 int flags;83 mode_t mode;85 void Do() { in Do()