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

/freebsd-13-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-13-stable/sbin/devd/
H A Dparse.y88 | set_option
99 set_option
/freebsd-13-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-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c117 return lfn->set_option(pool, ldap, option, invalue, result_err);
/freebsd-13-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-13-stable/usr.sbin/makefs/
H A Dmakefs.h173 int set_option(const option_t *, const char *, char *, size_t);
H A Dmsdos.c125 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.c230 rv = set_option(ffs_options, option, buf, sizeof(buf));
H A Dcd9660.c375 i = set_option(cd9660_options, option, buf, sizeof(buf));
/freebsd-13-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 95 milliseconds