Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff.c990 int stat_result; local
995 stat_result = 0;
1000 stat_result = fstat (STDIN_FILENO, &inf[i].stat);
1001 if (stat_result == 0 && S_ISREG (inf[i].stat.st_mode))
1005 stat_result = -1;
1018 stat_result = stat (inf[i].name, &inf[i].stat);
1020 if (stat_result != 0)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc2537 int stat_result; in load_file() local
2576 stat_result = stat (realfilename, &st); in load_file()
2577 if (stat_result == 0 && !S_ISREG (st.st_mode)) in load_file()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c2491 int stat_result; in load_file() local
2541 stat_result = stat (realfilename, &st); in load_file()
2542 if (stat_result == 0 && !S_ISREG(st.st_mode)) in load_file()