/src/usr.sbin/ldpd/ |
main.c | 50 #include "conffile.h" 71 char conffile[PATH_MAX + 1]; local in function:main 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 in function:main 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 in function:main 82 conffile = NULL; 88 conffile = optarg; 128 config(conffile);
|
/src/share/examples/refuse/fanoutfs/ |
fanoutfs.c | 58 static char *conffile; /* configuration file name */ variable in typeref:typename:char * 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 in function:main 536 conffile = _PATH_CONF; 552 conffile = optarg; 567 config_read(conffile, needconf);
|
/src/libexec/makewhatis/ |
makewhatis.c | 129 const char *conffile; local in function:main 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/usr.sbin/rtadvd/ |
rtadvd.c | 96 char *conffile = NULL; variable in typeref:typename:char * 194 conffile = optarg; 219 fprintf(stderr, "Usage: %s [-CDdfs] [-c conffile]"
|
/src/usr.bin/config/ |
main.c | 102 const char *conffile; /* source file, e.g., "GENERIC.sparc" */ variable in typeref:typename:const char * 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...] |