OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__stat64
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
tempname.c
66
# define
__stat64
(file, buf) stat (file, buf)
macro
102
return
__stat64
(dir, &buf) == 0 && S_ISDIR (buf.st_mode);
/src/external/gpl3/gdb.old/dist/gnulib/import/
tempname.c
66
# define
__stat64
(file, buf) stat (file, buf)
macro
102
return
__stat64
(dir, &buf) == 0 && S_ISDIR (buf.st_mode);
/src/external/gpl2/xcvs/dist/lib/
glob.c
163
# ifndef
__stat64
164
# define
__stat64
(fname, buf) __xstat64 (_STAT_VER, fname, buf)
macro
172
# define
__stat64
(fname, buf) stat (fname, buf)
macro
703
: (
__stat64
(dirname, &st64) == 0 && S_ISDIR (st64.st_mode)))))
1052
:
__stat64
(fullname, &st64) == 0 && S_ISDIR (st64.st_mode));
1102
:
__stat64
(fullname, &st64)) == 0)
Completed in 18 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026