Lines Matching defs:stat
60 #include <sys/stat.h>
524 int i, pid, stat, ex_stat;
675 if ((pid = wait(&stat)) == -1) {
686 if (WIFEXITED(stat)) {
687 switch (WEXITSTATUS(stat)) {
729 pid, WEXITSTATUS(stat));
733 } else if (WIFSIGNALED(stat)
734 && WTERMSIG(stat) != SIGINT) {
737 pid, WTERMSIG(stat));
2428 struct stat sbuf;
2894 struct stat sbuf;