Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libfigpar/
H A DMakefile7 figpar.3 parse_config.3 \
H A Dfigpar.h88 int parse_config(struct figpar_config _options[],
H A Dfigpar.c84 parse_config(struct figpar_config options[], const char *path, in parse_config() function
/freebsd/usr.sbin/jail/
H A Dconfig.c61 static void parse_config(const char *fname, int is_stdin);
142 parse_config(cfname, !strcmp(cfname, "-")); in load_config()
312 parse_config(g.gl_pathv[gi], 0); in include_config()
314 parse_config(cfname, 0); in include_config()
321 parse_config(const char *cfname, int is_stdin) in parse_config() function
/freebsd/usr.sbin/ypldap/
H A Dypldap.h195 int parse_config(struct env *, const char *, int);
H A Dypldap.c550 if (parse_config(&env, conffile, opts)) in main()
H A Dparse.y725 parse_config(struct env *x_conf, const char *filename, int opts) in parse_config() function
/freebsd/lib/libdpv/
H A Ddialogrc.c315 res = parse_config(dialogrc_config, in parse_dialogrc()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h340 int parse_config(char *, struct pfctl *);
H A Dpfctl.c2767 if (parse_config(filename, &pf) < 0) { in pfctl_rules()
H A Dparse.y7663 parse_config(char *filename, struct pfctl *xpf) in parse_config() function
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1021 bool parse_config(const char *fn, struct fabric *f, struct torus *t) in parse_config() function
9475 if (!parse_config(ctx->osm->subn.opt.torus_conf_file, in torus_build_lfts()