Lines Matching refs:PRINTF_IMPL
58 #define PRINTF_IMPL(expr) \ macro
649 PRINTF_IMPL(vasprintf(s, fmt, ap)); in asprintf()
657 PRINTF_IMPL(vdprintf(fd, fmt, ap)); in dprintf()
661 PRINTF_IMPL(vfprintf(fp, fmt, ap)); in fprintf()
673 PRINTF_IMPL(vfscanf(fp, fmt, ap)); in fscanf()
677 PRINTF_IMPL(vfwprintf(fp, fmt, ap)); in fwprintf()
681 PRINTF_IMPL(vfwscanf(fp, fmt, ap)); in fwscanf()
714 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf()
763 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf()
779 PRINTF_IMPL(vsnprintf(s, n, fmt, ap)); in snprintf()
783 PRINTF_IMPL(vsprintf(s, fmt, ap)); in sprintf()
787 PRINTF_IMPL(vsscanf(s, fmt, ap)); in sscanf()
791 PRINTF_IMPL(vswprintf(s, n, fmt, ap)); in swprintf()
795 PRINTF_IMPL(vswscanf(s, fmt, ap)); in swscanf()
845 PRINTF_IMPL(vfwprintf(stdout, fmt, ap)); in wprintf()
849 PRINTF_IMPL(vfwscanf(stdin, fmt, ap)); in wscanf()