Searched refs:statexe (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogreloc.c107 struct stat statexe; local
110 if (fstat (executable_fd, &statexe) >= 0)
115 && statfile.st_dev == statexe.st_dev
116 && statfile.st_ino == statexe.st_ino))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogreloc.c107 struct stat statexe; local
110 if (fstat (executable_fd, &statexe) >= 0)
115 && statfile.st_dev == statexe.st_dev
116 && statfile.st_ino == statexe.st_ino))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogreloc.c108 struct stat statexe; local
111 if (fstat (executable_fd, &statexe) >= 0)
116 && statfile.st_dev == statexe.st_dev
117 && statfile.st_ino == statexe.st_ino))

Completed in 90 milliseconds