Searched refs:set_option (Results 1 – 17 of 17) sorted by relevance
| /src/sbin/devd/ |
| H A D | parse.y | 86 | set_option 97 set_option
|
| /src/usr.bin/indent/ |
| H A D | indent.h | 45 void set_option(char *);
|
| H A D | args.c | 223 set_option(buf); in scan_profile() 259 set_option(char *arg) in set_option() function
|
| H A D | indent.c | 247 set_option(argv[i]); in main()
|
| /src/contrib/tnftp/src/ |
| H A D | extern.h | 232 void set_option(const char *, const char *, int);
|
| H A D | main.c | 1052 set_option(name, value ? value : defaultvalue, 0); in setupoption()
|
| H A D | cmds.c | 2690 set_option(argv[1], argv[2], 1); in setoption() 2696 set_option(const char * option, const char * value, int doverbose) in set_option() function
|
| /src/sbin/geom/core/ |
| H A D | geom.c | 252 set_option(struct gctl_req *req, struct g_option *opt, const char *val) in set_option() function 365 set_option(req, opt, "1"); in parse_arguments() 367 set_option(req, opt, optarg); in parse_arguments() 384 set_option(req, opt, "0"); in parse_arguments() 393 set_option(req, opt, opt->go_val); in parse_arguments()
|
| /src/usr.sbin/makefs/ |
| H A D | makefs.h | 188 int set_option(const option_t *, const char *, char *, size_t);
|
| H A D | msdos.c | 123 rv = set_option(msdos_options, option, NULL, 0); in msdos_parse_opts()
|
| H A D | makefs.c | 364 set_option(const option_t *options, const char *option, char *buf, size_t len) in set_option() function
|
| H A D | zfs.c | 138 rv = set_option(fsopts->fs_options, option, buf, sizeof(buf)); in zfs_parse_opts()
|
| H A D | ffs.c | 226 rv = set_option(ffs_options, option, buf, sizeof(buf)); in ffs_parse_opts()
|
| H A D | cd9660.c | 362 i = set_option(cd9660_options, option, buf, sizeof(buf)); in cd9660_parse_opts()
|
| /src/contrib/unbound/contrib/ |
| H A D | redirect-bogus.patch | 139 /* unknown or unsupported (from the set_option interface):
|
| /src/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 491 @@UAHL@unbound-control.commands@set_option@@ *opt: val* 498 This is different from the set_option call in libunbound, where all values 519 The options are shown from the config file as modified with set_option.
|
| H A D | Changelog | 2398 functions in the iterator, no colon in string for set_option, 3089 - Fix that http settings have colon in set_option, for 5149 and set_option. 5875 - No unbound-control set_option for ECS options 6224 - Fix #1134: unbound-control set_option -- val-override-date: -1 works 6984 - Document that ratelimit works with unbound-control set_option. 7804 - get_option and set_option support for log-time-ascii, python-script 7809 - get_option, set_option, unbound-checkconf -o and libunbound 8531 - Documented the options that work with control set_option command. 8532 - tcp-upstream yes/no option (works with set_option) for tunnels. [all …]
|