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

/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dprogreloc.c91 static int executable_fd = -1; variable
104 if (executable_fd >= 0)
106 /* If we already have an executable_fd, check that filename points to
111 if (fstat (executable_fd, &statexe) >= 0)
178 if (executable_fd < 0)
179 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
187 if (executable_fd < 0)
188 executable_fd = open (buf, O_RDONLY, 0);

Completed in 106 milliseconds