Home
last modified time | relevance | path

Searched defs:ALWAYS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h43 ALWAYS, enumerator
/freebsd/share/ctypedef/
H A DMakefile218 ALWAYS= C.UTF-8.LC_CTYPE macro
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c70 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; enumerator
H A Deap_ttls.c69 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; enumerator
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
/freebsd/contrib/sqlite3/
H A Dshell.c9440 # define ALWAYS(X) (1) macro
11939 # define ALWAYS(X) (1) macro
11942 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
11945 # define ALWAYS(X) (X) macro
H A Dsqlite3.c14288 # define ALWAYS(X) (1) macro
14291 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
14294 # define ALWAYS(X) (X) macro