Home
last modified time | relevance | path

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

/freebsd/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/bin/sh/
H A Derror.c125 outfmt(out2, "%s: ", commandname); in vwarning()
127 outfmt(out2, "%s: ", arg0); in vwarning()
H A Dexec.c290 outfmt(out2, "%s: not found\n", name); in hashcmd()
446 outfmt(out2, "%s: not found\n", name); in find_command()
448 outfmt(out2, "%s: %s\n", name, strerror(e)); in find_command()
799 outfmt(out2, "%s: %s\n", in typecmd_impl()
825 outfmt(out2, "%s: not found\n", argv[i]); in typecmd_impl()
H A Doutput.h71 void outfmt(struct output *, const char *, ...) __printflike(2, 3);
H A Doutput.c270 outfmt(struct output *file, const char *fmt, ...) in outfmt() function
H A Dparser.c1924 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
1926 outfmt(out2, "%s: ", arg0); in synerror()
1927 outfmt(out2, "Syntax error: %s\n", msg); in synerror()
H A Dexpand.c635 outfmt(out2, "%s\n", startp); in subevalvar_misc()
/freebsd/bin/sh/bltin/
H A Dbltin.h57 #define fprintf outfmt