HomeSort by: relevance | last modified time | path
    Searched refs:h_smopts (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/mail/
send.c 465 if (hp->h_smopts != NULL && w & GSMOPTS)
466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++;
752 if (hp->h_smopts == NULL) {
753 hp->h_smopts = get_smopts(to);
754 if (hp->h_smopts != NULL &&
755 hp->h_smopts->n_name[0] != '\0' &&
763 namelist = unpack(hp->h_smopts, to);
786 head.h_smopts = smopts;
tty.c 340 hp->h_smopts =
341 shextract(readtty("Smopts: ", detract(hp->h_smopts, 0)),
def.h 328 struct name *h_smopts; /* Sendmail options */ member in struct:header
cmd3.c 356 head.h_smopts = set_smopts(mp);
398 head.h_smopts = set_smopts(mp);
453 hdr.h_smopts = set_smopts(mp);
mime_attach.c 120 show_name("SMOPTS", hp->h_smopts);

Completed in 14 milliseconds