Home
last modified time | relevance | path

Searched refs:rcsection (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Drcfile.c65 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
66 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);
67 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);
68 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *key);
69 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,
184 struct rcsection *p, *n; in rc_close()
215 static struct rcsection *
218 struct rcsection *p; in rc_findsect()
228 static struct rcsection *
231 struct rcsection *p; in rc_addsect()
[all …]
H A Drcfile_priv.h39 struct rcsection { struct
40 SLIST_ENTRY(rcsection) rs_next;
47 SLIST_HEAD(rcsec_head, rcsection) rf_sect; argument