Symbol: boolean
crypto/heimdal/lib/hx509/cert.c
525
hx509_verify_set_proxy_certificate(hx509_verify_ctx ctx, int boolean)
crypto/heimdal/lib/hx509/cert.c
527
if (boolean)
crypto/heimdal/lib/hx509/cert.c
545
hx509_verify_set_strict_rfc3280_verification(hx509_verify_ctx ctx, int boolean)
crypto/heimdal/lib/hx509/cert.c
547
if (boolean)
crypto/heimdal/lib/hx509/cert.c
568
hx509_verify_ctx_f_allow_default_trustanchors(hx509_verify_ctx ctx, int boolean)
crypto/heimdal/lib/hx509/cert.c
570
if (boolean)
crypto/heimdal/lib/hx509/cert.c
578
int boolean)
crypto/heimdal/lib/hx509/cert.c
580
if (boolean)
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
44
DEFBOOLTYPE(boolean, krb5_boolean);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
987
DEFFIELD(pa_pac_req_0, krb5_pa_pac_req, include_pac, 0, boolean);
crypto/libecc/src/examples/sss/sss.c
125
ATTRIBUTE_WARN_UNUSED_RET static int _sss_raw_generate(sss_share *shares, u16 k, u16 n, sss_secret *secret, boolean input_secret)
crypto/libecc/src/examples/sss/sss.c
426
int sss_generate(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean input_secret)
crypto/libecc/src/examples/sss/sss.h
75
ATTRIBUTE_WARN_UNUSED_RET int sss_generate(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean input_secret);
crypto/openssl/crypto/asn1/a_type.c
36
a->value.boolean = value ? 0xff : 0;
crypto/openssl/crypto/asn1/a_type.c
75
result = a->value.boolean - b->value.boolean;
crypto/openssl/crypto/asn1/asn1_gen.c
613
if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
crypto/openssl/crypto/x509/x_attrib.c
89
if (av->value.boolean) {
crypto/openssl/include/openssl/asn1.h
528
ASN1_BOOLEAN boolean;
lib/libc/iconv/citrus_prop.c
230
obj->u.boolean = true;
lib/libc/iconv/citrus_prop.c
239
obj->u.boolean = false;
lib/libc/iconv/citrus_prop.c
400
CALL0(boolean);
lib/libc/iconv/citrus_prop.c
54
bool boolean;
lib/libc/iconv/citrus_prop.h
50
_CITRUS_PROP_CB0_T(boolean, int)
lib/libc/iconv/citrus_prop.h
70
_CITRUS_PROP_CB_T_OPS(boolean);
lib/libc/iconv/citrus_prop.h
78
{ name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
lib/libdpv/dialogrc.c
215
option->value.boolean = 1;
lib/libdpv/dialogrc.c
218
option->value.boolean = 0;
lib/libdpv/dialogrc.c
319
use_shadow = dialogrc_config_option("use_shadow")->value.boolean;
lib/libdpv/dialogrc.c
320
use_colors = dialogrc_config_option("use_colors")->value.boolean;
lib/libfigpar/figpar.h
41
uint32_t boolean:1; /* Boolean integer value (0 or 1) */
libexec/bootpd/readfile.c
1281
PRIVATE boolean
libexec/bootpd/readfile.c
1313
PRIVATE boolean
libexec/bootpd/readfile.c
1325
boolean
libexec/bootpd/readfile.c
1347
PRIVATE boolean
libexec/bootpd/readfile.c
1996
boolean
libexec/bootpd/readfile.c
2016
boolean
libexec/bootpd/readfile.c
220
boolean nmcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
246
PRIVATE boolean
libexec/bootpd/readfile.c
248
PRIVATE boolean
libexec/bootpd/readfile.c
254
PRIVATE boolean
libexec/bootpd/readfile.h
6
extern boolean hwlookcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.h
7
extern boolean iplookcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.h
8
extern boolean nmcmp(hash_datum *, hash_datum *);
sbin/hastd/parse.y
353
metaflush_statement: METAFLUSH boolean
sbin/hastd/parse.y
375
boolean:
sbin/hastd/parse.y
96
%type <num> boolean
sys/dev/tws/tws.c
55
extern boolean tws_ctlr_ready(struct tws_softc *sc);
sys/dev/tws/tws.c
63
extern boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id);
sys/dev/tws/tws.c
64
extern boolean tws_ctlr_reset(struct tws_softc *sc);
sys/dev/tws/tws.h
250
boolean is64bit; /* True - 64bit else 32bit */
sys/dev/tws/tws.h
262
boolean obfl_q_overrun; /* OBFL overrun flag */
sys/dev/tws/tws_cam.c
109
extern boolean tws_ctlr_reset(struct tws_softc *sc);
sys/dev/tws/tws_cam.c
118
extern boolean tws_ctlr_ready(struct tws_softc *sc);
sys/dev/tws/tws_cam.c
90
extern boolean tws_get_response(struct tws_softc *sc,
sys/dev/tws/tws_hdm.c
354
boolean
sys/dev/tws/tws_hdm.c
402
boolean
sys/dev/tws/tws_hdm.c
456
boolean
sys/dev/tws/tws_hdm.c
64
boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
sys/dev/tws/tws_hdm.c
66
boolean tws_ctlr_ready(struct tws_softc *sc);
sys/dev/tws/tws_hdm.c
69
boolean tws_ctlr_reset(struct tws_softc *sc);
usr.bin/tip/libacu/biz22.c
58
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/biz22.c
80
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/biz31.c
67
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/biz31.c
79
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
164
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
169
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
219
boolean(value(VERBOSE))) {
usr.bin/tip/libacu/courier.c
239
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
248
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
307
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
68
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/courier.c
88
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/df.c
74
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/dn11.c
52
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/hayes.c
95
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
165
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
170
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
234
boolean(value(VERBOSE))) {
usr.bin/tip/libacu/t3000.c
254
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
263
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
325
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
69
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/t3000.c
89
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/v3451.c
107
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/v831.c
55
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/ventel.c
107
if (connected || dialtimeout || !boolean(value(VERBOSE)))
usr.bin/tip/libacu/ventel.c
195
if (boolean(value(VERBOSE)))
usr.bin/tip/libacu/ventel.c
81
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/acu.c
163
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
177
if (c == '\n' && boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
191
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
286
if (!boolean(value(ECHOCHECK)))
usr.bin/tip/tip/cmds.c
310
if (boolean(value(ECHOCHECK)))
usr.bin/tip/tip/cmds.c
328
if (c == 0177 && !boolean(value(RAWFTP)))
usr.bin/tip/tip/cmds.c
333
if (!boolean(value(RAWFTP)))
usr.bin/tip/tip/cmds.c
336
if (!boolean(value(RAWFTP))) {
usr.bin/tip/tip/cmds.c
337
if (boolean(value(TABEXPAND))) {
usr.bin/tip/tip/cmds.c
345
if (!boolean(value(RAWFTP)))
usr.bin/tip/tip/cmds.c
349
} while (c != '\r' && !boolean(value(RAWFTP)));
usr.bin/tip/tip/cmds.c
350
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
352
if (boolean(value(ECHOCHECK))) {
usr.bin/tip/tip/cmds.c
368
if (lastc != '\n' && !boolean(value(RAWFTP)))
usr.bin/tip/tip/cmds.c
377
if (boolean(value(VERBOSE))) {
usr.bin/tip/tip/cmds.c
378
if (boolean(value(RAWFTP)))
usr.bin/tip/tip/cmds.c
413
if (boolean(value(ECHOCHECK)))
usr.bin/tip/tip/cmds.c
435
if (!boolean(value(ECHOCHECK))) {
usr.bin/tip/tip/cmds.c
504
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
558
if (boolean(value(VERBOSE)))
usr.bin/tip/tip/cmds.c
616
if (boolean(value(SCRIPT)))
usr.bin/tip/tip/cmds.c
767
if (boolean(value(SCRIPT)))
usr.bin/tip/tip/cmds.c
772
if (boolean(value(TAND)))
usr.bin/tip/tip/cmds.c
779
HD = boolean(value(LECHO));
usr.bin/tip/tip/cmds.c
787
if (boolean(value(HARDWAREFLOW)))
usr.bin/tip/tip/cmds.c
829
!boolean(p->v_value) ? "false" : "true");
usr.bin/tip/tip/hunt.c
79
(boolean(value(DC)) ? O_NONBLOCK : 0)));
usr.bin/tip/tip/hunt.c
90
if (!boolean(value(DC)))
usr.bin/tip/tip/tip.c
383
if (boolean(value(SCRIPT))) {
usr.bin/tip/tip/tip.c
402
setboolean(value(RAISE), !boolean(value(RAISE)));
usr.bin/tip/tip/tip.c
408
if (boolean(value(HALFDUPLEX)))
usr.bin/tip/tip/tip.c
418
if (boolean(value(RAISE)) && islower(gch))
usr.bin/tip/tip/tip.c
422
if (boolean(value(HALFDUPLEX)))
usr.bin/tip/tip/tip.c
550
if (boolean(value(DC)))
usr.bin/tip/tip/tip.c
552
if (boolean(value(HARDWAREFLOW)))
usr.bin/tip/tip/tip.c
559
if (boolean(value(TAND)))
usr.bin/tip/tip/tipout.c
102
if (boolean(value(SCRIPT)) && fscript != NULL)
usr.bin/tip/tip/tipout.c
113
setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
usr.bin/tip/tip/tipout.c
163
if (boolean(value(SCRIPT)) && fscript != NULL) {
usr.bin/tip/tip/tipout.c
164
if (!boolean(value(BEAUTIFY))) {
usr.bin/tip/tip/tipout.c
82
if (boolean(value(SCRIPT)) && fscript != NULL)
usr.bin/tip/tip/value.c
138
if (boolean(p->v_value) == (*v != '!'))
usr.bin/tip/tip/value.c
224
if (boolean(p->v_value) == FALSE) {
usr.sbin/apm/apm.c
55
is_true(const char *boolean)
usr.sbin/apm/apm.c
60
val = strtoul(boolean, &endp, 0);
usr.sbin/apm/apm.c
63
if (strcasecmp(boolean, "true") == 0 ||
usr.sbin/apm/apm.c
64
strcasecmp(boolean, "yes") == 0 ||
usr.sbin/apm/apm.c
65
strcasecmp(boolean, "enable") == 0)
usr.sbin/apm/apm.c
67
if (strcasecmp(boolean, "false") == 0 ||
usr.sbin/apm/apm.c
68
strcasecmp(boolean, "no") == 0 ||
usr.sbin/apm/apm.c
69
strcasecmp(boolean, "disable") == 0)
usr.sbin/apm/apm.c
72
warnx("invalid boolean argument \"%s\"", boolean);