Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/
Dpassprompt.c32 int readgood, wstat; in promptpass() local
88 while (waitpid(kid, &wstat, 0) < 0) { in promptpass()
98 if (!WIFEXITED(wstat)) in promptpass()
100 if (WEXITSTATUS(wstat)) in promptpass()
/external/ImageMagick/MagickCore/
Dnt-base.h286 #if !defined(wstat) && !defined(__BORLANDC__)
290 # define wstat _wstati64 macro
292 # define wstat _wstat
Dutility-private.h275 status=wstat(path_wide,attributes); in stat_utf8()