/external/stlport/stlport/stl/ |
D | _time_facets.c | 150 … string::const_iterator __format, string::const_iterator __format_end, in _STLP_WEAK() argument 156 while (__first != __last && __format != __format_end) { in _STLP_WEAK() 158 if (*__format == '%') { in _STLP_WEAK() 159 ++__format; in _STLP_WEAK() 160 char __c = *__format; in _STLP_WEAK() 162 ++__format; in _STLP_WEAK() 163 __c = *__format; in _STLP_WEAK() 173 return __format; in _STLP_WEAK() 184 return __format; in _STLP_WEAK() 193 return __format; in _STLP_WEAK() [all …]
|
D | _time_facets.h | 235 char __format, char __modifier, 241 char __format, char __modifier, 261 const tm* __tmb, char __format, char __modifier = 0) const 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 276 char __format, char /* __modifier */) const;
|
D | _monetary.c | 142 money_base::pattern __format = __intl ? __punct_intl.neg_format() in __money_do_get() local 154 switch (__format.field[__i]) { in __money_do_get() 424 money_base::pattern __format = __intl ? (__is_negative ? __punct_intl.neg_format() in __money_do_put() local 437 if ((__format.field[1] == (char) money_base::space) || in __money_do_put() 438 (__format.field[2] == (char) money_base::space)) in __money_do_put() 453 char __ffield = __format.field[__i]; in __money_do_put()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 161 #define vsnprintf_l(__s, __n, __l, __format, __va) \ argument 162 vsnprintf(__s, __n, __format, __va) 164 int sprintf_l(char *__s, locale_t __l, const char *__format, ...) { in sprintf_l() argument 166 va_start(__va, __format); in sprintf_l() 167 int __res = vsnprintf_l(__s, SIZE_MAX, __l, __format, __va); in sprintf_l() 172 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() argument 175 va_start(__va, __format); in snprintf_l() 176 int __res = vsnprintf_l(__s, __n , __l, __format, __va); in snprintf_l() 181 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in asprintf_l() argument 183 va_start(__va, __format); in asprintf_l() [all …]
|
/external/bison/lib/ |
D | error.h | 42 extern void error (int __status, int __errnum, const char *__format, ...) 46 unsigned int __lineno, const char *__format, ...)
|
D | time.in.h | 196 char const *restrict __format, 201 char const *restrict __format,
|
/external/clang/test/Sema/ |
D | implicit-decl.c | 6 extern int printf(__const char *__restrict __format, ...); // expected-note{{'printf' declared here… 27 extern int sformatf(char *str, __const char *__restrict __format, ...); // expected-note{{'sformatf…
|
D | c89.c | 86 extern int printf(__const char *__restrict __format, ...);
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 59 int sprintf_l(char *__s, locale_t __l, const char *__format, ...); 61 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...); 63 int asprintf_l(char **__s, locale_t __l, const char *__format, ...); 65 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
|
/external/clang/test/PCH/ |
D | pr4489.c | 10 __const char *__restrict __format, ...);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 123 __format(*format), __width(width), __height(height), __depth(depth), in image() 145 return __format; in format()
|
D | memory.hpp | 125 cl_image_format __format; member
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 123 __format(*format), __width(width), __height(height), __depth(depth), in image() 145 return __format; in format()
|
D | memory.hpp | 125 cl_image_format __format; member
|
/external/bison/linux-lib/ |
D | time.h | 508 char const *restrict __format, 513 char const *restrict __format,
|
/external/bison/darwin-lib/ |
D | time.h | 508 char const *restrict __format, 513 char const *restrict __format,
|
/external/libcxx/include/ |
D | locale | 365 int __snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { 367 va_start(__va, __format); 369 int __res = vsnprintf_l(__s, __n, __l, __format, __va); 372 int __res = vsnprintf(__s, __n, __format, __va); 379 int __asprintf_l(char **__s, locale_t __l, const char *__format, ...) { 381 va_start(__va, __format); 383 int __res = vasprintf_l(__s, __l, __format, __va); 386 int __res = vasprintf(__s, __format, __va); 393 int __sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { 395 va_start(__va, __format); [all …]
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 5321 __const char *__restrict __format, ...); 5326 extern int printf (__const char *__restrict __format, ...); 5329 __const char *__restrict __format, ...) __attribute__ ((__nothrow__)); 5347 __const char *__restrict __format, ...) 5358 __const char *__restrict __format, ...); 5363 extern int scanf (__const char *__restrict __format, ...); 5366 __const char *__restrict __format, ...) __attribute__ ((__nothrow__));
|