Home | History | Annotate | Download | only in src

Lines Matching full:stat

33 #include <sys/stat.h>
295 struct stat st;
404 struct stat st;
415 if (unlikely (stat (rfname, &st) < 0) || ! S_ISDIR (st.st_mode))
6238 struct stat temp_st;
6240 error (EXIT_FAILURE, errno, gettext ("cannot stat output file"));
6249 struct stat new_st;
6250 if (stat (ld_state.outfname, &new_st) != 0