/freebsd/contrib/smbfs/lib/smb/ |
H A D | rcfile.c | 49 SLIST_HEAD(rcfile_head, rcfile); 52 static struct rcfile* rc_cachelookup(const char *filename); 53 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname); 54 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname); 55 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp); 59 static void rc_parse(struct rcfile *rcp); 66 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) in rc_open() argument 68 struct rcfile *rcp; in rc_open() 73 *rcfile = rcp; in rc_open() 79 rcp = malloc(sizeof(struct rcfile)); in rc_open() [all …]
|
H A 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()
|
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;
|
/freebsd/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 *);
|
/freebsd/contrib/dialog/ |
H A D | run_test.sh | 46 for rcfile in $CONFIG/*.rc 48 echo "** $rcfile" 49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT 52 sed -e '/^#/d' "$rcfile" >"$INPUTS" 54 sed -e "s,$INPUTS,$rcfile," \ 55 -e "s,$OUTPUT,$rcfile-test,"
|
/freebsd/contrib/ntp/sntp/include/ |
H A D | homerc.def | 4 rcfile = ".ntprc"; 6 rcfile = "ntp.ini";
|
/freebsd/lib/libsmb/ |
H A D | Makefile | 13 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
/freebsd/contrib/smbfs/include/netsmb/ |
H A D | nb_lib.h | 146 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
|
H A D | smb_lib.h | 159 extern struct rcfile *smb_rc;
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 1979 FILE *rcfile; in cmdrc() local 1998 if ((rcfile = fopen(rcname, "r")) == 0) { in cmdrc() 2003 if (fgets(line, sizeof(line), rcfile) == NULL) in cmdrc() 2049 fclose(rcfile); in cmdrc()
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2715 FILE *rcfile; in cmdrc() local 2737 if ((rcfile = fopen(rcname, "r")) == 0) { in cmdrc() 2742 if (fgets(line, sizeof(line), rcfile) == NULL) in cmdrc() 2788 fclose(rcfile); in cmdrc()
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 609 (get "rcfile" (string-append "." (get "prog-name") "rc")) )
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 852 help version quiet rcfile pipe dbpath root specfile)"/\ 861 n/--rcfile/x:'<filelist>'/ n/--specfile/x:'<specfile>'/ \
|