Searched defs:postmark (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dtranslate.c47 char postmark[256]; local
55 postmark[0] = 0;
75 fgets(postmark, sizeof postmark, pp);
76 if (postmark[0])
78 postmark[strlen(postmark)-1] = 0;
79 assign("postmark", postmark);
H A Dsend.c599 char *postmark, *returnaddr; local
614 postmark = value("postmark");
616 if ((postmark != NOSTR) || (returnaddr != NOSTR)) {
621 if (postmark && *postmark)
622 fprintf(nfo, " (%s)", postmark);

Completed in 45 milliseconds