HomeSort by: relevance | last modified time | path
    Searched defs:smargs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
send.c 76 struct name *smargs, *np; local in function:get_smopts
77 smargs = NULL;
81 if (smargs == NULL)
82 smargs = sp->s_smopts;
83 else if (namecmp(smargs, sp->s_smopts) != 0)
86 if (smargs &&
87 smargs->n_flink == NULL &&
88 (smargs->n_name == NULL || smargs->n_name[0] == '\0'))
90 return smargs;
    [all...]
cmd3.c 490 bounce_one(int msgno, const char **smargs, struct name *h_to)
549 mail2(obuf, smargs);
561 const char **smargs; local in function:bounce
580 smargs = unpack(NULL, hdr.h_to);
583 if ((e = bounce_one(*ip, smargs, hdr.h_to)) != 0)

Completed in 11 milliseconds