Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1117 static int builtin_wait(char **argv) FAST_FUNC;
1223 BLTIN("wait" , builtin_wait , "Wait for process to finish"),
11952 static int FAST_FUNC builtin_wait(char **argv) in builtin_wait() function