Searched refs:stat_result (Results 1 – 3 of 3) sorted by relevance
990 int stat_result; local995 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)
2537 int stat_result; in load_file() local2576 stat_result = stat (realfilename, &st); in load_file()2577 if (stat_result == 0 && !S_ISREG (st.st_mode)) in load_file()
2491 int stat_result; in load_file() local2541 stat_result = stat (realfilename, &st); in load_file()2542 if (stat_result == 0 && !S_ISREG(st.st_mode)) in load_file()