Home
last modified time | relevance | path

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

123456789

/freebsd-12.1/usr.bin/tip/tip/
H A Dcmds.c201 if (boolean(value(VERBOSE))) in transfer()
360 if (boolean(value(VERBOSE))) in transmit()
387 if (boolean(value(VERBOSE))) { in transmit()
388 if (boolean(value(RAWFTP))) in transmit()
423 if (boolean(value(ECHOCHECK))) in cu_put()
514 if (boolean(value(VERBOSE))) in pipeout()
568 if (boolean(value(VERBOSE))) in consh()
626 if (boolean(value(SCRIPT))) in setscript()
777 if (boolean(value(SCRIPT))) in variable()
782 if (boolean(value(TAND))) in variable()
[all …]
H A Dtipout.c92 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT()
112 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM()
123 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY))); in intSYS()
173 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout()
174 if (!boolean(value(BEAUTIFY))) { in tipout()
H A Dtip.c399 if (boolean(value(SCRIPT))) { in tipin()
413 setboolean(value(RAISE), !boolean(value(RAISE))); in tipin()
419 if (boolean(value(HALFDUPLEX))) in tipin()
425 if (boolean(value(RAISE)) && islower(gch)) in tipin()
429 if (boolean(value(HALFDUPLEX))) in tipin()
555 if (boolean(value(DC))) in ttysetup()
557 if (boolean(value(HARDWAREFLOW))) in ttysetup()
564 if (boolean(value(TAND))) in ttysetup()
H A Dhunt.c89 (boolean(value(DC)) ? O_NONBLOCK : 0))); in hunt()
100 if (!boolean(value(DC))) in hunt()
/freebsd-12.1/usr.bin/tip/libacu/
H A Dcourier.c78 if (boolean(value(VERBOSE))) in cour_dialer()
98 if (boolean(value(VERBOSE))) in cour_dialer()
174 if (boolean(value(VERBOSE))) in cour_swallow()
179 if (boolean(value(VERBOSE))) in cour_swallow()
229 boolean(value(VERBOSE))) { in cour_connect()
249 if (boolean(value(VERBOSE))) in cour_connect()
258 if (boolean(value(VERBOSE))) in cour_connect()
317 if (boolean(value(VERBOSE))) in cour_write()
H A Dt3000.c79 if (boolean(value(VERBOSE))) in t3000_dialer()
99 if (boolean(value(VERBOSE))) in t3000_dialer()
175 if (boolean(value(VERBOSE))) in t3000_swallow()
180 if (boolean(value(VERBOSE))) in t3000_swallow()
244 boolean(value(VERBOSE))) { in t3000_connect()
264 if (boolean(value(VERBOSE))) in t3000_connect()
273 if (boolean(value(VERBOSE))) in t3000_connect()
335 if (boolean(value(VERBOSE))) in t3000_write()
H A Dventel.c91 if (boolean(value(VERBOSE))) in ven_dialer()
117 if (connected || dialtimeout || !boolean(value(VERBOSE))) in ven_dialer()
205 if (boolean(value(VERBOSE))) in gobble()
H A Dbiz22.c68 if (boolean(value(VERBOSE))) in biz_dialer()
90 if (boolean(value(VERBOSE))) in biz_dialer()
H A Dbiz31.c77 if (boolean(value(VERBOSE))) in biz_dialer()
89 if (boolean(value(VERBOSE))) in biz_dialer()
/freebsd-12.1/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 Dreadfile.c230 extern boolean iplookcmp();
231 boolean nmcmp(hash_datum *, hash_datum *);
257 PRIVATE boolean
259 PRIVATE boolean
265 PRIVATE boolean
1306 PRIVATE boolean
1339 PRIVATE boolean
1352 boolean
1375 PRIVATE boolean
2043 boolean
[all …]
/freebsd-12.1/usr.sbin/apm/
H A Dapm.c57 is_true(const char *boolean) in is_true() argument
62 val = strtoul(boolean, &endp, 0); in is_true()
65 if (strcasecmp(boolean, "true") == 0 || in is_true()
66 strcasecmp(boolean, "yes") == 0 || in is_true()
67 strcasecmp(boolean, "enable") == 0) in is_true()
69 if (strcasecmp(boolean, "false") == 0 || in is_true()
70 strcasecmp(boolean, "no") == 0 || in is_true()
71 strcasecmp(boolean, "disable") == 0) in is_true()
74 warnx("invalid boolean argument \"%s\"", boolean); in is_true()
/freebsd-12.1/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
231 obj->u.boolean = true; in _citrus_prop_read_bool()
240 obj->u.boolean = false; in _citrus_prop_read_bool()
401 CALL0(boolean); in _citrus_prop_parse_element()
/freebsd-12.1/sys/dev/tws/
H A Dtws.h212 typedef enum _boolean { false, true } boolean; typedef
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.1/contrib/ipfilter/
H A DSTYLE.TXT34 All expressions which evaluate to a boolean for a test condition, such as
35 in an if()/while() statement must involve a boolean operation. Since C
36 has no native boolean type, this means that one of <,>,<=,>=,==,!= must
37 be present. Implied boolean evaluations are out.
/freebsd-12.1/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-12.1/lib/libdpv/
H A Ddialogrc.c218 option->value.boolean = 1; in setbool()
221 option->value.boolean = 0; in setbool()
322 use_shadow = dialogrc_config_option("use_shadow")->value.boolean; in parse_dialogrc()
323 use_colors = dialogrc_config_option("use_colors")->value.boolean; in parse_dialogrc()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dregex.c404 typedef char boolean; typedef
4286 static boolean
4304 static boolean
4326 static boolean
4577 boolean succeed_n_p = false; in PREFIX()
5916 boolean best_match_p; in wcs_re_match_2_internal()
7304 boolean prevchar, thischar; in wcs_re_match_2_internal()
7496 static boolean
7607 static boolean
7643 static boolean
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dregex.c404 typedef char boolean; typedef
4286 static boolean
4304 static boolean
4326 static boolean
4577 boolean succeed_n_p = false; in PREFIX()
5916 boolean best_match_p; in wcs_re_match_2_internal()
7304 boolean prevchar, thischar; in wcs_re_match_2_internal()
7496 static boolean
7607 static boolean
7643 static boolean
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp71 #define boolean bool macro
643 boolean sub_op = op == 1; in EmulateADDSUBImm()
644 boolean setflags = S == 1; in EmulateADDSUBImm()
724 boolean vector = (V == 1); in EmulateLDPSTP()
726 boolean is_signed = false; in EmulateLDPSTP()
727 boolean wback = a_mode != AddrMode_OFF; in EmulateLDPSTP()
728 boolean wb_unknown = false; in EmulateLDPSTP()
729 boolean rt_unknown = false; in EmulateLDPSTP()
1132 boolean iszero = (op == '0'); in EmulateCBZ()
/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y110 typedef char boolean; typedef
112 extern boolean types_out;
172 boolean pointer; /* TRUE if it declares a pointer */
279 extern boolean file_comments;
323 boolean convert; /* if TRUE, convert function definitions */
324 boolean changed; /* TRUE if conversion done in this file */
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h285 nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) { in makeBoolVal() argument
286 return makeTruthVal(boolean->getValue(), boolean->getType()); in makeBoolVal()
289 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOperationKinds.def136 /// CK_MemberPointerToBoolean - Member pointer to boolean. A check
171 /// CK_PointerToBoolean - Pointer to boolean conversion. A check
186 /// boolean). Variously a bitcast, a truncation, a sign-extension,
192 /// CK_IntegralToBoolean - Integral to boolean. A check against zero.
204 /// CK_FixedPointToBoolean - Fixed point to boolean.
213 /// CK_FloatingToBoolean - Floating point to boolean.
217 // CK_BooleanToSignedIntegral - Convert a boolean to -1 or 0 for true and

123456789