Searched refs:setoption (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Doptions.c75 static void setoption(int, int);
205 setoption(c, val);
272 setoption(optlist[i].letter, val);
281 setoption(int flag, int val) function
/freebsd-10.1-release/contrib/tnftp/src/
H A Dextern.h214 void setoption(int, char **);
H A Dcmdtab.c283 { "set", H(sethelp), 0, 0, 0, CMPL(o) setoption },
H A Dcmds.c2670 setoption(int argc, char *argv[]) function
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmain.c932 setoption(*optarg, optarg + 1, false, true,
937 setoption(' ', optarg, false, true, &BlankEnvelope);
1166 setoption(j, "T", false, true, &BlankEnvelope);
1171 setoption(j, optarg, false, true, &BlankEnvelope);
1175 setoption('f', "T", false, true, &BlankEnvelope);
1720 setoption('c', "F", true, false, &BlankEnvelope);
1723 setoption('d', "", true, false, &BlankEnvelope);
H A Dreadcf.c621 setoption(bp[1], &bp[2], safe, false, e);
2014 /* no long name, just here to avoid problems in setoption */
2028 /* no long name, just here to avoid problems in setoption */
2432 setoption(opt, val, safe, sticky, e) function
2541 sm_dprintf("setoption: %s does not support suboptions, ignoring .%s\n",
2549 "setoption %s (%c)%s%s=" :
2550 "setoption %s (0x%x)%s%s=",
H A Dsendmail.h2717 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));

Completed in 99 milliseconds