Home
last modified time | relevance | path

Searched refs:binmsg (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h58 extern char *binmsg; /* Message: content unprintable */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c67 char *binmsg = "*** Message content is not printable: pipe to command or save to a file ***"; variable
H A Dcmd1.c528 fprintf(obuf, "\n%s\n", gettext(binmsg)); in print()
571 printf("\n%s\n", gettext(binmsg)); in top()
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c46 char binmsg[] = "*** Message content is not printable: delete, write or save it to a file ***"; variable
H A Dcopylet.c349 if (fprintf (f, "\n%s\n", binmsg) < 0) in xxxcopylet()
H A Dmail.h358 extern char binmsg[];