HomeSort by relevance Sort by last modified time
    Searched refs:wstat (Results 1 - 3 of 3) 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/openssh/openbsd-compat/
bsd-cray.c 724 int child, c, wstat; local
740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 166 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);

Completed in 171 milliseconds