Searched refs:outfmt (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/bin/sh/bltin/
H A Dbltin.h57 #define fprintf outfmt
/freebsd-9.3-release/bin/sh/
H A Doutput.h69 void outfmt(struct output *, const char *, ...) __printflike(2, 3);
H A Derror.c141 outfmt(out2, "%s: ", commandname);
H A Dexec.c263 outfmt(out2, "%s: not found\n", name);
431 outfmt(out2, "%s: not found\n", name);
433 outfmt(out2, "%s: %s\n", name, strerror(e));
740 outfmt(out2, "%s: %s\n",
766 outfmt(out2, "%s: not found\n", argv[i]);
H A Djobs.c1098 outfmt(out2, "Signal %d", sig);
H A Dexpand.c569 outfmt(out2, "%s\n", startp);

Completed in 108 milliseconds