Home
last modified time | relevance | path

Searched refs:PRINTF_IMPL (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dstdio.cpp67 #define PRINTF_IMPL(expr) \ macro
741 PRINTF_IMPL(vasprintf(s, fmt, ap)); in asprintf()
749 PRINTF_IMPL(vdprintf(fd, fmt, ap)); in dprintf()
754 PRINTF_IMPL(vfprintf(fp, fmt, ap)); in fprintf()
846 PRINTF_IMPL(vfscanf(fp, fmt, ap)); in fscanf()
851 PRINTF_IMPL(vfwprintf(fp, fmt, ap)); in fwprintf()
856 PRINTF_IMPL(vfwscanf(fp, fmt, ap)); in fwscanf()
898 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf()
958 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf()
977 PRINTF_IMPL(vsnprintf(s, n, fmt, ap)); in snprintf()
[all …]