Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dtc.func.c1995 pid_t pid, wait_res; local
2034 while ((wait_res = waitpid(pid, &status, wait_options)) == -1
2037 if (hostname.len > 0 && wait_res == pid && WIFEXITED(status)