Searched refs:rc_open (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/smbfs/include/
H A Dcflib.h76 int rc_open(const char *, const char *, struct rcfile **);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dsubr.c168 error = rc_open(fn, "r", &smb_rc);
H A Drcfile.c70 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) function
104 return rc_open(filename, "r", rcfile);
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c470 err = rc_open(cfgfname, "r", &f);
H A Dnandsim_rcfile.c66 rc_open(const char *filename, const char *mode,struct rcfile **rcfile) function
H A Dnandsim_rcfile.h59 int rc_open(const char *, const char *,struct rcfile **);

Completed in 166 milliseconds