Searched refs:rcfile (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dhomerc.def4 rcfile = ".ntprc";
6 rcfile = "ntp.ini";
/netbsd-6-1-5-RELEASE/dist/smbfs/include/
H A 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 *);
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Drcfile_priv.h14 struct rcfile { struct
15 SLIST_ENTRY(rcfile) rf_next;
H A Drcfile.c32 * from: Id: rcfile.c,v 1.5 2001/04/16 12:46:46 bp Exp
36 __RCSID("$NetBSD: rcfile.c,v 1.4 2003/04/04 08:05:36 jdolecek Exp $");
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);
66 * open rcfile and load its content, if already open - return previous handle
69 rc_open(const char *filename, const char *mode, struct rcfile **rcfil argument
97 rc_merge(const char *filename, struct rcfile **rcfile) argument
[all...]
H A Dnb.c145 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, argument
153 rc_getint(rcfile, sname, "nbtimeout", &ctx->nb_timo);
154 rc_getstringptr(rcfile, sname, "nbns", &p);
162 rc_getstringptr(rcfile, sname, "nbscope", &p);
H A DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
H A Dsubr.c70 struct rcfile *smb_rc;
/netbsd-6-1-5-RELEASE/sbin/chkconfig/
H A Dchkconfig.sh194 rcfile=${i}
205 if [ ! ${rcfile} ]; then
212 if exists ${rcfile} && is_valid ${rcfile}; then
213 display ${rcfile}
216 usage "Invalid rcfile: ${rcfile}"
222 if exists ${rcfile}; then
223 on ${rcfile}
227 if exists ${rcfile}; the
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_smbfs/
H A DMakefile.inc4 SRCS+= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/netbsd-6-1-5-RELEASE/dist/smbfs/include/netsmb/
H A Dnb_lib.h143 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
H A Dsmb_lib.h157 extern struct rcfile *smb_rc;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddig.c1512 char rcfile[256]; local
1544 n = snprintf(rcfile, sizeof(rcfile), "%s/.digrc",
1546 if (n < sizeof(rcfile))
1547 batchfp = fopen(rcfile, "r");
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c2629 FILE *rcfile;
2651 if ((rcfile = fopen(rcname, "r")) == 0) {
2656 if (fgets(line, sizeof(line), rcfile) == NULL)
2702 fclose(rcfile);
2620 FILE *rcfile; local

Completed in 154 milliseconds