Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.cpp689 PRINTANDPAD(cp, end, lead, zeroes); in FUNCTION_NAME()
693 PRINTANDPAD(cp, end, prec, zeroes); in FUNCTION_NAME()
Dvfwprintf.cpp667 PRINTANDPAD(cp, end, lead, zeroes); in FUNCTION_NAME()
671 PRINTANDPAD(cp, end, prec, zeroes); in FUNCTION_NAME()
Dprintf_common.h164 #define PRINTANDPAD(p, ep, len, with) \ macro