HomeSort by: relevance | last modified time | path
    Searched refs:simple_execve_timed (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h 320 #define simple_execve_timed rk_simple_execve_timed macro
322 simple_execve_timed(const char *, char *const[],
simple_exec.c 272 simple_execve_timed(const char *file, char *const args[], char *const envp[], function
290 return simple_execve_timed(file, args, envp, NULL, NULL, 0);
simple_exec_w32.c 370 simple_execve_timed(const char *file, char *const args[], char *const envp[], function
394 return simple_execve_timed(file, args, envp, NULL, NULL, 0);

Completed in 23 milliseconds