HomeSort by: relevance | last modified time | path
    Searched refs:conffile (Results 1 - 24 of 24) sorted by relevancy

  /src/usr.sbin/ldpd/
main.c 50 #include "conffile.h"
71 char conffile[PATH_MAX + 1]; local
73 strlcpy(conffile, CONFFILE, sizeof(conffile));
77 strlcpy(conffile, optarg, sizeof(conffile));
104 cpf = conf_parsefile(conffile);
105 if (cpf < 0 && strcmp(conffile, CONFFILE)) {
    [all...]
Makefile 8 SRCS= conffile.c \
  /src/external/bsd/iscsi/dist/src/lib/
Makefile.am 12 conffile.c \
  /src/external/bsd/iscsi/lib/
Makefile 8 SRCS= conffile.c disk.c util.c parameters.c protocol.c storage.c
26 COPTS.conffile.c+= ${CC_WNO_CALLOC_TRANSPOSED_ARGS}
  /src/usr.bin/apropos/
apropos.c 79 char *conffile, *machine, **p, *p_augment, *p_path, *sflag; local
82 conffile = NULL;
88 conffile = optarg;
128 config(conffile);
  /src/usr.bin/whatis/
whatis.c 76 char *beg, *conffile, **p, *p_augment, *p_path; local
79 conffile = NULL;
84 conffile = optarg;
116 config(conffile);
  /src/usr.sbin/wsmoused/
config.c 245 config_read(const char *conffile, int opt)
250 f = fopen(conffile, "r");
255 conffile);
257 err(EXIT_FAILURE, "cannot open %s", conffile);
wsmoused.c 529 char *conffile, *modelist, *tstat; local
536 conffile = _PATH_CONF;
552 conffile = optarg;
567 config_read(conffile, needconf);
  /src/external/gpl3/autoconf/dist/build-aux/
gnupload 28 conffile=.gnuploadrc
75 Options and commands are applied in order. If the file $conffile exists
78 (#) and empty lines in $conffile are allowed.
112 if test -r "$conffile"; then
113 echo "$0: Reading configuration file $conffile"
114 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '`
  /src/usr.bin/config/
main.c 102 const char *conffile; /* source file, e.g., "GENERIC.sparc" */ variable
343 conffile = sysctlbyname("machdep.booted_kernel",
350 conffile = argv[0];
351 if (!is_elf(conffile))
353 conffile);
354 if (!extract_config(conffile, "stdout", STDOUT_FILENO))
356 "configuration data", conffile);
360 conffile = (argc == 1) ? argv[0] : "CONFIG";
361 if (firstfile(conffile)) {
362 err(EXIT_FAILURE, "Cannot read `%s'", conffile);
    [all...]
lint.c 46 printf("ident\t\"LINT_%s\"\n", conffile);
scan.l 450 * Open the "main" file (conffile).
466 yyfile = conffile = fname;
util.c 581 targetfile, conffile);
defs.h 445 extern const char *conffile; /* source file, e.g., "GENERIC.sparc" */
mkmakefile.c 281 fprintf(fp, "KERNEL_BUILD=%s\n", conffile);
  /src/usr.sbin/rtadvd/
advcap.c 95 extern char *conffile;
117 remotefile = cp = conffile ? conffile : __UNCONST(_PATH_RTADVDCONF);
rtadvd.c 96 char *conffile = NULL; variable
194 conffile = optarg;
219 fprintf(stderr, "Usage: %s [-CDdfs] [-c conffile]"
  /src/share/examples/refuse/fanoutfs/
fanoutfs.c 58 static char *conffile; /* configuration file name */ variable
100 printf("Reading configuration file `%s'\n", conffile);
105 readconf(conffile);
599 conffile = optarg;
607 readconf(conffile);
  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 588 const char *conffile = NULL; local
722 conffile = argv[isc_commandline_index];
724 if (conffile == NULL || conffile[0] == '\0') {
725 conffile = NAMED_CONFFILE;
740 CHECK(cfg_parse_file(parser, conffile, &cfg_type_namedconf, &config));
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 551 const char *conffile = admin_conffile; local
572 if (!isc_file_exists(conffile)) {
573 conffile = admin_keyfile;
580 if (!isc_file_exists(conffile)) {
597 result = cfg_parse_file(*pctxp, conffile, conftype, &config);
  /src/usr.bin/man/
man.c 85 char *conffile; /* -C: use alternate config file */ member in struct:manstate
156 m.conffile = optarg;
215 config(m.conffile); /* exits on error ... */
  /src/libexec/makewhatis/
makewhatis.c 129 const char *conffile; local
138 conffile = NULL;
147 conffile = optarg;
176 config(conffile);
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 287 char *conffile = NULL; local
413 conffile = optarg;
707 rc = read_config( conffile, confdir );
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 89 conffile(netpgp_t *netpgp, char *homedir, char *userid, size_t length) function
879 (void) conffile(netpgp, homedir, id, sizeof(id));

Completed in 39 milliseconds