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

/freebsd-10.0-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.0-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.0-release/contrib/sendmail/src/
H A Dmain.c930 setoption(*optarg, optarg + 1, false, true,
935 setoption(' ', optarg, false, true, &BlankEnvelope);
1164 setoption(j, "T", false, true, &BlankEnvelope);
1169 setoption(j, optarg, false, true, &BlankEnvelope);
1173 setoption('f', "T", false, true, &BlankEnvelope);
1718 setoption('c', "F", true, false, &BlankEnvelope);
1721 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 */
2411 setoption(opt, val, safe, sticky, e) function
2520 sm_dprintf("setoption: %s does not support suboptions, ignoring .%s\n",
2528 "setoption %s (%c)%s%s=" :
2529 "setoption %s (0x%x)%s%s=",
H A Dsendmail.h2716 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));

Completed in 200 milliseconds