Searched refs:Boolean (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h1 //===--- Boolean.h - Wrapper for boolean types for the VM -------*- C++ -*-===//
25 class Boolean { class in namespace:clang::interp
31 explicit Boolean(bool V) : V(V) {} function in class:clang::interp::Boolean
35 Boolean() : V(false) {} function in class:clang::interp::Boolean
37 bool operator<(Boolean RHS) const { return V < RHS.V; }
38 bool operator>(Boolean RHS) const { return V > RHS.V; }
39 bool operator<=(Boolean RHS) const { return V <= RHS.V; }
40 bool operator>=(Boolean RHS) const { return V >= RHS.V; }
41 bool operator==(Boolean RHS) const { return V == RHS.V; }
42 bool operator!=(Boolean RH
[all...]
/freebsd-12-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h46 Boolean authAbort;
47 Boolean authFail;
49 Boolean authStart;
50 Boolean authTimeout;
51 Boolean authSuccess;
52 Boolean eapolEap;
53 Boolean initialize;
54 Boolean keyDone;
55 Boolean keyRun;
56 Boolean keyTxEnable
[all...]
/freebsd-12-stable/contrib/bmake/
H A Dnonints.h82 Boolean Arch_LibOODate(GNode *);
94 int Cond_EvalExpression(const struct If *, char *, Boolean *, int, Boolean);
106 void JobReapChild(pid_t, WAIT_T, Boolean);
122 Boolean s2Boolean(const char *, Boolean);
123 Boolean getBoolean(const char *, Boolean);
128 Boolean Parse_AnyExport(void);
129 Boolean Parse_IsVa
[all...]
H A Dsprite.h90 typedef int Boolean; typedef
H A Djob.h222 Boolean hasEchoCtl; /* True if both echoOff and echoOn defined */
229 Boolean hasErrCtl; /* set if can control error checking for
255 void Job_Touch(GNode *, Boolean);
256 Boolean Job_CheckCommands(GNode *, void (*abortProc )(const char *, ...));
262 Boolean Job_Full(void);
263 Boolean Job_Empty(void);
271 Boolean Job_TokenWithdraw(void);
274 Boolean Job_RunTarget(const char *, const char *);
H A Dmeta.h41 extern Boolean useMeta;
56 Boolean meta_oodate(GNode *, Boolean);
H A Ddir.h94 Boolean Dir_HasWildcards(char *);
98 int Dir_MTime(GNode *, Boolean);
H A Dmake.h387 extern Boolean compatMake; /* True if we are make compatible */
388 extern Boolean ignoreErrors; /* True if should ignore all errors */
389 extern Boolean beSilent; /* True if should print no commands */
390 extern Boolean noExecute; /* True if should execute nothing */
391 extern Boolean noRecursiveExecute; /* True if should execute nothing */
392 extern Boolean allPrecious; /* True if every target is precious */
393 extern Boolean deleteOnError; /* True if failed targets should be deleted */
394 extern Boolean keepgoing; /* True if should continue on unaffected
397 extern Boolean touchFlag; /* TRUE if targets should just be 'touched'
399 extern Boolean queryFla
[all...]
H A Dcond.c149 static int CondGetArg(Boolean, char **, char **, const char *);
150 static Boolean CondDoDefined(int, const char *);
152 static Boolean CondDoMake(int, const char *);
153 static Boolean CondDoExists(int, const char *);
154 static Boolean CondDoTarget(int, const char *);
155 static Boolean CondDoCommands(int, const char *);
156 static Boolean CondCvtArg(char *, double *);
157 static Token CondToken(Boolean);
158 static Token CondT(Boolean);
159 static Token CondF(Boolean);
[all...]
H A Dlst.h105 Lst Lst_Init(Boolean);
111 Boolean Lst_IsEmpty(Lst);
177 Boolean Lst_IsAtEnd(Lst);
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h65 Boolean transmits;
66 Boolean receives;
71 Boolean rx_latest;
72 Boolean tx_latest;
82 Boolean transmitting; /* bool transmitting (read only) */
96 Boolean in_use; /* bool inUse (read only) */
100 Boolean enable_transmit; /* bool EnableTransmit */
103 Boolean confidentiality;
113 Boolean receiving; /* bool receiving (read only) */
123 Boolean enable_receiv
[all...]
H A Dieee802_1x_cp.h27 void ieee802_1x_cp_set_electedself(void *cp_ctx, Boolean status);
34 void ieee802_1x_cp_set_usingreceivesas(void *cp_ctx, Boolean status);
35 void ieee802_1x_cp_set_allreceiving(void *cp_ctx, Boolean status);
36 void ieee802_1x_cp_set_servertransmitting(void *cp_ctx, Boolean status);
37 void ieee802_1x_cp_set_usingtransmitas(void *cp_ctx, Boolean status);
H A Dieee802_1x_kay_i.h49 Boolean is_key_server;
51 Boolean macsec_desired;
53 Boolean sak_used;
90 Boolean cached;
93 Boolean active;
94 Boolean participant;
95 Boolean retain;
101 Boolean principal;
113 Boolean ltx;
114 Boolean lr
[all...]
H A Dieee802_1x_secy_ops.h23 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, Boolean flag);
24 int secy_cp_control_encrypt(struct ieee802_1x_kay *kay, Boolean enabled);
25 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean flag, u32 win);
29 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, Boolean flag);
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap.h48 Boolean eapResp; /* shared with EAPOL Backend Authentication */
50 Boolean portEnabled;
52 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */
57 Boolean eapReq; /* shared with EAPOL Backend Authentication */
58 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */
59 Boolean eapSuccess;
60 Boolean eapFail;
61 Boolean eapTimeout;
67 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */
70 Boolean aaaEapRe
[all...]
H A Deap_i.h35 Boolean (*check)(struct eap_sm *sm, void *priv,
39 Boolean (*isDone)(struct eap_sm *sm, void *priv);
43 Boolean (*isSuccess)(struct eap_sm *sm, void *priv);
141 Boolean rxResp;
142 Boolean rxInitiate;
147 Boolean ignore;
156 Boolean changed;
172 Boolean backend_auth;
173 Boolean update_user;
203 Boolean start_reaut
[all...]
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h42 Boolean Init;
43 Boolean DeauthenticationRequest;
44 Boolean AuthenticationRequest;
45 Boolean ReAuthenticationRequest;
46 Boolean Disconnect;
50 Boolean TimeoutEvt;
51 Boolean EAPOLKeyReceived;
52 Boolean EAPOLKeyPairwise;
53 Boolean EAPOLKeyRequest;
54 Boolean MICVerifie
[all...]
/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstIsEmpty.c70 Boolean
H A DlstIsAtEnd.c79 Boolean
H A DlstInt.h68 Boolean isCirc; /* true if the list should be considered
74 Boolean isOpen; /* true if list has been Lst_Open'ed */
H A DlstInit.c72 Lst_Init(Boolean circ)
/freebsd-12-stable/sbin/rcorder/
H A Dsprite.h61 typedef int Boolean; typedef
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h41 Boolean ignore;
56 Boolean allowNotifications;
128 Boolean (*isKeyAvailable)(struct eap_sm *sm, void *priv);
170 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv);
321 Boolean rxReq;
322 Boolean rxSuccess;
323 Boolean rxFailure;
328 Boolean ignore;
333 Boolean allowNotifications; /* peer state machine <-> methods */
335 Boolean eapKeyAvailabl
[all...]
/freebsd-12-stable/contrib/wpa/src/fst/
H A Dfst_session.h27 Boolean is_old);
30 Boolean is_old);
42 struct fst_iface * fst_session_get_iface(struct fst_session *s, Boolean is_old);
43 const u8 * fst_session_get_peer_addr(struct fst_session *s, Boolean is_old);
60 Boolean is_old);
62 Boolean is_old);
H A Dfst_ctrl_aux.h57 Boolean attached;
62 Boolean connected;

Completed in 212 milliseconds

123456