Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c240 xo_formatter_t xo_formatter; /* Custom formating function */ member
944 if (xop->xo_formatter) in xo_vsnprintf()
945 rc = xop->xo_formatter(xop, xbp->xb_curp, left, fmt, va_local); in xo_vsnprintf()
967 if (xop->xo_formatter) in xo_vsnprintf()
968 rc = xop->xo_formatter(xop, xbp->xb_curp, left, fmt, va_local); in xo_vsnprintf()
2549 xop->xo_formatter = func; in xo_set_formatter()
3495 if (xop->xo_formatter == NULL in xo_do_format_field()
5165 if (xop->xo_formatter == NULL && flen == 2 in xo_find_width()
5169 } else if (xop->xo_formatter == NULL && flen == 2 in xo_find_width()