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

  /src/usr.bin/mail/
cmd4.c 70 showname(sp->s_smopts);
127 (void)printf("%s:\t%s\n", sp->s_name, detract(sp->s_smopts, GSMOPTS));
194 cp = detract(sp->s_smopts, GSMOPTS);
208 if (sp->s_smopts == NULL)
209 sp->s_smopts = t;
267 free_name(sp->s_smopts);
def.h 378 struct name *s_smopts; /* sendmail options name list */ member in struct:smopts_s
send.c 82 smargs = sp->s_smopts;
83 else if (namecmp(smargs, sp->s_smopts) != 0)

Completed in 13 milliseconds