Searched refs:setoption (Results 1 – 9 of 9) sorted by relevance
/freebsd/bin/sh/ |
H A D | options.c | 69 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 D | extern.h | 214 void setoption(int, char **);
|
H A D | cmdtab.c | 283 { "set", H(sethelp), 0, 0, 0, CMPL(o) setoption },
|
H A D | cmds.c | 2673 setoption(int argc, char *argv[]) in setoption() function
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 974 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 D | readcf.c | 708 setoption(bp[1], &bp[2], safe, false, e); 3232 setoption(opt, val, safe, sticky, e) in setoption() function
|
H A D | sendmail.h | 2987 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));
|
H A D | map.c | 8245 setoption(' ', name, true, false, CurEnv);
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 7278 getoption and setoption support cache-min-ttl and cache-max-ttl.
|