Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwprintf.cpp121 if ((helpers::xfputwc((ptr)[n3], fp)) == WEOF) goto error; \ in FUNCTION_NAME()
350 cp = convbuf = helpers::mbsconv(dtoaresult, -1); in FUNCTION_NAME()
390 cp = convbuf = helpers::mbsconv(dtoaresult, -1); in FUNCTION_NAME()
442 convbuf = helpers::mbsconv(strerror_r(caller_errno, in FUNCTION_NAME()
481 convbuf = helpers::mbsconv(mbsarg, prec); in FUNCTION_NAME()
Dvfprintf.cpp125 if (helpers::sprint(fp, &uio)) goto error; \ in FUNCTION_NAME()
131 if (uio.uio_resid && helpers::sprint(fp, &uio)) goto error; \ in FUNCTION_NAME()
490 convbuf = helpers::wcsconv(wcp, prec); in FUNCTION_NAME()
Dprintf_common.h671 struct helpers { struct