OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statBuf
(Results
1 - 4
of
4
) sorted by null
/external/bzip2/
bzip2.c
690
struct MY_STAT
statBuf
;
701
retVal = MY_STAT ( inName, &
statBuf
);
984
struct MY_STAT
statBuf
;
986
i = MY_LSTAT ( name, &
statBuf
);
988
if (MY_S_ISREG(
statBuf
.st_mode)) return False;
1001
struct MY_STAT
statBuf
;
1003
i = MY_LSTAT ( name, &
statBuf
);
1005
return (
statBuf
.st_nlink - 1);
1138
struct MY_STAT
statBuf
;
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
os_unix.c
1111
struct stat
statbuf
; \/* Low-level file information *\/
local
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
25252
struct stat
statbuf
; \/* Low-level file information *\/
local
[
all
...]
Completed in 2856 milliseconds