Searched refs:exec_fn (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | spawn.py | 121 exec_fn = search_path and os.execvp or os.execv 142 exec_fn = search_path and os.execvpe or os.execve 148 exec_fn(executable, cmd) 150 exec_fn(executable, cmd, env)
|
/external/ltp/include/ |
D | tst_safe_pthread.h | 28 #define TST_DECLARE_ONCE_FN(name_fn, exec_fn) \ argument 32 pthread_once(<p_once, exec_fn); \
|
/external/ltp/include/old/ |
D | test.h | 92 #define TST_DECLARE_ONCE_FN(name_fn, exec_fn) \ argument 96 pthread_once(<p_once, exec_fn); \
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 2605 static int exec_fn(struct atom *atom, struct action_data *action_data) in exec_fn() function 3239 { "exec", 1, exec_fn, NULL, 1, 0},
|