Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh37 outfmt=$3
43 if [ $outfmt = hex ] ; then
62 outfmt=$3
68 if [ $outfmt = hex ] ; then
85 outfmt=$3
91 if [ $outfmt = hex ] ; then
H A Dt_nat_ipf_exec.sh40 outfmt=$4
47 if [ $outfmt = hex ] ; then
H A Dt_nat_exec.sh37 outfmt=$3
43 if [ $outfmt = hex ] ; then
/freebsd-14.2/bin/sh/
H A Derror.c131 outfmt(out2, "%s: ", commandname); in vwarning()
133 outfmt(out2, "%s: ", arg0); in vwarning()
H A Dexec.c296 outfmt(out2, "%s: not found\n", name); in hashcmd()
452 outfmt(out2, "%s: not found\n", name); in find_command()
454 outfmt(out2, "%s: %s\n", name, strerror(e)); in find_command()
773 outfmt(out2, "%s: %s\n", in typecmd_impl()
799 outfmt(out2, "%s: not found\n", argv[i]); in typecmd_impl()
H A Doutput.h73 void outfmt(struct output *, const char *, ...) __printflike(2, 3);
H A Doutput.c276 outfmt(struct output *file, const char *fmt, ...) in outfmt() function
H A Dparser.c1929 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
1931 outfmt(out2, "%s: ", arg0); in synerror()
1932 outfmt(out2, "Syntax error: %s\n", msg); in synerror()
H A Dexpand.c641 outfmt(out2, "%s\n", startp); in subevalvar_misc()
/freebsd-14.2/bin/sh/bltin/
H A Dbltin.h59 #define fprintf outfmt