Lines Matching defs:rcfile
238 * the checks are in rc_parse() in rcfile.c.
241 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx,
253 if (rcfile == NULL)
254 rcfile = smb_rc;
257 rc_getint(rcfile, sname, "nbtimeout", &ctx->nb_timo);
258 rc_getstringptr(rcfile, sname, "nbscope", &p);
266 rc_getstringptr(rcfile, sname, "wins1", &wins1);
268 rc_getstringptr(rcfile, sname, "nbns", &wins1);
269 rc_getstringptr(rcfile, sname, "wins2", &wins2);
287 rc_getbool(rcfile, sname, "nbns_enable", &nbns_enable);
288 rc_getbool(rcfile, sname, "nbns_broadcast", &nbns_broadcast);