Searched refs:parent_exist (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddnssec-zkt.c546 int parent_exist; local
608 if ( (parent_exist = fileexist (path)) != 0 )
633 fprintf (stdout, "\t parent_file %s %s\n", path, parent_exist ? "exist": "not exist");
634 if ( parent_exist )
647 if ( parent_exist || ksk > 1 )
670 if ( !parent_exist )
685 if ( !parent_exist || ksk < 2 )
H A Dzkt-keyman.c453 int parent_exist; local
515 if ( (parent_exist = fileexist (path)) != 0 )
540 fprintf (stdout, "\t parent_file %s %s\n", path, parent_exist ? "exist": "not exist");
541 if ( parent_exist )
554 if ( parent_exist || ksk > 1 )
577 if ( !parent_exist )
592 if ( !parent_exist || ksk < 2 )

Completed in 197 milliseconds