Searched refs:smopts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/mail/
H A Dmain.c181 struct name *to, *cc, *bcc, *smopts; local
226 smopts = NULL;
385 smopts = cat(smopts, nalloc(argv[i], GSMOPTS));
431 (void)mail(to, cc, bcc, smopts, subject,
H A Dnames.c538 unpack(struct name *smopts, struct name *np) argument
553 extra = 3 + count(smopts);
569 for (/*EMPTY*/; smopts != NULL; smopts = smopts->n_flink)
570 if ((smopts->n_type & GDEL) == 0)
571 *ap++ = smopts->n_name;
H A Dsend.c70 * Get the sendmail options from the smopts list.
776 struct name *smopts, char *subject, struct attachment *attach)
787 head.h_smopts = smopts;
775 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, char *subject, struct attachment *attach) argument

Completed in 189 milliseconds