/external/libxml2/os400/dlfcn/ |
dlfcn.c | 94 static dlts_t static_buf; /* Static error buffer. */ variable 265 p = &static_buf; 267 p = &static_buf; 284 p = &static_buf; 286 p = &static_buf; 313 q = &static_buf; 315 q = &static_buf;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0) local 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); 762 buf = static_buf; [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0) local 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); 762 buf = static_buf; [all...] |
/external/selinux/libsepol/src/ |
write.c | 1947 uint32_t static_buf[32], *dyn_buf = NULL, *buf; local [all...] |