Searched refs:str_delspace (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.h58 extern char *str_delspace (char *s);
H A Ddnssec-zkt.c635 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age)));
637 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation)));
677 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));
692 str_delspace (age2str (parent_propagation + key_ttl - parent_age)));
H A Drollover.c278 ksk->tag, str_delspace (age2str (age)));
280 zp->zone, ksk->tag, str_delspace (age2str (age - lifetime)));
435 activekey->tag, str_delspace (age2str (dki_age (activekey, currtime))));
625 domain, akey->tag, str_delspace (age2str (age - lifetime)));
H A Dzkt-keyman.c542 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age)));
544 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation)));
584 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));
599 str_delspace (age2str (parent_propagation + key_ttl - parent_age)));
H A Dzkt-signer.c562 str_delspace (age2str (zp->conf->resign)));
686 const char *tstr = str_delspace (age2str (timer));
H A Dmisc.c176 ** str_delspace (s)
179 char *str_delspace (char *s) function

Completed in 104 milliseconds