Searched refs:Tout (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | add_recip.c | 57 Tout(pn, "translation to NULL name ignored\n"); in add_recip() 66 Tout(pn, "'%s' not added due to imbedded spaces\n", name); in add_recip() 74 Tout(pn, "duplicate recipient '%s' not added to list\n", in add_recip() 93 Tout(pn, "'%s' added to recipient list\n", name); in add_recip()
|
H A D | Tout.c | 49 Tout(char *subname, char *fmt, ...) in Tout() function 52 Tout(Xsubname, Xfmt, va_alist) in Tout() 56 Tout(va_alist)
|
H A D | Makefile | 49 stamp.o Tout.o
|
H A D | main.c | 128 Tout(pn, "Setgid unset\n"); in main()
|
H A D | mail.h | 275 extern void Tout(char *subname, char *msg, ...);
|