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

/macosx-10.10.1/Security-57031.1.35/codesign_wrapper/
H A Dcheck_entitlements.c218 int fork_child_timeout(void (*pre_exec)(), char *pre_exec_arg, function
262 int err = fork_child_timeout(dup_io, (void*)redirect_child, argv, timeout);
H A Dcodesign_wrapper.c145 fork_child_timeout(void (*pre_exec)(), char *pre_exec_arg, function
191 int err = fork_child_timeout(dup_io, (void*)redirect_child, argv, timeout);
982 err = fork_child_timeout(NULL, NULL, (const char * const *)orig_args, timeout);
995 fork_child_timeout(close_all_fd, NULL, kill_tokens, 0);
997 fork_child_timeout(close_all_fd, NULL, load_tokens, 0);

Completed in 101 milliseconds