Home
last modified time | relevance | path

Searched refs:ALWAYS (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.mk16 ALWAYS.no= # none
17 ALWAYS.yes= +
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dopt-jobs-no-action.mk75 ALWAYS.no= # none
76 ALWAYS.yes= +
93 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dsh-flags.mk86 ALWAYS.yes= +
119 RUNFLAGS.${target}= ${SILENT.${cmd-silent}}${ALWAYS.${cmd-always}}${IGNERR.${cmd-ignerr}}
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp46 return ImbueAttribute::ALWAYS; in shouldImbueFunction()
62 return ImbueAttribute::ALWAYS; in shouldImbueFunctionsInFile()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h43 ALWAYS, enumerator
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c70 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; enumerator
127 data->phase2_auth = ALWAYS; in eap_peap_parse_phase1()
475 if ((data->phase2_auth == ALWAYS || in peap_phase2_sufficient()
1237 data->phase2_success && data->phase2_auth != ALWAYS; in eap_peap_has_reauth_data()
H A Deap_ttls.c69 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; enumerator
85 data->phase2_auth = ALWAYS; in eap_ttls_parse_phase1()
1733 data->phase2_success && data->phase2_auth != ALWAYS; in eap_ttls_has_reauth_data()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
H A Dieee802_1x_kay.c4103 case ALWAYS: in activate_control_txt()
/freebsd/share/ctypedef/
H A DMakefile2 FILESGROUPS= FILES ALWAYS
218 ALWAYS= C.UTF-8.LC_CTYPE macro
/freebsd/usr.sbin/rtsold/
H A Drtsol.c337 CALL_SCRIPT(ALWAYS, NULL); in rtsol_input()
/freebsd/contrib/sqlite3/
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
24116 if( ALWAYS(pSchema!=0) ){ in sqlite3_db_status()
26313 if( ALWAYS(nByte>(signed)sizeof(unsigned)) ) nByte = sizeof(unsigned int); in sqlite3OsRandomness()
28475 while( ALWAYS(iLogsize<LOGMAX) ){ in memsys5FreeUnsafe()
31965 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()
36067 while( ALWAYS(p->n>0) && p->z[p->n-1]=='0' ){ p->n--; } in sqlite3FpDecode()
36607 if( z[i]=='.' && ALWAYS(sz>i+4) ) memmove(&z[i+1], &z[sz-3], 4); in sqlite3FileSuffix3()
39737 if( ALWAYS(pInode) ){
[all …]
H A Dshell.c9440 # define ALWAYS(X) (1) macro
9443 # define ALWAYS(X) ((X)?1:(assert(0),0))
9446 # define ALWAYS(X) (X)
9703 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
11939 # define ALWAYS(X) (1) macro
11942 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
11945 # define ALWAYS(X) (X) macro
12688 }else if( ALWAYS(pNew!=0) ){ in idxGetTableInfo()
12690 if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName, zTab, nTab+1); in idxGetTableInfo()
/freebsd/contrib/file/magic/Magdir/
H A Dintel157 # For adaptec_ava1515_bios_585201-00.bin reverted endian! BUT IS THIS ALWAYS TRUE?
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in237 The B<-salt> option should B<ALWAYS> be used if the key is being derived
/freebsd/contrib/sendmail/src/
H A DREADME856 stupid. As of 8.7, sendmail ALWAYS looks for /etc/sendmail.cf.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3447 case ImbueAttr::ALWAYS: in imbueXRayAttrs()
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION1058 KAME's interfaces, however, have ALWAYS one link-local unicast
/freebsd/contrib/ntp/
H A DCommitLog[all...]