Home
last modified time | relevance | path

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

1234567891011

/freebsd-14-stable/crypto/libecc/
HDmeson.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-14-stable/usr.bin/tip/tip/
HDcmds.c185 if (c == '\n' && boolean(value(VERBOSE))) in transfer()
199 if (boolean(value(VERBOSE))) in transfer()
294 if (!boolean(value(ECHOCHECK))) in sendfile()
318 if (boolean(value(ECHOCHECK))) in transmit()
336 if (c == 0177 && !boolean(value(RAWFTP))) in transmit()
341 if (!boolean(value(RAWFTP))) in transmit()
344 if (!boolean(value(RAWFTP))) { in transmit()
345 if (boolean(value(TABEXPAND))) { in transmit()
353 if (!boolean(value(RAWFTP))) in transmit()
357 } while (c != '\r' && !boolean(value(RAWFTP))); in transmit()
[all …]
HDtipout.c90 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT()
110 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM()
121 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY))); in intSYS()
171 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout()
172 if (!boolean(value(BEAUTIFY))) { in tipout()
HDtip.c397 if (boolean(value(SCRIPT))) { in tipin()
416 setboolean(value(RAISE), !boolean(value(RAISE))); in tipin()
422 if (boolean(value(HALFDUPLEX))) in tipin()
432 if (boolean(value(RAISE)) && islower(gch)) in tipin()
436 if (boolean(value(HALFDUPLEX))) in tipin()
564 if (boolean(value(DC))) in ttysetup()
566 if (boolean(value(HARDWAREFLOW))) in ttysetup()
573 if (boolean(value(TAND))) in ttysetup()
HDhunt.c87 (boolean(value(DC)) ? O_NONBLOCK : 0))); in hunt()
98 if (!boolean(value(DC))) in hunt()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/
HDmax8973-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-14-stable/usr.bin/tip/libacu/
HDcourier.c76 if (boolean(value(VERBOSE))) in cour_dialer()
96 if (boolean(value(VERBOSE))) in cour_dialer()
172 if (boolean(value(VERBOSE))) in cour_swallow()
177 if (boolean(value(VERBOSE))) in cour_swallow()
227 boolean(value(VERBOSE))) { in cour_connect()
247 if (boolean(value(VERBOSE))) in cour_connect()
256 if (boolean(value(VERBOSE))) in cour_connect()
315 if (boolean(value(VERBOSE))) in cour_write()
HDt3000.c77 if (boolean(value(VERBOSE))) in t3000_dialer()
97 if (boolean(value(VERBOSE))) in t3000_dialer()
173 if (boolean(value(VERBOSE))) in t3000_swallow()
178 if (boolean(value(VERBOSE))) in t3000_swallow()
242 boolean(value(VERBOSE))) { in t3000_connect()
262 if (boolean(value(VERBOSE))) in t3000_connect()
271 if (boolean(value(VERBOSE))) in t3000_connect()
333 if (boolean(value(VERBOSE))) in t3000_write()
HDventel.c89 if (boolean(value(VERBOSE))) in ven_dialer()
115 if (connected || dialtimeout || !boolean(value(VERBOSE))) in ven_dialer()
203 if (boolean(value(VERBOSE))) in gobble()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/
HDusb251xb.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)
HDfsl-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-14-stable/libexec/bootpd/
HDreadfile.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-14-stable/usr.sbin/apm/
HDapm.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-14-stable/lib/libc/iconv/
HDcitrus_prop.h50 _CITRUS_PROP_CB0_T(boolean, int)
70 _CITRUS_PROP_CB_T_OPS(boolean);
78 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
/freebsd-14-stable/sys/dev/tws/
HDtws.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 */
HDtws_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-14-stable/sys/contrib/device-tree/Bindings/input/touchscreen/
HDchipone_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-14-stable/sys/contrib/device-tree/Bindings/arm/
HDatmel-sysregs.txt69 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
72 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
73 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
76 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
102 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up.
105 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
119 - atmel,wakeup-active-high: boolean, the corresponding wake-up input described
/freebsd-14-stable/contrib/libcbor/examples/
HDcjson2cbor.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-14-stable/crypto/openssl/crypto/asn1/
HDa_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-14-stable/crypto/libecc/src/examples/sss/
HDsss.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-14-stable/sys/contrib/device-tree/Bindings/rtc/
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-14-stable/sys/contrib/device-tree/Bindings/pwm/
Dnxp,pca9685-pwm.txt12 - invert (bool): boolean to enable inverted logic
13 - open-drain (bool): boolean to configure outputs with open-drain structure;
/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
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-14-stable/sys/contrib/device-tree/Bindings/spi/
HDspi-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