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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c419 static int asn1_print_boolean_ctx(BIO *out, int boolval, argument
423 switch (boolval) {
544 int boolval = *(int *)fld; local
545 if (boolval == -1)
546 boolval = it->size;
547 ret = asn1_print_boolean_ctx(out, boolval, pctx);
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch236 sub boolval
300 ($showoffs = boolval($v),1) && next;
302 ($showfreq = boolval($v),1) && next;
304 ($showcmpl = boolval($v),1) && next;
306 ($showoreg = boolval($v),1) && next;
308 ($showfreg = boolval($v),1) && next;

Completed in 68 milliseconds