Home
last modified time | relevance | path

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

/freebsd/lib/libxo/tests/
H A Dfunctional_test.sh33 local xo_fmt=${1}; shift
35 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
37 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
40 if [ "$xo_fmt" = "E" ]; then
43 libxo_options=":W${xo_fmt}"
63 tc_escaped="${tc_script}${xo_fmt:+__${xo_fmt}}"
66 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd/usr.bin/xo/tests/
H A Dfunctional_test.sh33 local xo_fmt=${1}; shift
37 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
39 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
45 "${XO} --libxo:W${xo_fmt}"
59 tc_escaped="${tc_script}${xo_fmt:+__${xo_fmt}}"
62 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c244 xo_buffer_t xo_fmt; /* Work area for building format strings */ member
647 xo_buf_init(&xop->xo_fmt); in xo_init_handle()
1963 xo_buf_cleanup(&xop->xo_fmt); in xo_destroy()
3480 xo_buffer_t *fbp = &xop->xo_fmt; in xo_do_format_field()