OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri May 01 00:23:41 UTC 2026