Searched refs:wait_completion (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_internal.c | 509 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 554 if (wait_completion) { in os_exec()
|
H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_unix.c | 828 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 873 if (wait_completion) { in os_exec()
|
H A D | os.h | 656 int os_exec(const char *program, const char *arg, int wait_completion);
|