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

  /src/usr.bin/mail/
tty.c 326 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
333 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
337 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
341 shextract(readtty("Smopts: ", detract(hp->h_smopts, 0)),
cmd4.c 127 (void)printf("%s:\t%s\n", sp->s_name, detract(sp->s_smopts, GSMOPTS));
194 cp = detract(sp->s_smopts, GSMOPTS);
extern.h 220 char * detract(struct name *, int);
names.c 166 detract(struct name *np, int ntype) function in typeref:typename:PUBLIC char *
181 (void)fprintf(stderr, "detract asked to insert commas\n");
send.c 466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++;

Completed in 14 milliseconds