Home
last modified time | relevance | path

Searched refs:rc_getbool (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/nandsim/
Dnandsim_rcfile.h68 int rc_getbool(struct rcfile *, const char *, int, const char *, int *);
Dnandsim_rcfile.c368 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, in rc_getbool() function
Dnandsim_cfgparse.c685 getres = rc_getbool(f, sect_name, sectno, key->keyname, &val); in get_argument_bool()
/freebsd-12-stable/contrib/smbfs/include/
Dcflib.h82 int rc_getbool(struct rcfile *, const char *, const char *, int *);
/freebsd-12-stable/contrib/smbfs/lib/smb/
Drcfile.c392 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool() function
438 error = rc_getbool(rcp, sect, ap->name, &ap->ival); in opt_args_parse()