Home
last modified time | relevance | path

Searched refs:open_action (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dspawn_faction_addopen.c47 rec->action.open_action.fd = fd; in posix_spawn_file_actions_addopen()
48 rec->action.open_action.path = path; in posix_spawn_file_actions_addopen()
49 rec->action.open_action.oflag = oflag; in posix_spawn_file_actions_addopen()
50 rec->action.open_action.mode = mode; in posix_spawn_file_actions_addopen()
A Dspawn.c67 int new_fd = open_not_cancel(action->action.open_action.path, in execute_file_actions()
68 action->action.open_action.oflag in execute_file_actions()
70 action->action.open_action.mode); in execute_file_actions()
76 if (new_fd != action->action.open_action.fd) { in execute_file_actions()
77 if (dup2(new_fd, action->action.open_action.fd) in execute_file_actions()
78 != action->action.open_action.fd) in execute_file_actions()
A Dspawn_int.h22 } open_action; member
A Dspawn_faction_addclose.c46 rec->action.open_action.fd = fd; in posix_spawn_file_actions_addclose()

Completed in 4 milliseconds