statfile 184 maint/gnulib/lib/progreloc.c struct stat statfile; statfile 187 maint/gnulib/lib/progreloc.c return (stat (filename, &statfile) >= 0 statfile 188 maint/gnulib/lib/progreloc.c && statfile.st_dev statfile 189 maint/gnulib/lib/progreloc.c && statfile.st_dev == statexe.st_dev statfile 190 maint/gnulib/lib/progreloc.c && statfile.st_ino == statexe.st_ino); statfile 196 maint/gnulib/lib/progreloc.c struct stat statfile; statfile 198 maint/gnulib/lib/progreloc.c return (stat (filename, &statfile) >= 0 statfile 199 maint/gnulib/lib/progreloc.c && ! S_ISDIR (statfile.st_mode));