/prebuilts/go/darwin-x86/src/syscall/ |
types_linux.go | 174 type Stat_t C.struct_stat
|
/prebuilts/go/linux-x86/src/syscall/ |
types_linux.go | 174 type Stat_t C.struct_stat
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
edk2module.c | 151 #undef STRUCT_STAT
154 #define STRUCT_STAT struct stat
492 _pystat_fromstructstat(STRUCT_STAT *st)
562 int (*statfunc)(const char *, STRUCT_STAT *),
564 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *))
566 STRUCT_STAT st;
[all...] |
/external/curl/src/ |
tool_operate.c | 133 const struct_stat *stat_buf) 164 const struct_stat *stat_buf) 651 struct_stat fileinfo; 691 struct_stat fileinfo; [all...] |
tool_doswin.c | 492 struct_stat st_buf;
|
tool_formparse.c | 449 struct_stat sbuf;
|
tool_getparam.c | [all...] |
/external/curl/lib/vtls/ |
nss.c | 343 struct_stat st; [all...] |
darwinssl.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | 150 #undef STRUCT_STAT
153 #define STRUCT_STAT struct stat
491 _pystat_fromstructstat(STRUCT_STAT *st)
561 int (*statfunc)(const char *, STRUCT_STAT *),
563 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *))
565 STRUCT_STAT st;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
posixmodule.c | 344 #undef STRUCT_STAT
348 # define STRUCT_STAT struct win32_stat
352 # define STRUCT_STAT struct stat
[all...] |
/external/python/cpython2/Modules/ |
posixmodule.c | 1015 #undef STRUCT_STAT 1019 # define STRUCT_STAT struct win32_stat 1023 # define STRUCT_STAT struct stat [all...] |
/external/python/cpython3/Modules/ |
posixmodule.c | 367 #undef STRUCT_STAT 372 # define STRUCT_STAT struct _Py_stat_struct 377 # define STRUCT_STAT struct stat [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 146 struct_, union_, or enum_, as in C.struct_stat. [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 146 struct_, union_, or enum_, as in C.struct_stat. [all...] |
/external/strace/ |
strace.c | 1293 struct_stat statbuf; [all...] |