HomeSort by: relevance | last modified time | path
    Searched defs:stat_result (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/diff/
diff.c 995 int stat_result;
1000 stat_result = 0;
1005 stat_result = fstat (STDIN_FILENO, &inf[i].stat);
1006 if (stat_result == 0 && S_ISREG (inf[i].stat.st_mode))
1010 stat_result = -1;
1023 stat_result = stat (inf[i].name, &inf[i].stat);
1025 if (stat_result != 0)
990 int stat_result; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 2541 int stat_result; local
2580 stat_result = stat (realfilename, &st);
2581 if (stat_result == 0 && !S_ISREG (st.st_mode))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 2537 int stat_result; local
2576 stat_result = stat (realfilename, &st);
2577 if (stat_result == 0 && !S_ISREG (st.st_mode))

Completed in 24 milliseconds