Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.cpp51 if (helpers::sprint(fp, &uio)) goto error; \
58 if (uio.uio_resid && helpers::sprint(fp, &uio)) goto error; \
421 cp = convbuf = helpers::mbsconv(dtoaresult, -1); in FUNCTION_NAME()
514 convbuf = helpers::wcsconv(wcp, prec); in FUNCTION_NAME()
554 flags |= helpers::w_to_flag(n, fast); in FUNCTION_NAME()
Dvfwprintf.cpp47 if ((helpers::xfputwc((ptr)[n3], fp)) == WEOF) goto error; \
58 convbuf = helpers::mbsconv(utf8, prec); \
413 cp = convbuf = helpers::mbsconv(dtoaresult, -1); in FUNCTION_NAME()
532 flags |= helpers::w_to_flag(n, fast); in FUNCTION_NAME()
Dprintf_common.h696 struct helpers { struct