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

/freebsd-13-stable/lib/libxo/tests/
H A Dfunctional_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}"
62 [ $# -eq 3 ] && xo_fmt=${2} # Don't set xo_fmt to `out'
64 tc_escaped="${tc_script}${xo_fmt
[all...]
/freebsd-13-stable/usr.bin/xo/tests/
H A Dfunctional_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}"
58 [ $# -eq 3 ] && xo_fmt=${2} # Don't set xo_fmt to `out'
60 tc_escaped="${tc_script}${xo_fmt:+__${xo_fmt}}"
[all...]
/freebsd-13-stable/contrib/libxo/libxo/
H A Dlibxo.c244 xo_buffer_t xo_fmt; /* Work area for building format strings */ member in struct:xo_handle_s
647 xo_buf_init(&xop->xo_fmt);
1963 xo_buf_cleanup(&xop->xo_fmt);
3480 xo_buffer_t *fbp = &xop->xo_fmt;

Completed in 179 milliseconds