Searched refs:defconfname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzkt-conf.c105 const char *defconfname = NULL; local
117 defconfname = getdefconfname (view);
121 if ( fileexist (defconfname) ) /* load default config file */
123 dbg_val ("Load site wide config file \"%s\"\n", defconfname);
124 config = loadconfig (defconfname, config);
128 confname = defconfname;
144 defconfname = getdefconfname (view);
145 if ( fileexist (defconfname) ) /* load default config file */
146 config = loadconfig (defconfname, config);
149 confname = defconfname;
[all...]
H A Dzkt-ls.c148 const char *defconfname = NULL; local
158 defconfname = getdefconfname (view);
160 if ( fileexist (defconfname) ) /* load default config file */
161 config = loadconfig (defconfname, config);
203 defconfname = getdefconfname (view);
204 if ( fileexist (defconfname) ) /* load default config file */
205 config = loadconfig (defconfname, config);
H A Ddnssec-zkt.c157 const char *defconfname = NULL; local
169 defconfname = getdefconfname (view);
171 if ( fileexist (defconfname) ) /* load default config file */
172 config = loadconfig (defconfname, config);
239 defconfname = getdefconfname (view);
240 if ( fileexist (defconfname) ) /* load default config file */
241 config = loadconfig (defconfname, config);
H A Dzkt-keyman.c142 const char *defconfname = NULL; local
154 defconfname = getdefconfname (view);
156 if ( fileexist (defconfname) ) /* load default config file */
157 config = loadconfig (defconfname, config);
211 defconfname = getdefconfname (view);
212 if ( fileexist (defconfname) ) /* load default config file */
213 config = loadconfig (defconfname, config);
H A Dzkt-signer.c143 const char *defconfname; local
157 defconfname = getdefconfname (viewname);
159 if ( fileexist (defconfname) ) /* load default config file */
160 config = loadconfig (defconfname, config);
176 defconfname = getdefconfname (viewname);
177 if ( fileexist (defconfname) ) /* load default config file */
178 config = loadconfig (defconfname, config);

Completed in 133 milliseconds