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()
286 #if !defined(wstat) && !defined(__BORLANDC__)290 # define wstat _wstati64 macro292 # define wstat _wstat
275 status=wstat(path_wide,attributes); in stat_utf8()
724 int child, c, wstat; in cray_delete_tmpdir() local740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR) in cray_delete_tmpdir()