boolean
hx509_verify_set_proxy_certificate(hx509_verify_ctx ctx, int boolean)
if (boolean)
hx509_verify_set_strict_rfc3280_verification(hx509_verify_ctx ctx, int boolean)
if (boolean)
hx509_verify_ctx_f_allow_default_trustanchors(hx509_verify_ctx ctx, int boolean)
if (boolean)
int boolean)
if (boolean)
DEFBOOLTYPE(boolean, krb5_boolean);
DEFFIELD(pa_pac_req_0, krb5_pa_pac_req, include_pac, 0, boolean);
ATTRIBUTE_WARN_UNUSED_RET static int _sss_raw_generate(sss_share *shares, u16 k, u16 n, sss_secret *secret, boolean input_secret)
int sss_generate(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean input_secret)
ATTRIBUTE_WARN_UNUSED_RET int sss_generate(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean input_secret);
a->value.boolean = value ? 0xff : 0;
result = a->value.boolean - b->value.boolean;
if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
if (av->value.boolean) {
ASN1_BOOLEAN boolean;
obj->u.boolean = true;
obj->u.boolean = false;
CALL0(boolean);
bool boolean;
_CITRUS_PROP_CB0_T(boolean, int)
_CITRUS_PROP_CB_T_OPS(boolean);
{ name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
option->value.boolean = 1;
option->value.boolean = 0;
use_shadow = dialogrc_config_option("use_shadow")->value.boolean;
use_colors = dialogrc_config_option("use_colors")->value.boolean;
uint32_t boolean:1; /* Boolean integer value (0 or 1) */
PRIVATE boolean
PRIVATE boolean
boolean
PRIVATE boolean
boolean
boolean
boolean nmcmp(hash_datum *, hash_datum *);
PRIVATE boolean
PRIVATE boolean
PRIVATE boolean
extern boolean hwlookcmp(hash_datum *, hash_datum *);
extern boolean iplookcmp(hash_datum *, hash_datum *);
extern boolean nmcmp(hash_datum *, hash_datum *);
metaflush_statement: METAFLUSH boolean
boolean:
%type <num> boolean
extern boolean tws_ctlr_ready(struct tws_softc *sc);
extern boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id);
extern boolean tws_ctlr_reset(struct tws_softc *sc);
boolean is64bit; /* True - 64bit else 32bit */
boolean obfl_q_overrun; /* OBFL overrun flag */
extern boolean tws_ctlr_reset(struct tws_softc *sc);
extern boolean tws_ctlr_ready(struct tws_softc *sc);
extern boolean tws_get_response(struct tws_softc *sc,
boolean
boolean
boolean
boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
boolean tws_ctlr_ready(struct tws_softc *sc);
boolean tws_ctlr_reset(struct tws_softc *sc);
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
boolean(value(VERBOSE))) {
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
boolean(value(VERBOSE))) {
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (connected || dialtimeout || !boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (c == '\n' && boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (!boolean(value(ECHOCHECK)))
if (boolean(value(ECHOCHECK)))
if (c == 0177 && !boolean(value(RAWFTP)))
if (!boolean(value(RAWFTP)))
if (!boolean(value(RAWFTP))) {
if (boolean(value(TABEXPAND))) {
if (!boolean(value(RAWFTP)))
} while (c != '\r' && !boolean(value(RAWFTP)));
if (boolean(value(VERBOSE)))
if (boolean(value(ECHOCHECK))) {
if (lastc != '\n' && !boolean(value(RAWFTP)))
if (boolean(value(VERBOSE))) {
if (boolean(value(RAWFTP)))
if (boolean(value(ECHOCHECK)))
if (!boolean(value(ECHOCHECK))) {
if (boolean(value(VERBOSE)))
if (boolean(value(VERBOSE)))
if (boolean(value(SCRIPT)))
if (boolean(value(SCRIPT)))
if (boolean(value(TAND)))
HD = boolean(value(LECHO));
if (boolean(value(HARDWAREFLOW)))
!boolean(p->v_value) ? "false" : "true");
(boolean(value(DC)) ? O_NONBLOCK : 0)));
if (!boolean(value(DC)))
if (boolean(value(SCRIPT))) {
setboolean(value(RAISE), !boolean(value(RAISE)));
if (boolean(value(HALFDUPLEX)))
if (boolean(value(RAISE)) && islower(gch))
if (boolean(value(HALFDUPLEX)))
if (boolean(value(DC)))
if (boolean(value(HARDWAREFLOW)))
if (boolean(value(TAND)))
if (boolean(value(SCRIPT)) && fscript != NULL)
setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
if (boolean(value(SCRIPT)) && fscript != NULL) {
if (!boolean(value(BEAUTIFY))) {
if (boolean(value(SCRIPT)) && fscript != NULL)
if (boolean(p->v_value) == (*v != '!'))
if (boolean(p->v_value) == FALSE) {
is_true(const char *boolean)
val = strtoul(boolean, &endp, 0);
if (strcasecmp(boolean, "true") == 0 ||
strcasecmp(boolean, "yes") == 0 ||
strcasecmp(boolean, "enable") == 0)
if (strcasecmp(boolean, "false") == 0 ||
strcasecmp(boolean, "no") == 0 ||
strcasecmp(boolean, "disable") == 0)
warnx("invalid boolean argument \"%s\"", boolean);