| /freebsd-9-stable/lib/libncp/ |
| D | ncpl_rcfile.c | 49 struct rcfile *ncp_rc = NULL; 51 SLIST_HEAD(rcfile_head, rcfile); 54 int rc_merge(char *filename,struct rcfile **rcfile); 55 static struct rcfile* rc_find(char *filename); 56 static struct rcsection *rc_findsect(struct rcfile *rcp, char *sectname); 57 static struct rcsection *rc_addsect(struct rcfile *rcp, char *sectname); 62 static void rc_parse(struct rcfile *rcp); 69 rc_open(char *filename,char *mode,struct rcfile **rcfile) { in rc_open() argument 70 struct rcfile *rcp; in rc_open() 75 *rcfile = rcp; in rc_open() [all …]
|
| /freebsd-9-stable/contrib/smbfs/lib/smb/ |
| D | rcfile.c | 52 SLIST_HEAD(rcfile_head, rcfile); 55 static struct rcfile* rc_cachelookup(const char *filename); 56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname); 57 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname); 58 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp); 62 static void rc_parse(struct rcfile *rcp); 69 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) in rc_open() argument 71 struct rcfile *rcp; in rc_open() 76 *rcfile = rcp; in rc_open() 82 rcp = malloc(sizeof(struct rcfile)); in rc_open() [all …]
|
| D | nb.c | 143 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, in nb_ctx_readrcsection() argument 151 rc_getint(rcfile, sname, "nbtimeout", &ctx->nb_timo); in nb_ctx_readrcsection() 152 rc_getstringptr(rcfile, sname, "nbns", &p); in nb_ctx_readrcsection() 160 rc_getstringptr(rcfile, sname, "nbscope", &p); in nb_ctx_readrcsection()
|
| D | rcfile_priv.h | 14 struct rcfile { struct 15 SLIST_ENTRY(rcfile) rf_next;
|
| D | Makefile | 12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
| D | subr.c | 66 struct rcfile *smb_rc;
|
| /freebsd-9-stable/contrib/smbfs/include/ |
| 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 *);
|
| /freebsd-9-stable/sys/netncp/ |
| D | ncp_rcfile.h | 44 struct rcfile { struct 45 SLIST_ENTRY(rcfile) rf_next; 53 int rc_open(char *, char *,struct rcfile **); argument 54 int rc_close(struct rcfile *); 55 int rc_getstringptr(struct rcfile *, char *, char *, char **); 56 int rc_getstring(struct rcfile *, char *, char *, int, char *); 57 int rc_getint(struct rcfile *, char *, char *, int *); 58 int rc_getbool(struct rcfile *, char *, char *, int *);
|
| D | ncp_lib.h | 111 struct rcfile; 244 extern struct rcfile *ncp_rc;
|
| /freebsd-9-stable/contrib/ntp/sntp/include/ |
| D | homerc.def | 4 rcfile = ".ntprc"; 6 rcfile = "ntp.ini";
|
| /freebsd-9-stable/lib/libsmb/ |
| D | Makefile | 11 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
| /freebsd-9-stable/contrib/smbfs/include/netsmb/ |
| D | nb_lib.h | 146 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
|
| D | smb_lib.h | 159 extern struct rcfile *smb_rc;
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dig.c | 1555 char rcfile[256]; in parse_args() local 1587 n = snprintf(rcfile, sizeof(rcfile), "%s/.digrc", in parse_args() 1589 if (n < sizeof(rcfile)) in parse_args() 1590 batchfp = fopen(rcfile, "r"); in parse_args()
|
| /freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | commands.c | 2000 FILE *rcfile; in cmdrc() local 2019 if ((rcfile = fopen(rcname, "r")) == 0) { in cmdrc() 2024 if (fgets(line, sizeof(line), rcfile) == NULL) in cmdrc() 2070 fclose(rcfile); in cmdrc()
|
| /freebsd-9-stable/contrib/telnet/telnet/ |
| D | commands.c | 2713 FILE *rcfile; in cmdrc() local 2735 if ((rcfile = fopen(rcname, "r")) == 0) { in cmdrc() 2740 if (fgets(line, sizeof(line), rcfile) == NULL) in cmdrc() 2786 fclose(rcfile); in cmdrc()
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | ChangeLog-2000 | 1162 2000-11-12 Brent Verner <brent@rcfile.org> 2157 2000-10-05 Brent Verner <brent@rcfile.org> 2698 2000-08-22 Brent Verner <brent@rcfile.org> 2802 2000-08-14 Brent Verner <brent@rcfile.org> 2967 2000-07-23 Brent Verner <brent@rcfile.org> 3180 2000-07-07 brent verner <brent@rcfile.org> 3200 2000-07-05 brent verner <brent@rcfile.org> 3356 2000-06-26 Brent Verner <brent@rcfile.org> 3383 As reported by brent verner <brent@rcfile.org> 3580 2000-06-13 Brent Verner <brent@rcfile.org>
|
| /freebsd-9-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| D | cmd-doc.tlib | 609 (get "rcfile" (string-append "." (get "prog-name") "rc")) )
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | complete.tcsh | 829 help version quiet rcfile pipe dbpath root specfile)"/\ 838 n/--rcfile/x:'<filelist>'/ n/--specfile/x:'<specfile>'/ \
|