Searched refs:set_option (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/usr.bin/indent/
H A Dindent.h45 void set_option(char *);
H A Dargs.c219 set_option(buf);
258 set_option(char *arg) function
301 errx(1, "set_option: internal error: p_special %d", p->p_special);
325 errx(1, "set_option: internal error: p_type %d", p->p_type);
H A Dindent.c223 set_option(argv[i]);
/freebsd-10.0-release/contrib/unbound/libunbound/python/examples/
H A Didn-lookup.py40 ctx.set_option("module-config:","iterator") #We don't need validation
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c315 set_option, enumerator in enum:option::__anon1207
325 set_option, (unsigned)mode_nop, (unsigned *)&__mf_opts.mudflap_mode},
328 set_option, (unsigned)mode_populate, (unsigned *)&__mf_opts.mudflap_mode},
331 set_option, (unsigned)mode_check, (unsigned *)&__mf_opts.mudflap_mode},
334 set_option, (unsigned)mode_violate, (unsigned *)&__mf_opts.mudflap_mode},
338 set_option, (unsigned)viol_nop, (unsigned *)&__mf_opts.violation_mode},
341 set_option, (unsigned)viol_abort, (unsigned *)&__mf_opts.violation_mode},
344 set_option, (unsigned)viol_segv, (unsigned *)&__mf_opts.violation_mode},
347 set_option, (unsigned)viol_gdb, (unsigned *)&__mf_opts.violation_mode},
350 set_option,
[all...]
/freebsd-10.0-release/contrib/apr-util/include/private/
H A Dapu_internal.h56 int (*set_option)(apr_pool_t *pool, LDAP *ldap, int option, member in struct:apr__ldap_dso_fntable
/freebsd-10.0-release/sbin/devd/
H A Dparse.y87 | set_option
98 set_option
/freebsd-10.0-release/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c117 return lfn->set_option(pool, ldap, option, invalue, result_err);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dextern.h232 void set_option(const char *, const char *, int);
H A Dmain.c1042 set_option(name, value ? value : defaultvalue, 0);
H A Dcmds.c2687 set_option(argv[1], argv[2], 1);
2693 set_option(const char * option, const char * value, int doverbose) function
/freebsd-10.0-release/usr.sbin/makefs/
H A Dmakefs.h156 int set_option(option_t *, const char *, const char *);
H A Dmakefs.c327 set_option(option_t *options, const char *var, const char *val) function
H A Dcd9660.c428 rv = set_option(cd9660_options, var, val);
H A Dffs.c243 rv = set_option(ffs_options, var, val);
/freebsd-10.0-release/sbin/geom/core/
H A Dgeom.c241 set_option(struct gctl_req *req, struct g_option *opt, const char *val) function
348 set_option(req, opt, "1");
350 set_option(req, opt, optarg);
367 set_option(req, opt, "0");
376 set_option(req, opt, opt->go_val);
/freebsd-10.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i411 def set_option(self,opt,val):
417 option name from the unbound.conf config file format. (not all settings applicable). The name includes the trailing ':' for example set_option("logfile:", "mylog.txt"); This is a power-users interface that lets you specify all sorts of options. For some specific options, such as adding trust anchors, special routines exist.

Completed in 328 milliseconds