Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libxo/tests/
HDfunctional_test.sh34 local xo_fmt=${1}; shift
36 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
38 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
41 if [ "$xo_fmt" = "E" ]; then
44 libxo_options=":W${xo_fmt}"
64 tc_escaped="${tc_script}${xo_fmt:+__${xo_fmt}}"
67 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd-11-stable/usr.bin/xo/tests/
HDfunctional_test.sh34 local xo_fmt=${1}; shift
38 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
40 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
46 "${XO} --libxo:W${xo_fmt}"
60 tc_escaped="${tc_script}${xo_fmt:+__${xo_fmt}}"
63 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd-11-stable/contrib/libxo/libxo/
HDlibxo.c274 xo_buffer_t xo_fmt; /* Work area for building format strings */ member
671 xo_buf_init(&xop->xo_fmt); in xo_init_handle()
1987 xo_buf_cleanup(&xop->xo_fmt); in xo_destroy()
3476 xo_buffer_t *fbp = &xop->xo_fmt; in xo_do_format_field()