Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd/crypto/libecc/
H A Dmeson.options2 option('use_external_rand', type: 'boolean', value: false, description: 'use external get_random() …
3 option('use_external_print', type: 'boolean', value: false, description: 'use external ext_printf()…
4 option('use_external_time', type: 'boolean', value: false, description: 'use external get_ms_time()…
5 option('with_tests', type: 'boolean', value: false, description: 'enable test suites support')
8 option('with_stdlib', type: 'boolean', value : true, description: 'trigger stdlib usage (default to…
9 option('with_debug', type: 'boolean', value : false, description: 'activate libecc debug assertions…
10 option('use_cryptofuzz', type: 'boolean', value : false, description: 'activate cryptofuzz fuzzing …
11 option('assert_print', type: 'boolean', value : false, description: 'activate printing on assertion…
12 option('no_warn_unused_ret', type: 'boolean', value : false, description: 'do not trigger a warning…
15 option('with_sig_blinding', type: 'boolean', value: false, description: 'blind signature against so…
[all …]
/freebsd/usr.bin/tip/tip/
H A Dcmds.c177 if (c == '\n' && boolean(value(VERBOSE))) in transfer()
191 if (boolean(value(VERBOSE))) in transfer()
286 if (!boolean(value(ECHOCHECK))) in sendfile()
310 if (boolean(value(ECHOCHECK))) in transmit()
328 if (c == 0177 && !boolean(value(RAWFTP))) in transmit()
333 if (!boolean(value(RAWFTP))) in transmit()
336 if (!boolean(value(RAWFTP))) { in transmit()
337 if (boolean(value(TABEXPAND))) { in transmit()
345 if (!boolean(value(RAWFTP))) in transmit()
349 } while (c != '\r' && !boolean(value(RAWFTP))); in transmit()
[all …]
H A Dtipout.c82 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT()
102 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM()
113 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY))); in intSYS()
163 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout()
164 if (!boolean(value(BEAUTIFY))) { in tipout()
H A Dtip.c383 if (boolean(value(SCRIPT))) { in tipin()
402 setboolean(value(RAISE), !boolean(value(RAISE))); in tipin()
408 if (boolean(value(HALFDUPLEX))) in tipin()
418 if (boolean(value(RAISE)) && islower(gch)) in tipin()
422 if (boolean(value(HALFDUPLEX))) in tipin()
550 if (boolean(value(DC))) in ttysetup()
552 if (boolean(value(HARDWAREFLOW))) in ttysetup()
559 if (boolean(value(TAND))) in ttysetup()
H A Dhunt.c79 (boolean(value(DC)) ? O_NONBLOCK : 0))); in hunt()
90 if (!boolean(value(DC))) in hunt()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt15 -maxim,externally-enable: boolean, externally control the regulator output
22 -maxim,enable-remote-sense: boolean, enable reote sense.
23 -maxim,enable-falling-slew-rate: boolean, enable falling slew rate.
24 -maxim,enable-active-discharge: boolean: enable active discharge.
25 -maxim,enable-frequency-shift: boolean, enable 9% frequency shift.
26 -maxim,enable-bias-control: boolean, enable bias control. By enabling this
28 -maxim,enable-etr: boolean, enable Enhanced Transient Response.
29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
/freebsd/usr.bin/tip/libacu/
H A Dcourier.c68 if (boolean(value(VERBOSE))) in cour_dialer()
88 if (boolean(value(VERBOSE))) in cour_dialer()
164 if (boolean(value(VERBOSE))) in cour_swallow()
169 if (boolean(value(VERBOSE))) in cour_swallow()
219 boolean(value(VERBOSE))) { in cour_connect()
239 if (boolean(value(VERBOSE))) in cour_connect()
248 if (boolean(value(VERBOSE))) in cour_connect()
307 if (boolean(value(VERBOSE))) in cour_write()
H A Dt3000.c69 if (boolean(value(VERBOSE))) in t3000_dialer()
89 if (boolean(value(VERBOSE))) in t3000_dialer()
165 if (boolean(value(VERBOSE))) in t3000_swallow()
170 if (boolean(value(VERBOSE))) in t3000_swallow()
234 boolean(value(VERBOSE))) { in t3000_connect()
254 if (boolean(value(VERBOSE))) in t3000_connect()
263 if (boolean(value(VERBOSE))) in t3000_connect()
325 if (boolean(value(VERBOSE))) in t3000_write()
H A Dventel.c81 if (boolean(value(VERBOSE))) in ven_dialer()
107 if (connected || dialtimeout || !boolean(value(VERBOSE))) in ven_dialer()
195 if (boolean(value(VERBOSE))) in gobble()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt25 (boolean, default is self-powered)
26 - disable-hi-speed : disable USB Hi-Speed support (boolean)
28 (boolean, default is multi-tt)
29 - disable-eop : disable End of Packet generation in full-speed mode (boolean)
31 mode (boolean, default is individual)
33 (boolean, default is individual)
35 operation if the local power source is removed or unavailable (boolean)
39 - compound-device : indicate the hub is part of a compound device (boolean)
40 - port-mapping-mode : enable port mapping mode (boolean)
42 (boolean, default is speed mode)
H A Dfsl-usb.txt18 - port0 : boolean; if defined, indicates port0 is connected for
22 - port1 : boolean; if defined, indicates port1 is connected for
38 - fsl,invert-drvvbus : boolean; for MPC5121 USB0 only. Indicates the
40 - fsl,invert-pwr-fault : boolean; for MPC5121 USB0 only. Indicates
/freebsd/libexec/bootpd/
H A Dreadfile.h6 extern boolean hwlookcmp(hash_datum *, hash_datum *);
7 extern boolean iplookcmp(hash_datum *, hash_datum *);
8 extern boolean nmcmp(hash_datum *, hash_datum *);
/freebsd/usr.sbin/apm/
H A Dapm.c55 is_true(const char *boolean) in is_true() argument
60 val = strtoul(boolean, &endp, 0); in is_true()
63 if (strcasecmp(boolean, "true") == 0 || in is_true()
64 strcasecmp(boolean, "yes") == 0 || in is_true()
65 strcasecmp(boolean, "enable") == 0) in is_true()
67 if (strcasecmp(boolean, "false") == 0 || in is_true()
68 strcasecmp(boolean, "no") == 0 || in is_true()
69 strcasecmp(boolean, "disable") == 0) in is_true()
72 warnx("invalid boolean argument \"%s\"", boolean); in is_true()
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.h50 _CITRUS_PROP_CB0_T(boolean, int)
70 _CITRUS_PROP_CB_T_OPS(boolean);
78 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
/freebsd/sys/dev/tws/
H A Dtws.h205 typedef enum _boolean { false, true } boolean; typedef
207 #define boolean bool macro
250 boolean is64bit; /* True - 64bit else 32bit */
262 boolean obfl_q_overrun; /* OBFL overrun flag */
H A Dtws_hdm.c64 boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
66 boolean tws_ctlr_ready(struct tws_softc *sc);
69 boolean tws_ctlr_reset(struct tws_softc *sc);
354 boolean
402 boolean
456 boolean
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dchipone_icn8318.txt19 - touchscreen-inverted-x : X axis is inverted (boolean)
20 - touchscreen-inverted-y : Y axis is inverted (boolean)
21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
/freebsd/crypto/openssl/crypto/asn1/
H A Da_type.c36 a->value.boolean = value ? 0xff : 0; in ASN1_TYPE_set()
75 result = a->value.boolean - b->value.boolean; in ASN1_TYPE_cmp()
/freebsd/contrib/libcbor/examples/
H A Dcjson2cbor.c37 .boolean = &cbor_builder_boolean_callback, in cjson_cbor_load()
59 callbacks->boolean(context, false); in cjson_cbor_stream_decode()
63 callbacks->boolean(context, true); in cjson_cbor_stream_decode()
/freebsd/crypto/libecc/src/examples/sss/
H A Dsss.h35 typedef enum { SSS_FALSE = 0, SSS_TRUE = 1 } boolean; typedef
75 …e(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean input_secret);
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Depson,rx8900.txt10 - epson,vdet-disable : boolean, if present will disable voltage detector.
12 - trickle-diode-disable : boolean, if present will disable internal trickle
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,msm8916-wcd-analog.txt42 - qcom,hphl-jack-type-normally-open: boolean, present if hphl pin on jack is a
46 - qcom,gnd-jack-type-normally-open: boolean, present if gnd pin on jack is
50 - qcom,micbias1-ext-cap: boolean, present if micbias1 has external capacitor
52 - qcom,micbias2-ext-cap: boolean, present if micbias2 has external capacitor
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dnxp,pca9685-pwm.txt12 - invert (bool): boolean to enable inverted logic
13 - open-drain (bool): boolean to configure outputs with open-drain structure;
/freebsd/lib/libdpv/
H A Ddialogrc.c215 option->value.boolean = 1; in setbool()
218 option->value.boolean = 0; in setbool()
319 use_shadow = dialogrc_config_option("use_shadow")->value.boolean; in parse_dialogrc()
320 use_colors = dialogrc_config_option("use_colors")->value.boolean; in parse_dialogrc()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-synquacer.txt12 - socionext,use-rtm: boolean, if required to use "retimed clock" for RX
13 - socionext,set-aces: boolean, if same active clock edges field to be set.

1234567891011