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

/macosx-10.9.5/ntp-88/include/
H A Dhomerc.def4 rcfile = ".ntprc";
6 rcfile = "ntp.ini";
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Drcfile.h70 struct rcfile;
72 int rc_close(struct rcfile *);
73 int rc_getstringptr(struct rcfile *, const char *, const char *, char **);
74 int rc_getstring(struct rcfile *, const char *, const char *, size_t, char *);
75 int rc_getint(struct rcfile *, const char *, const char *, int *);
76 int rc_getbool(struct rcfile *, const char *, const char *, int *);
77 struct rcfile * smb_open_rcfile(int noUserPrefs);;
H A Drcfile_priv.h14 struct rcfile { struct
15 SLIST_ENTRY(rcfile) rf_next;
H A Dpreference.c29 #include "rcfile.h"
42 static void readPreferenceSection(struct rcfile *rcfile, struct smb_prefs *prefs, argument
54 rc_getint(rcfile, sname, "debug_level", &prefs->KernelLogLevel);
55 rc_getint(rcfile, sname, "kloglevel", &prefs->KernelLogLevel);
59 (void)rc_getbool(rcfile, sname, "signing_required", (int *) &prefs->signing_required);
64 rc_getstringptr(rcfile, sname, "addr", &p);
75 rc_getint(rcfile, sname, "nbtimeout", &prefs->NetBIOSResolverTimeout);
86 rc_getstringptr(rcfile, sname, "port445", &p);
107 rc_getstringptr(rcfile, snam
437 struct rcfile *rcfile; local
[all...]
H A Drcfile.c34 * $Id: rcfile.c,v 1.1.1.2 2001/07/06 22:38:43 conrad Exp $
39 #include "rcfile.h"
86 rc_findsect(struct rcfile *rcp, const char *sectname)
96 static struct rcsection * rc_addsect(struct rcfile *rcp, const char *sectname)
116 rc_parse(struct rcfile *rcp)
214 * open rcfile and load its content, if already open - return previous handle
217 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) argument
219 struct rcfile *rcp;
225 rcp = malloc(sizeof(struct rcfile));
240 rc_merge(const char *filename, struct rcfile **rcfile) argument
[all...]
/macosx-10.9.5/Chess-310.5/sjeng/
H A Drcfile.c19 File: rcfile.c
29 FILE *rcfile; variable
55 if ((rcfile = fopen ("sjeng.rc", "r")) == NULL)
95 fgets(line, STR_BUFF, rcfile);
96 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
99 fgets(line, STR_BUFF, rcfile);
100 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
103 fgets(line, STR_BUFF, rcfile);
104 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
107 fgets(line, STR_BUFF, rcfile);
[all...]
/macosx-10.9.5/procmail-14/procmail/src/
H A Dprocmail.c50 pmrc[]=PROCMAILRC,*rcfile,dirsep[]=DIRSEP,devnull[]=DevNull,empty[]="", variable
326 if(commandlinerc) /* command-line rcfile? */
334 { nlog("Missing rcfile\n");
339 if(!strncmp(etcrcs,rcfile,STRLEN(etcrcs)))
347 for(chp=(char*)rcfile+STRLEN(etcrcs)-1;
371 lstat(rcfile,&stbuf)|| /* it seems to exist */
379 nlog(densppr);logqnl(rcfile);
380 syslog(LOG_ALERT,slogstr,densppr,rcfile);
430 { gargv= &nullp; /* stop at the first rcfile */
443 if(mainloop()==rcs_DELIVERED) /* run the rcfile */
[all...]
H A Dprocmail.h93 *const*restargv,*sgetcp,pmrc[],*rcfile,dirsep[],devnull[],empty[],lgname[],
H A Dmisc.c156 { name="full rcfile"; /* this should be passed in... XXX */
215 int nextrcfile P((void)) /* next rcfile specified on the command line */
221 { nlog("Excessively long rcfile path skipped\n");
224 rcfile=p;
/macosx-10.9.5/screen-22/screen/
H A Dfileio.c91 findrcfile(rcfile)
92 char *rcfile;
97 if (rcfile)
100 if (*rcfile != '/' && rcend && (rcend - rc_name) + strlen(rcfile) + 2 < sizeof(buf))
103 strcpy(buf + (rcend - rc_name) + 1, rcfile);
107 debug1("findrcfile: you specified '%s'\n", rcfile);
108 return SaveStr(rcfile);
/macosx-10.9.5/ntp-88/sntp/
H A Dsntp-opts.def18 rcfile = ".ntprc";
20 rcfile = "ntp.ini";
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddig.c1453 char rcfile[256]; local
1483 n = snprintf(rcfile, sizeof(rcfile), "%s/.digrc",
1485 if (n < sizeof(rcfile))
1486 batchfp = fopen(rcfile, "r");
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dmain.c241 sh_source(shp, iop, shp->gd->rcfile ? shp->gd->rcfile : sh_mactry(shp,(char*)e_bash_rc));
H A Dargs.c205 case -1: /* --rcfile */
206 ap->sh->gd->rcfile = opt_info.arg;
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm693 my $rcfile;
695 $rcfile = $INC{'Lingua//EN/Inflect.pm'} || '';
696 $rcfile =~ s/Inflect.pm$/.inflectrc/;
697 do $rcfile or die "\nBad .inflectrc file ($rcfile):\n\t$@\n"
698 if $rcfile && -r $rcfile && -s $rcfile;
700 $rcfile = "$ENV{HOME}/.inflectrc" || '';
701 do $rcfile o
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm847 my $rcfile;
849 $rcfile = $INC{'Lingua//EN/Inflect.pm'} || '';
850 $rcfile =~ s/Inflect.pm$/.inflectrc/;
851 do $rcfile or die "\nBad .inflectrc file ($rcfile):\n\t$@\n"
852 if $rcfile && -r $rcfile && -s $rcfile;
854 $rcfile = "$ENV{HOME}/.inflectrc" || '';
855 do $rcfile o
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1987 FILE *rcfile;
2006 if ((rcfile = fopen(rcname, "r")) == 0) {
2011 if (fgets(line, sizeof(line), rcfile) == NULL)
2057 fclose(rcfile);
1979 FILE *rcfile; local
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Ddefs.h136 char *rcfile; member in struct:shared
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2751 FILE *rcfile;
2773 if ((rcfile = fopen(rcname, "r")) == 0) {
2778 if (fgets(line, sizeof(line), rcfile) == NULL)
2824 fclose(rcfile);
2742 FILE *rcfile; local
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl245 set rcfile tkcon.cfg
251 set rcfile tkcon.cfg
256 set rcfile .tkconrc
266 if {![info exists PRIV(rcfile)]} {
267 set PRIV(rcfile) [file join $home $rcfile]
276 if {[set i [lsearch -exact $args -rcfile]] != -1} {
277 set PRIV(rcfile) [lindex $args [incr i]]
280 if {!$PRIV(WWW) && [file exists $PRIV(rcfile)]} {
281 set code [catch {uplevel \#0 [list source $PRIV(rcfile)]} er
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.tab1647 |name match *.rc Resource Template application/x-ms-rcfile
1648 |name match *.rct Resource Template application/x-ms-rcfile
/macosx-10.9.5/tcsh-65/tcsh/
H A Dcomplete.tcsh829 help version quiet rcfile pipe dbpath root specfile)"/\
838 n/--rcfile/x:'<filelist>'/ n/--specfile/x:'<specfile>'/ \

Completed in 187 milliseconds