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

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drand-fortuna.c440 static int init_done; variable
465 if (!init_done)
557 if (!init_done)
560 init_done = 1;
564 return (init_done && have_entropy);
611 init_done = 0;
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c170 static int init_done, flush_pending; local
174 if (!init_done) {
186 init_done = 1;
312 static int init_done; local
320 if (!init_done) {
331 init_done = 1;
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_misc.c634 static int init_done; local
636 if (init_done)
638 init_done = 1;
/macosx-10.10/less-25/less/
H A Dscreen.c187 static int init_done = 0; variable
1595 init_done = 1;
1604 if (!init_done)
1622 init_done = 0;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dotp.c1674 int init_done = 0; local
1731 init_done = 1;
1738 if (!init_done) {

Completed in 75 milliseconds