Lines Matching defs:rcp
92 struct rcfile *rcp; in rc_open() local
127 struct rcfile *rcp = *rcfile; in rc_merge() local
160 struct rcfile *rcp = NULL; in rc_open_sharectl() local
224 rc_close(struct rcfile *rcp) in rc_close()
261 rc_findsect(struct rcfile *rcp, const char *sectname) in rc_findsect()
274 rc_addsect(struct rcfile *rcp, const char *sectname) in rc_addsect()
293 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) in rc_freesect()
386 set_value(struct rcfile *rcp, struct rcsection *rsp, struct rckey *rkp, in set_value()
426 rc_parse(struct rcfile *rcp) in rc_parse()
539 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
568 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
588 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
624 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
755 struct rcfile *rcp; in smb_close_rcfile() local