Home
last modified time | relevance | path

Searched defs:boolean (Results 1 – 19 of 19) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbptypes.h17 typedef int boolean; typedef
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md127 ### EXPECT_TRUE {#EXPECT_TRUE}
134 ### EXPECT_FALSE {#EXPECT_FALSE}
/freebsd/crypto/libecc/src/examples/sss/
H A Dsss.h35 typedef enum { SSS_FALSE = 0, SSS_TRUE = 1 } boolean; typedef
/freebsd/lib/libfigpar/
H A Dfigpar.h41 uint32_t boolean:1; /* Boolean integer value (0 or 1) */ member
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.h69 bool boolean; member
/freebsd/contrib/libcbor/src/cbor/
H A Dcallbacks.h104 cbor_bool_callback boolean; member
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.c54 bool boolean; member
/freebsd/usr.sbin/apm/
H A Dapm.c55 is_true(const char *boolean) in is_true()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h296 nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) { in makeBoolVal()
/freebsd/sys/dev/tws/
H A Dtws.h205 typedef enum _boolean { false, true } boolean; typedef
207 #define boolean bool macro
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c525 hx509_verify_set_proxy_certificate(hx509_verify_ctx ctx, int boolean) in hx509_verify_set_proxy_certificate()
545 hx509_verify_set_strict_rfc3280_verification(hx509_verify_ctx ctx, int boolean) in hx509_verify_set_strict_rfc3280_verification()
568 hx509_verify_ctx_f_allow_default_trustanchors(hx509_verify_ctx ctx, int boolean) in hx509_verify_ctx_f_allow_default_trustanchors()
578 int boolean) in hx509_verify_ctx_f_allow_best_before_signature_algs()
/freebsd/usr.bin/tip/tip/
H A Dtip.h156 #define boolean(v) ((short)(intptr_t)(v)) macro
/freebsd/sys/contrib/xen/xsm/
H A Dflask_op.h215 xen_flask_boolean_t boolean; member
/freebsd/contrib/byacc/test/
H A Dgrammar.y111 typedef char boolean; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp74 #define boolean bool macro
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c141 typedef char boolean; typedef
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h.in477 ASN1_BOOLEAN boolean; member
H A Dasn1.h524 ASN1_BOOLEAN boolean; member
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c161 typedef char boolean; typedef