Home
last modified time | relevance | path

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

/src/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
/src/bin/sh/
H A Derror.c127 outfmt(out2, "%s: ", commandname); in vwarning()
129 outfmt(out2, "%s: ", arg0); in vwarning()
H A Dexec.c292 outfmt(out2, "%s: not found\n", name); in hashcmd()
448 outfmt(out2, "%s: not found\n", name); in find_command()
450 outfmt(out2, "%s: %s\n", name, strerror(e)); in find_command()
801 outfmt(out2, "%s: %s\n", in typecmd_impl()
827 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.c1926 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
1928 outfmt(out2, "%s: ", arg0); in synerror()
1929 outfmt(out2, "Syntax error: %s\n", msg); in synerror()
H A Dexpand.c637 outfmt(out2, "%s\n", startp); in subevalvar_misc()
/src/bin/sh/bltin/
H A Dbltin.h57 #define fprintf outfmt