HomeSort by relevance Sort by last modified time
    Searched refs:wstat (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/plugins/
passprompt.c 32 int readgood, wstat; local
88 while (waitpid(kid, &wstat, 0) < 0) {
98 if (!WIFEXITED(wstat))
100 if (WEXITSTATUS(wstat))
  /external/ImageMagick/MagickCore/
nt-base.h 295 #if !defined(wstat) && !defined(__BORLANDC__)
299 # define wstat _wstati64 macro
301 # define wstat _wstat macro
utility-private.h 288 status=wstat(path_wide,attributes);
  /external/openssh/openbsd-compat/
bsd-cray.c 723 int child, c, wstat; local
739 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
  /external/syzkaller/sys/akaros/gen/
amd64.go     [all...]

Completed in 732 milliseconds