Searched refs:detract (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dtty.c326 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)),
H A Dcmd4.c127 (void)printf("%s:\t%s\n", sp->s_name, detract(sp->s_smopts, GSMOPTS));
194 cp = detract(sp->s_smopts, GSMOPTS);
H A Dextern.h221 char * detract(struct name *, int);
H A Dnames.c166 detract(struct name *np, int ntype) function
181 (void)fprintf(stderr, "detract asked to insert commas\n");
H A Dsend.c466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++;

Completed in 73 milliseconds