Home
last modified time | relevance | path

Searched refs:orig_to (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c403 mail1(struct header *hp, int use_to, char *orig_to) in mail1() argument
440 if (use_to && orig_to == NOSTR && hp->h_to != NOSTR) in mail1()
441 orig_to = strcpy((char *)salloc(strlen(hp->h_to)+1), hp->h_to); in mail1()
442 else if (orig_to == NOSTR) in mail1()
443 orig_to = ""; in mail1()
494 getrecf(orig_to, recfile, use_to, sizeof (recfile)); in mail1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h520 extern void mail1(struct header *hp, int use_to, char *orig_to);