Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.func.c2027 pid_t pid, wait_res; local
2066 while ((wait_res = waitpid(pid, &status, wait_options)) == -1
2069 if (hostname.len > 0 && wait_res == pid && WIFEXITED(status)