/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/ |
A D | err.c | 23 static void vwarn_work(const char *format, va_list args, int showerr) in vwarn_work() 50 static void __vwarn(const char *format, va_list args) in __vwarn() 65 static void __vwarnx(const char *format, va_list args) in __vwarnx() 80 static void attribute_noreturn __verr(int status, const char *format, va_list args) in __verr() 99 static void attribute_noreturn __verrx(int status, const char *format, va_list args) in __verrx()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | vprintf.c | 12 int vprintf(const char * __restrict format, va_list arg) in vprintf()
|
A D | vwprintf.c | 13 int vwprintf(const wchar_t * __restrict format, va_list arg) in vwprintf()
|
A D | vsprintf.c | 16 int vsprintf(char *__restrict buf, const char * __restrict format, in vsprintf()
|
A D | printf.c | 12 int printf(const char * __restrict format, ...) in printf()
|
A D | wprintf.c | 13 int wprintf(const wchar_t * __restrict format, ...) in wprintf()
|
A D | asprintf.c | 20 int asprintf(char **__restrict buf, const char * __restrict format, ...) in asprintf()
|
A D | dprintf.c | 15 int dprintf(int filedes, const char * __restrict format, ...) in dprintf()
|
A D | fprintf.c | 12 int fprintf(FILE * __restrict stream, const char * __restrict format, ...) in fprintf()
|
A D | fwprintf.c | 13 int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...) in fwprintf()
|
A D | sprintf.c | 16 int sprintf(char *__restrict buf, const char * __restrict format, ...) in sprintf()
|
A D | swprintf.c | 18 const wchar_t * __restrict format, ...) in swprintf()
|
A D | vasprintf.c | 25 int vasprintf(char **__restrict buf, const char * __restrict format, in vasprintf()
|
A D | vdprintf.c | 15 int vdprintf(int filedes, const char * __restrict format, va_list arg) in vdprintf()
|
A D | vsnprintf.c | 20 const char * __restrict format, va_list arg) in vsnprintf()
|
A D | snprintf.c | 17 const char * __restrict format, ...) in snprintf()
|
A D | vswprintf.c | 20 const wchar_t * __restrict format, va_list arg) in vswprintf()
|
A D | _scanf.c | 130 int fscanf(FILE * __restrict stream, const char * __restrict format, ...) in fscanf() 165 int sscanf(const char * __restrict str, const char * __restrict format, ...) in sscanf() 325 int wscanf(const wchar_t * __restrict format, ...) in wscanf() 343 int swscanf(const wchar_t * __restrict str, const wchar_t * __restrict format, in swscanf() 363 int vwscanf(const wchar_t * __restrict format, va_list arg) in vwscanf() 374 int vswscanf(const wchar_t * __restrict str, const wchar_t * __restrict format, in vswscanf() 1122 int VFSCANF (FILE *__restrict fp, const Wchar *__restrict format, va_list arg) in VFSCANF()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | stdarg.c | 8 static int foo(const char *format, ...) in foo()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/gnu/ |
A D | obprintf.c | 10 obstack_vprintf (struct obstack *obstack, const char *format, va_list args) in obstack_vprintf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-strptime.c | 31 const char *format; member 56 const char *format; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-digits.c | 45 const char *format; member 86 const wchar_t *format; member
|
A D | tst-sscanf.c | 19 check_sscanf (const char *s, const char *format, const float n) in check_sscanf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | regex.tcc | 355 format(_Out_iter __out, in format() function in std::match_results
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | regex.tcc | 355 format(_Out_iter __out, in format() function in std::match_results
|