Searched refs:statfile (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dprogreloc.c104 struct stat statfile; local
108 if (stat (filename, &statfile) < 0)
110 if (!(statfile.st_dev
111 && statfile.st_dev == statexe.st_dev
112 && statfile.st_ino == statexe.st_ino))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogreloc.c108 struct stat statfile; local
112 if (stat (filename, &statfile) < 0)
114 if (!(statfile.st_dev
115 && statfile.st_dev == statexe.st_dev
116 && statfile.st_ino == statexe.st_ino))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogreloc.c108 struct stat statfile; local
112 if (stat (filename, &statfile) < 0)
114 if (!(statfile.st_dev
115 && statfile.st_dev == statexe.st_dev
116 && statfile.st_ino == statexe.st_ino))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogreloc.c109 struct stat statfile; local
113 if (stat (filename, &statfile) < 0)
115 if (!(statfile.st_dev
116 && statfile.st_dev == statexe.st_dev
117 && statfile.st_ino == statexe.st_ino))

Completed in 120 milliseconds