| /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...] |
| /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.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/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/usr.sbin/wsmoused/ |
| wsmoused.c | 529 char *conffile, *modelist, *tstat; local 536 conffile = _PATH_CONF; 552 conffile = optarg; 567 config_read(conffile, needconf);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapcommon.c | 287 char *conffile = NULL; local 413 conffile = optarg; 707 rc = read_config( conffile, confdir );
|
| /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/libexec/makewhatis/ |
| makewhatis.c | 129 const char *conffile; local 138 conffile = NULL; 147 conffile = optarg; 176 config(conffile);
|
| /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/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.sbin/rtadvd/ |
| rtadvd.c | 96 char *conffile = NULL; variable 194 conffile = optarg; 219 fprintf(stderr, "Usage: %s [-CDdfs] [-c conffile]"
|
| /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));
|
| /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...] |