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

/macosx-10.10/libiconv-42/libiconv/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 114 milliseconds