OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statexe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c
105
struct stat
statexe
;
local
108
if (fstat (executable_fd, &
statexe
) >= 0)
113
&& statfile.st_dev ==
statexe
.st_dev
114
&& statfile.st_ino ==
statexe
.st_ino))
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c
105
struct stat
statexe
;
local
108
if (fstat (executable_fd, &
statexe
) >= 0)
113
&& statfile.st_dev ==
statexe
.st_dev
114
&& statfile.st_ino ==
statexe
.st_ino))
Completed in 29 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026