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

123

/freebsd-12-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-12-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-12-stable/lib/libc/iconv/
H A Dcitrus_prop.h51 _CITRUS_PROP_CB0_T(boolean, int)
71 _CITRUS_PROP_CB_T_OPS(boolean);
79 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
H A Dcitrus_prop.c56 bool boolean; member in union:__anon8449::__anon8450
231 obj->u.boolean = true;
240 obj->u.boolean = false;
401 CALL0(boolean);
/freebsd-12-stable/usr.bin/tip/tip/
H A Dcmds.c187 if (c == '\n' && boolean(value(VERBOSE)))
201 if (boolean(value(VERBOSE)))
296 if (!boolean(value(ECHOCHECK)))
320 if (boolean(value(ECHOCHECK)))
338 if (c == 0177 && !boolean(value(RAWFTP)))
343 if (!boolean(value(RAWFTP)))
346 if (!boolean(value(RAWFTP))) {
347 if (boolean(value(TABEXPAND))) {
355 if (!boolean(value(RAWFTP)))
359 } while (c != '\r' && !boolean(valu
[all...]
H A Dhunt.c89 (boolean(value(DC)) ? O_NONBLOCK : 0)));
100 if (!boolean(value(DC)))
H A Dtipout.c92 if (boolean(value(SCRIPT)) && fscript != NULL)
112 if (boolean(value(SCRIPT)) && fscript != NULL)
123 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
173 if (boolean(value(SCRIPT)) && fscript != NULL) {
174 if (!boolean(value(BEAUTIFY))) {
H A Dtip.c399 if (boolean(value(SCRIPT))) {
418 setboolean(value(RAISE), !boolean(value(RAISE)));
424 if (boolean(value(HALFDUPLEX)))
434 if (boolean(value(RAISE)) && islower(gch))
438 if (boolean(value(HALFDUPLEX)))
566 if (boolean(value(DC)))
568 if (boolean(value(HARDWAREFLOW)))
575 if (boolean(value(TAND)))
/freebsd-12-stable/usr.bin/tip/libacu/
H A Dcourier.c78 if (boolean(value(VERBOSE)))
98 if (boolean(value(VERBOSE)))
174 if (boolean(value(VERBOSE)))
179 if (boolean(value(VERBOSE)))
229 boolean(value(VERBOSE))) {
249 if (boolean(value(VERBOSE)))
258 if (boolean(value(VERBOSE)))
317 if (boolean(value(VERBOSE)))
H A Dt3000.c79 if (boolean(value(VERBOSE)))
99 if (boolean(value(VERBOSE)))
175 if (boolean(value(VERBOSE)))
180 if (boolean(value(VERBOSE)))
244 boolean(value(VERBOSE))) {
264 if (boolean(value(VERBOSE)))
273 if (boolean(value(VERBOSE)))
335 if (boolean(value(VERBOSE)))
H A Dbiz22.c68 if (boolean(value(VERBOSE)))
90 if (boolean(value(VERBOSE)))
H A Dventel.c91 if (boolean(value(VERBOSE)))
117 if (connected || dialtimeout || !boolean(value(VERBOSE)))
205 if (boolean(value(VERBOSE)))
H A Dbiz31.c77 if (boolean(value(VERBOSE)))
89 if (boolean(value(VERBOSE)))
/freebsd-12-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-12-stable/crypto/openssl/crypto/asn1/
H A Da_type.c36 a->value.boolean = value ? 0xff : 0;
75 result = a->value.boolean - b->value.boolean;
/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done;
/freebsd-12-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Ddir.h29 #include <isc/boolean.h>
/freebsd-12-stable/sys/dev/tws/
H A Dtws.h209 /* ------------ boolean types ------------------- */
212 typedef enum _boolean { false, true } boolean; typedef in typeref:enum:_boolean
214 #define boolean bool macro
257 boolean is64bit; /* True - 64bit else 32bit */
269 boolean obfl_q_overrun; /* OBFL overrun flag */
H A Dtws_hdm.c68 boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
70 boolean tws_ctlr_ready(struct tws_softc *sc);
73 boolean tws_ctlr_reset(struct tws_softc *sc);
363 boolean
416 boolean
470 boolean
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_io.h30 #include <isc/boolean.h>
/freebsd-12-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-12-stable/lib/libfigpar/
H A Dfigpar.h43 uint32_t boolean:1; /* Boolean integer value (0 or 1) */
51 FIGPAR_TYPE_BOOL = 0x0001, /* boolean */

Completed in 229 milliseconds

123