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

/freebsd-12-stable/usr.bin/indent/
H A Dindent.h49 void set_option(char *);
H A Dargs.c229 set_option(buf);
265 set_option(char *arg) function
314 errx(1, "set_option: internal error: p_special %d", p->p_special);
334 errx(1, "set_option: internal error: p_type %d", p->p_type);
H A Dindent.c257 set_option(argv[i]);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c315 set_option, enumerator in enum:option::__anon1654
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-12-stable/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-12-stable/sbin/devd/
H A Dparse.y89 | set_option
100 set_option
/freebsd-12-stable/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c117 return lfn->set_option(pool, ldap, option, invalue, result_err);
/freebsd-12-stable/contrib/tnftp/src/
H A Dextern.h232 void set_option(const char *, const char *, int);
H A Dmain.c1052 set_option(name, value ? value : defaultvalue, 0);
H A Dcmds.c2690 set_option(argv[1], argv[2], 1);
2696 set_option(const char * option, const char * value, int doverbose) function
/freebsd-12-stable/usr.sbin/makefs/
H A Dmakefs.h173 int set_option(const option_t *, const char *, char *, size_t);
H A Dmsdos.c127 rv = set_option(msdos_options, option, NULL, 0);
H A Dmakefs.c357 set_option(const option_t *options, const char *option, char *buf, size_t len) function
H A Dffs.c229 rv = set_option(ffs_options, option, buf, sizeof(buf));
H A Dcd9660.c375 i = set_option(cd9660_options, option, buf, sizeof(buf));
/freebsd-12-stable/sbin/geom/core/
H A Dgeom.c250 set_option(struct gctl_req *req, struct g_option *opt, const char *val) function
357 set_option(req, opt, "1");
359 set_option(req, opt, optarg);
376 set_option(req, opt, "0");
385 set_option(req, opt, opt->go_val);

Completed in 259 milliseconds