Home
last modified time | relevance | path

Searched refs:__stat64 (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/
A Dglob.c43 #define __stat64(fname, buf) stat64 (fname, buf) macro
58 #define __stat64(fname, buf) stat (fname, buf) macro
249 : __stat64 (fullname, &st64)) == 0); in link_exists_p()
296 : __stat64 (fullname, &st64)) == 0) in glob_in_dir()
839 : (__stat64 (dirname, &st64) == 0 && S_ISDIR (st64.st_mode))))) in glob()
1015 : (__stat64 (pglob->gl_pathv[i], &st64) == 0 in glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h74 typedef struct ::__stat64 stat_type; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h74 typedef struct ::__stat64 stat_type; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h74 typedef struct ::__stat64 stat_type; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog1194 (stat_type): Change to __stat64.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DChangeLog2658 (stat_type): Change to __stat64.

Completed in 16 milliseconds