Searched refs:stat_result (Results 1 – 1 of 1) sorted by relevance
982 int stat_result; local987 stat_result = 0;992 stat_result = fstat (STDIN_FILENO, &inf[i].stat);993 if (stat_result == 0 && S_ISREG (inf[i].stat.st_mode))997 stat_result = -1;1010 stat_result = stat (inf[i].name, &inf[i].stat);1012 if (stat_result != 0)