Searched refs:boolean (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.h7 extern boolean hwlookcmp(hash_datum *, hash_datum *);
8 extern boolean iplookcmp(hash_datum *, hash_datum *);
9 extern boolean nmcmp(hash_datum *, hash_datum *);
H A Dbptypes.h20 typedef int boolean; typedef
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dcommandline.h25 #include <isc/boolean.h>
H A Dqueue.h28 #include <isc/boolean.h>
H A Dtypes.h35 * of <isc/boolean.h> when ISC_TRUE/ISC_FALSE/ISC_TF() are desired?
37 #include <isc/boolean.h>
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_prop.h49 _CITRUS_PROP_CB0_T(boolean, int)
69 _CITRUS_PROP_CB_T_OPS(boolean);
77 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
H A Dcitrus_prop.c54 bool boolean; member in union:__anon6619::__anon6620
229 obj->u.boolean = true;
238 obj->u.boolean = false;
399 CALL0(boolean);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c185 if (c == '\n' && boolean(value(VERBOSE)))
199 if (boolean(value(VERBOSE)))
294 if (!boolean(value(ECHOCHECK)))
318 if (boolean(value(ECHOCHECK)))
336 if (c == 0177 && !boolean(value(RAWFTP)))
341 if (!boolean(value(RAWFTP)))
344 if (!boolean(value(RAWFTP))) {
345 if (boolean(value(TABEXPAND))) {
353 if (!boolean(value(RAWFTP)))
357 } while (c != '\r' && !boolean(valu
[all...]
H A Dhunt.c87 (boolean(value(DC)) ? O_NONBLOCK : 0)));
98 if (!boolean(value(DC)))
H A Dtipout.c90 if (boolean(value(SCRIPT)) && fscript != NULL)
110 if (boolean(value(SCRIPT)) && fscript != NULL)
121 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
171 if (boolean(value(SCRIPT)) && fscript != NULL) {
172 if (!boolean(value(BEAUTIFY))) {
H A Dtip.c397 if (boolean(value(SCRIPT))) {
416 setboolean(value(RAISE), !boolean(value(RAISE)));
422 if (boolean(value(HALFDUPLEX)))
432 if (boolean(value(RAISE)) && islower(gch))
436 if (boolean(value(HALFDUPLEX)))
564 if (boolean(value(DC)))
566 if (boolean(value(HARDWAREFLOW)))
573 if (boolean(value(TAND)))
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_type.c80 a->value.boolean = value ? 0xff : 0;
123 result = a->value.boolean - b->value.boolean;
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dcourier.c76 if (boolean(value(VERBOSE)))
96 if (boolean(value(VERBOSE)))
172 if (boolean(value(VERBOSE)))
177 if (boolean(value(VERBOSE)))
227 boolean(value(VERBOSE))) {
247 if (boolean(value(VERBOSE)))
256 if (boolean(value(VERBOSE)))
315 if (boolean(value(VERBOSE)))
H A Dt3000.c77 if (boolean(value(VERBOSE)))
97 if (boolean(value(VERBOSE)))
173 if (boolean(value(VERBOSE)))
178 if (boolean(value(VERBOSE)))
242 boolean(value(VERBOSE))) {
262 if (boolean(value(VERBOSE)))
271 if (boolean(value(VERBOSE)))
333 if (boolean(value(VERBOSE)))
H A Dbiz22.c66 if (boolean(value(VERBOSE)))
88 if (boolean(value(VERBOSE)))
H A Dventel.c89 if (boolean(value(VERBOSE)))
115 if (connected || dialtimeout || !boolean(value(VERBOSE)))
203 if (boolean(value(VERBOSE)))
H A Dbiz31.c75 if (boolean(value(VERBOSE)))
87 if (boolean(value(VERBOSE)))
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c53 * Return 1 for boolean true, and 0 for false, according to the
57 is_true(const char *boolean) argument
62 val = strtoul(boolean, &endp, 0);
65 if (strcasecmp(boolean, "true") == 0 ||
66 strcasecmp(boolean, "yes") == 0 ||
67 strcasecmp(boolean, "enable") == 0)
69 if (strcasecmp(boolean, "false") == 0 ||
70 strcasecmp(boolean, "no") == 0 ||
71 strcasecmp(boolean, "disable") == 0)
74 warnx("invalid boolean argumen
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Ddir.h29 #include <isc/boolean.h>
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done;
/freebsd-11-stable/sys/dev/tws/
H A Dtws.h207 /* ------------ boolean types ------------------- */
210 typedef enum _boolean { false, true } boolean; typedef in typeref:enum:_boolean
212 #define boolean bool macro
255 boolean is64bit; /* True - 64bit else 32bit */
267 boolean obfl_q_overrun; /* OBFL overrun flag */
H A Dtws_hdm.c66 boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
68 boolean tws_ctlr_ready(struct tws_softc *sc);
71 boolean tws_ctlr_reset(struct tws_softc *sc);
361 boolean
414 boolean
468 boolean
/freebsd-11-stable/lib/libdpv/
H A Ddialogrc.c218 option->value.boolean = 1;
221 option->value.boolean = 0;
322 use_shadow = dialogrc_config_option("use_shadow")->value.boolean;
323 use_colors = dialogrc_config_option("use_colors")->value.boolean;
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.h43 uint32_t boolean:1; /* Boolean integer value (0 or 1) */
51 FIGPAR_TYPE_BOOL = 0x0001, /* boolean */
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_io.h30 #include <isc/boolean.h>

Completed in 160 milliseconds

123