OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lxstat64
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/FrontendC++/
2004-11-27-InlineAsmFunctionRedefinition.cpp
13
extern int __lxstat(int, const char *, struct stat *) __asm__("
__lxstat64
");
14
extern int
__lxstat64
(int, const char *, struct stat64 *);
20
return
__lxstat64
(3, path, statbuf);
/ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c
72
# define
__lxstat64
(version, file, buf) lstat (file, buf)
macro
285
if (
__lxstat64
(_STAT_VER, tmpl, &st) < 0)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h
417
struct stat *__stat_buf),
__lxstat64
)
427
# define __lxstat
__lxstat64
436
extern int
__lxstat64
(int __ver, __const char *__filename,
511
return
__lxstat64
(_STAT_VER, __path, __statbuf);
Completed in 70 milliseconds