Searched defs:rcfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile_priv.h45 struct rcfile { struct
46 SLIST_ENTRY(rcfile) rf_next;
H A Dnb.c238 * the checks are in rc_parse() in rcfile.c.
241 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, argument
253 if (rcfile == NULL)
254 rcfile = smb_rc;
257 rc_getint(rcfile, sname, "nbtimeout", &ctx->nb_timo);
258 rc_getstringptr(rcfile, sname, "nbscope", &p);
266 rc_getstringptr(rcfile, sname, "wins1", &wins1);
268 rc_getstringptr(rcfile, sname, "nbns", &wins1);
269 rc_getstringptr(rcfile, snam
[all...]
H A Drcfile.c32 * $Id: rcfile.c,v 1.1.1.2 2001/07/06 22:38:43 conrad Exp $
64 static struct rcfile *rc_cachelookup(const char *filename);
65 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
66 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);
67 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);
72 static void rc_parse(struct rcfile *rcp);
77 SLIST_HEAD(rcfile_head, rcfile);
79 struct rcfile *smb_rc;
84 * open rcfile and load its content, if already open - return previous handle
87 rc_open(const char *filename, const char *mode, struct rcfile **rcfil argument
122 rc_merge(const char *filename, struct rcfile **rcfile) argument
154 rc_popen_cmd(const char *command, struct rcfile **rcfile) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3588 FILE *rcfile = NULL; local
3621 if ((rcfile = fopen(rcname, "r")) == NULL)
3625 if (GetString(&line, &linesize, rcfile) == NULL) {
3626 if (!feof(rcfile)) {
3680 if (rcfile != NULL)
3681 (void) fclose(rcfile);

Completed in 65 milliseconds