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

/freebsd-current/usr.bin/indent/
H A Dindent.h45 void set_option(char *);
H A Dargs.c223 set_option(buf);
259 set_option(char *arg) function
308 errx(1, "set_option: internal error: p_special %d", p->p_special);
328 errx(1, "set_option: internal error: p_type %d", p->p_type);
H A Dindent.c248 set_option(argv[i]);
/freebsd-current/sbin/devd/
H A Dparse.y86 | set_option
97 set_option
/freebsd-current/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-current/usr.sbin/makefs/
H A Dmakefs.h173 int set_option(const option_t *, const char *, char *, size_t);
H A Dmsdos.c121 rv = set_option(msdos_options, option, NULL, 0);
H A Dmakefs.c356 set_option(const option_t *options, const char *option, char *buf, size_t len) function
H A Dzfs.c133 rv = set_option(fsopts->fs_options, option, buf, sizeof(buf));
H A Dffs.c226 rv = set_option(ffs_options, option, buf, sizeof(buf));
H A Dcd9660.c360 i = set_option(cd9660_options, option, buf, sizeof(buf));
/freebsd-current/sbin/geom/core/
H A Dgeom.c249 set_option(struct gctl_req *req, struct g_option *opt, const char *val) function
361 set_option(req, opt, "1");
363 set_option(req, opt, optarg);
380 set_option(req, opt, "0");
389 set_option(req, opt, opt->go_val);

Completed in 202 milliseconds