Searched refs:executable_fd (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.c87 static int executable_fd = -1; variable
99 if (executable_fd >= 0)
101 /* If we already have an executable_fd, check that filename points to
106 if (fstat (executable_fd, &statexe) >= 0)
150 if (executable_fd < 0)
151 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
159 if (executable_fd < 0)
160 executable_fd = open (buf, O_RDONLY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogreloc.c90 static int executable_fd = -1; variable
103 if (executable_fd >= 0)
105 /* If we already have an executable_fd, check that filename points to
110 if (fstat (executable_fd, &statexe) >= 0)
177 if (executable_fd < 0)
178 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
186 if (executable_fd < 0)
187 executable_fd = open (buf, O_RDONLY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogreloc.c90 static int executable_fd = -1; variable
103 if (executable_fd >= 0)
105 /* If we already have an executable_fd, check that filename points to
110 if (fstat (executable_fd, &statexe) >= 0)
177 if (executable_fd < 0)
178 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
186 if (executable_fd < 0)
187 executable_fd = open (buf, O_RDONLY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/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 112 milliseconds