Home
last modified time | relevance | path

Searched refs:stat_result (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/cvs/diff/
H A Ddiff.c982 int stat_result; local
987 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)