HomeSort by: relevance | last modified time | path
    Searched defs:executable_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c 88 static int executable_fd = -1; variable
101 if (executable_fd >= 0)
103 /* If we already have an executable_fd, check that filename points to
108 if (fstat (executable_fd, &statexe) >= 0)
175 if (executable_fd < 0)
176 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
184 if (executable_fd < 0)
185 executable_fd = open (buf, O_RDONLY, 0);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c 88 static int executable_fd = -1; variable
101 if (executable_fd >= 0)
103 /* If we already have an executable_fd, check that filename points to
108 if (fstat (executable_fd, &statexe) >= 0)
175 if (executable_fd < 0)
176 executable_fd = open ("/proc/self/exe", O_RDONLY, 0);
184 if (executable_fd < 0)
185 executable_fd = open (buf, O_RDONLY, 0);

Completed in 15 milliseconds