Searched refs:wstat (Results 1 – 5 of 5) 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()
295 #if !defined(wstat) && !defined(__BORLANDC__)299 # define wstat _wstati64 macro301 # define wstat _wstat
288 status=wstat(path_wide,attributes); in stat_utf8()
723 int child, c, wstat; in cray_delete_tmpdir() local739 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR) in cray_delete_tmpdir()
418 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int; in wstat() function