OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wstat
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/
passprompt.c
32
int readgood,
wstat
;
local
89
while (waitpid(kid, &
wstat
, 0) < 0) {
98
if (!WIFEXITED(
wstat
))
100
if (WEXITSTATUS(
wstat
))
/external/openssh/openbsd-compat/
bsd-cray.c
724
int child, c,
wstat
;
local
740
while (waitpid(child, &
wstat
, 0) == -1 && errno == EINTR)
Completed in 521 milliseconds