Searched refs:fileexist (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-conf.c121 if ( fileexist (defconfname) ) /* load default config file */
145 if ( fileexist (defconfname) ) /* load default config file */
186 if ( fileexist (LOCALCONF_FILE) ) /* try to load local config file */
290 if ( fileexist (LOCALCONF_FILE) ) /* try to load local config file */
H A Dmisc.h49 extern int fileexist (const char *name);
H A Dzone.c231 if ( fileexist (path) ) /* load local config file */
252 dbg_val1("zone_readdir: fileexist (%s): ", path);
253 if ( !fileexist (path) ) /* no .signed file found ? ... */
H A Ddnssec-zkt.c171 if ( fileexist (defconfname) ) /* load default config file */
240 if ( fileexist (defconfname) ) /* load default config file */
503 if ( fileexist (path) ) /* load local config file */
597 if ( fileexist (path) ) /* load local config file */
608 if ( (parent_exist = fileexist (path)) != 0 )
H A Drollover.c130 if ( fileexist (path) ) /* parent dir has local config file ? */
172 lg_mesg (LG_DEBUG, "%s: is_parentdirsigned = %d fileexist (%s)\n", zp->zone, fileexist (path), path);
173 return fileexist (path); /* parent dir has zone.db.signed file ? */
253 if ( lifetime > 0 && age > lifetime && !fileexist (path) ) /* lifetime is over and no kskrollover in progress */
288 if ( !fileexist (path) ) /* no parent-<zone> file found ? */
H A Dzkt-keyman.c156 if ( fileexist (defconfname) ) /* load default config file */
212 if ( fileexist (defconfname) ) /* load default config file */
410 if ( fileexist (path) ) /* load local config file */
504 if ( fileexist (path) ) /* load local config file */
515 if ( (parent_exist = fileexist (path)) != 0 )
H A Dzkt-ls.c160 if ( fileexist (defconfname) ) /* load default config file */
204 if ( fileexist (defconfname) ) /* load default config file */
H A Ddki.c361 if ( fileexist (path) )
371 if ( fileexist (path) )
376 if ( fileexist (path) )
578 if ( fileexist (path) )
613 if ( fileexist (path) )
H A Dzkt-signer.c159 if ( fileexist (defconfname) ) /* load default config file */
177 if ( fileexist (defconfname) ) /* load default config file */
476 dbg_val("parsezonedir fileexist (%s)\n", path);
477 if ( !fileexist (path) )
486 dbg_val("parsezonedir fileexist (%s)\n", path);
487 if ( !fileexist (path) )
982 if ( !fileexist (fromfile) ) /* use "normal" keyset-file */
H A Dmisc.c392 ** fileexist (name)
396 int fileexist (const char *name) function

Completed in 1520 milliseconds