Home | History | Annotate | Download | only in libutil

Lines Matching refs:stat

12 #include <sys/stat.h>
28 struct stat st;
29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
35 struct stat st;
37 if (stat(file, &st))
90 struct stat * st_buf)
97 if (stat(name, st_buf) != 0)
99 struct stat lstat_buf;
105 fprintf(stderr, "stat failed for %s (%s)\n",
135 struct stat stat_buffer;