OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_stat64i32
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap.h
58
int _fstat64i32(int fd, struct
_stat64i32
* buf);
92
int
_stat64i32
(const char* path, struct
_stat64i32
* buf);
kernel_wrap_win.cc
97
int _fstat64i32(int fd, struct
_stat64i32
* buf) {
189
int
_stat64i32
(const char* path, struct
_stat64i32
* buf) {
function
/external/bison/darwin-lib/sys/
stat.h
982
/* The system headers define stat to
_stat64i32
. */
983
# undef
_stat64i32
macro
984
# define
_stat64i32
(name, st) rpl_stat (name, st)
macro
[
all
...]
/external/bison/lib/
sys_stat.in.h
670
/* The system headers define stat to
_stat64i32
. */
671
# undef
_stat64i32
672
# define
_stat64i32
(name, st) rpl_stat (name, st)
/external/bison/linux-lib/sys/
stat.h
982
/* The system headers define stat to
_stat64i32
. */
983
# undef
_stat64i32
984
# define
_stat64i32
(name, st) rpl_stat (name, st)
[
all
...]
Completed in 716 milliseconds