Searched refs:__format (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/src/support/solaris/
H A Dxlocale.cpp28 #define vsnprintf_l(__s, __n, __l, __format, __va) \
29 vsnprintf(__s, __n, __format, __va)
31 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) argument
34 va_start(__va, __format);
35 int __res = vsnprintf_l(__s, __n , __l, __format, __va);
40 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { argument
42 va_start(__va, __format);
44 int __res = vasprintf(__s, __format, __va);
49 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { argument
51 va_start(__va, __format);
[all...]
/external/bison/lib/
H A Derror.h42 extern void error (int __status, int __errnum, const char *__format, ...)
46 unsigned int __lineno, const char *__format, ...)
H A Dtime.in.h196 char const *restrict __format,
201 char const *restrict __format,
/external/clang/test/Sema/
H A Dimplicit-decl.c6 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' declared here}}
H A Dc89.c86 extern int printf(__const char *__restrict __format, ...);
/external/clang/test/PCH/
H A Dpr4489.c10 __const char *__restrict __format, ...);
/external/libcxx/include/
H A D__bsd_locale_fallbacks.h107 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { argument
109 va_start(__va, __format);
111 int __res = vsnprintf(__s, __n, __format, __va);
117 int __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) { argument
119 va_start(__va, __format);
121 int __res = vasprintf(__s, __format, __va);
127 int __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { argument
129 va_start(__va, __format);
131 int __res = vsscanf(__s, __format, __va);
/external/libcxx/include/support/solaris/
H A Dxlocale.h24 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
25 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
27 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp123 __format(*format), __width(width), __height(height), __depth(depth),
145 return __format;
H A Dmemory.hpp125 cl_image_format __format; member in struct:clover::image
/external/bison/darwin-lib/
H A Dtime.h508 char const *restrict __format,
513 char const *restrict __format,
/external/bison/linux-lib/
H A Dtime.h508 char const *restrict __format,
513 char const *restrict __format,
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5321 __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__));

Completed in 490 milliseconds