Searched refs:outfmt (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/netbsd-tests/ipf/ |
H A D | t_filter_exec.sh | 37 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 D | t_nat_ipf_exec.sh | 40 outfmt=$4 47 if [ $outfmt = hex ] ; then
|
H A D | t_nat_exec.sh | 37 outfmt=$3 43 if [ $outfmt = hex ] ; then
|
/freebsd/bin/sh/ |
H A D | error.c | 125 outfmt(out2, "%s: ", commandname); in vwarning() 127 outfmt(out2, "%s: ", arg0); in vwarning()
|
H A D | exec.c | 290 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 D | output.h | 71 void outfmt(struct output *, const char *, ...) __printflike(2, 3);
|
H A D | output.c | 270 outfmt(struct output *file, const char *fmt, ...) in outfmt() function
|
H A D | parser.c | 1924 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 D | expand.c | 635 outfmt(out2, "%s\n", startp); in subevalvar_misc()
|
/freebsd/bin/sh/bltin/ |
H A D | bltin.h | 57 #define fprintf outfmt
|