Searched refs:rc_findsect (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libncp/
H A Dncpl_rcfile.c56 static struct rcsection *rc_findsect(struct rcfile *rcp, char *sectname);
141 rc_findsect(struct rcfile *rcp, char *sectname) { function
154 p = rc_findsect(rcp, sectname);
315 rsp = rc_findsect(rcp, section);
343 rsp = rc_findsect(rcp, section);
366 rsp = rc_findsect(rcp, section);
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drcfile.c56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
145 rc_findsect(struct rcfile *rcp, const char *sectname) function
160 p = rc_findsect(rcp, sectname);
332 rsp = rc_findsect(rcp, section);
364 rsp = rc_findsect(rcp, section);
390 rsp = rc_findsect(rcp, section);

Completed in 64 milliseconds