Searched refs:rcfile (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/contrib/smbfs/lib/smb/ |
| H A D | rcfile.c | 48 SLIST_HEAD(rcfile_head, rcfile); 51 static struct rcfile* rc_cachelookup(const char *filename); 52 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname); 53 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname); 54 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp); 58 static void rc_parse(struct rcfile *rcp); 65 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) in rc_open() argument 67 struct rcfile *rcp; in rc_open() 72 *rcfile = rcp; in rc_open() 78 rcp = malloc(sizeof(struct rcfile)); in rc_open() [all …]
|
| H A D | nb.c | 139 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, in nb_ctx_readrcsection() argument 147 rc_getint(rcfile, sname, "nbtimeout", &ctx->nb_timo); in nb_ctx_readrcsection() 148 rc_getstringptr(rcfile, sname, "nbns", &p); in nb_ctx_readrcsection() 156 rc_getstringptr(rcfile, sname, "nbscope", &p); in nb_ctx_readrcsection()
|
| H A D | rcfile_priv.h | 14 struct rcfile { struct 15 SLIST_ENTRY(rcfile) rf_next;
|
| H A D | Makefile | 12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
| H A D | subr.c | 66 struct rcfile *smb_rc;
|
| /dflybsd-src/contrib/smbfs/include/ |
| H A D | cflib.h | 37 struct rcfile; 70 int opt_args_parse(struct rcfile *, struct opt_args *, const char *, 76 int rc_open(const char *, const char *, struct rcfile **); 77 int rc_close(struct rcfile *); 78 int rc_merge(const char *, struct rcfile **); 79 int rc_getstringptr(struct rcfile *, const char *, const char *, char **); 80 int rc_getstring(struct rcfile *, const char *, const char *, size_t, char *); 81 int rc_getint(struct rcfile *, const char *, const char *, int *); 82 int rc_getbool(struct rcfile *, const char *, const char *, int *);
|
| /dflybsd-src/lib/libsmb/ |
| H A D | Makefile | 12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
| /dflybsd-src/contrib/smbfs/include/netsmb/ |
| H A D | nb_lib.h | 143 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
|
| H A D | smb_lib.h | 161 extern struct rcfile *smb_rc;
|
| /dflybsd-src/usr.bin/telnet/ |
| H A D | commands.c | 2631 FILE *rcfile; in cmdrc() local 2654 if ((rcfile = fopen(rcname, "r")) == NULL) { in cmdrc() 2659 if (fgets(line, sizeof(line), rcfile) == NULL) in cmdrc() 2708 fclose(rcfile); in cmdrc()
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | complete.tcsh | 849 help version quiet rcfile pipe dbpath root specfile)"/\ 858 n/--rcfile/x:'<filelist>'/ n/--specfile/x:'<specfile>'/ \
|