Searched refs:wstat (Results 1 – 4 of 4) sorted by relevance
32 int readgood, wstat; in promptpass() local88 while (waitpid(kid, &wstat, 0) < 0) { in promptpass()98 if (!WIFEXITED(wstat)) in promptpass()100 if (WEXITSTATUS(wstat)) in promptpass()
290 #if !defined(wstat) && !defined(__BORLANDC__)294 # define wstat _wstati64 macro296 # define wstat _wstat
294 status=wstat(path_wide,attributes); in stat_utf8()
372 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int; in wstat() function