Home
last modified time | relevance | path

Searched refs:setoption (Results 1 – 9 of 9) sorted by relevance

/freebsd/bin/sh/
H A Doptions.c69 static void setoption(int, int);
204 setoption(c, val); in options()
304 setoption(int flag, int val) in setoption() function
/freebsd/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.c2673 setoption(int argc, char *argv[]) in setoption() function
/freebsd/contrib/sendmail/src/
H A Dmain.c974 setoption(*optarg, optarg + 1, false, true,
979 setoption(' ', optarg, false, true, &BlankEnvelope);
1215 setoption(j, "T", false, true, &BlankEnvelope);
1220 setoption(j, optarg, false, true, &BlankEnvelope);
1224 setoption('f', "T", false, true, &BlankEnvelope);
1775 setoption('c', "F", true, false, &BlankEnvelope);
1778 setoption('d', "", true, false, &BlankEnvelope);
H A Dreadcf.c708 setoption(bp[1], &bp[2], safe, false, e);
3232 setoption(opt, val, safe, sticky, e) in setoption() function
H A Dsendmail.h2987 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));
H A Dmap.c8245 setoption(' ', name, true, false, CurEnv);
/freebsd/contrib/unbound/doc/
H A DChangelog7278 getoption and setoption support cache-min-ttl and cache-max-ttl.