Lines Matching full:stat
120 #include <sys/stat.h>
180 struct stat st;
181 if (stat(filename, &st) != 0) {
182 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
370 struct stat st;
371 if (stat(filename, &st) != 0) {
372 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
617 struct stat st;
618 if (stat(ptemp, &st) != 0) {
619 printf("failed to stat patch file %s: %s\n",