Lines Matching defs:rcp
90 struct rcfile *rcp; in rc_open() local
125 struct rcfile *rcp = *rcfile; in rc_merge() local
156 struct rcfile *rcp; in rc_popen_cmd() local
182 rc_close(struct rcfile *rcp) in rc_close()
216 rc_findsect(struct rcfile *rcp, const char *sectname) in rc_findsect()
229 rc_addsect(struct rcfile *rcp, const char *sectname) in rc_addsect()
248 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) in rc_freesect()
341 set_value(struct rcfile *rcp, struct rcsection *rsp, struct rckey *rkp, in set_value()
382 rc_parse(struct rcfile *rcp) in rc_parse()
496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
545 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
581 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
712 struct rcfile *rcp; in smb_close_rcfile() local