Home
last modified time | relevance | path

Searched refs:rcfile (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/lib/libncp/
Dncpl_rcfile.c49 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/
Drcfile.c52 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 …]
Dnb.c143 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()
Drcfile_priv.h14 struct rcfile { struct
15 SLIST_ENTRY(rcfile) rf_next;
DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
Dsubr.c66 struct rcfile *smb_rc;
/freebsd-9-stable/contrib/smbfs/include/
Dcflib.h37 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/
Dncp_rcfile.h44 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 *);
Dncp_lib.h111 struct rcfile;
244 extern struct rcfile *ncp_rc;
/freebsd-9-stable/contrib/ntp/sntp/include/
Dhomerc.def4 rcfile = ".ntprc";
6 rcfile = "ntp.ini";
/freebsd-9-stable/lib/libsmb/
DMakefile11 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/
Dnb_lib.h146 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
Dsmb_lib.h159 extern struct rcfile *smb_rc;
/freebsd-9-stable/contrib/bind9/bin/dig/
Ddig.c1555 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/
Dcommands.c2000 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/
Dcommands.c2713 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++/
DChangeLog-20001162 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/
Dcmd-doc.tlib609 (get "rcfile" (string-append "." (get "prog-name") "rc")) )
/freebsd-9-stable/contrib/tcsh/
Dcomplete.tcsh829 help version quiet rcfile pipe dbpath root specfile)"/\
838 n/--rcfile/x:'<filelist>'/ n/--specfile/x:'<specfile>'/ \