Searched refs:CONFIG_FILE (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/man-16/man/src/
H A Dpaths.h.in6 #ifndef CONFIG_FILE
7 #define CONFIG_FILE "@man_config_file@"
H A Dman-config.c217 CONFIG_FILE, /* compiled-in default */
251 gripe (CONFIG_OPEN_ERROR, CONFIG_FILE);
/macosx-10.9.5/ntp-88/include/
H A Dntp_config.h12 #ifndef CONFIG_FILE
14 # define CONFIG_FILE "/etc/ntp.conf" macro
16 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf" macro
20 #endif /* not CONFIG_FILE */
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptime_config.c38 #ifndef CONFIG_FILE
40 # define CONFIG_FILE "/etc/ntp.conf" macro
42 # define CONFIG_FILE "%windir%\\ntp.conf" macro
45 #endif /* not CONFIG_FILE */
179 config_file = cfgpath ? cfgpath : CONFIG_FILE;
184 temp = CONFIG_FILE;
186 msyslog(LOG_ERR, "ExpandEnvironmentStrings CONFIG_FILE failed: %m\n");
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DPosixDaemon.c52 #define CONFIG_FILE "/etc/mdnsd.conf" macro
94 ReadDDNSSettingsFromConfFile(m, CONFIG_FILE, &DynDNSHostname, &DynDNSZone, NULL);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzconf.h112 # define CONFIG_FILE CONFIG_PATH "dnssec.conf" macro
H A Dzkt-conf.c332 fprintf (stderr, " \t\tread config from <file> instead of %s\n", CONFIG_FILE);
H A Dzkt-ls.c339 fprintf (stderr, "\t\t read config from <file> instead of %s\n", CONFIG_FILE);
H A Ddnssec-zkt.c464 fprintf (stderr, "\t\t read config from <file> instead of %s\n", CONFIG_FILE);
H A Dmisc.c106 file = CONFIG_FILE;
H A Dzkt-keyman.c380 fprintf (stderr, "\t\t read config from <file> instead of %s\n", CONFIG_FILE);
H A Dzkt-signer.c366 fprintf (stderr, "\t\t read config from <file> instead of %s\n", CONFIG_FILE);
/macosx-10.9.5/tidy-15.12/tidy/console/
H A Dtidy.c913 #ifdef CONFIG_FILE
914 if ( tidyFileExists(CONFIG_FILE) )
916 status = tidyLoadConfig( tdoc, CONFIG_FILE );
918 fprintf(errout, "Loading config file \"%s\" failed, err = %d\n", CONFIG_FILE, status);
920 #endif /* CONFIG_FILE */
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd.c76 #define CONFIG_FILE "/etc/dnsextd.conf" macro
1068 cfgfile = strdup( CONFIG_FILE );
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_config.c3782 config_file = CONFIG_FILE;
3784 temp = CONFIG_FILE;
3786 msyslog(LOG_ERR, "ExpandEnvironmentStrings CONFIG_FILE failed: %m\n");

Completed in 154 milliseconds