Home
last modified time | relevance | path

Searched refs:wstat (Results 1 – 4 of 4) 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.h290 #if !defined(wstat) && !defined(__BORLANDC__)
294 # define wstat _wstati64 macro
296 # define wstat _wstat
Dutility-private.h294 status=wstat(path_wide,attributes); in stat_utf8()
/external/rust/crates/libc/src/windows/
Dmod.rs372 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int; in wstat() function