HomeSort by: relevance | last modified time | path
    Searched defs:ALWAYS (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
75 ALWAYS.no= # none
76 ALWAYS.yes= +
87 . for always in no yes
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
93 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}
    [all...]
opt-no-action-runflags.mk 16 ALWAYS.no= # none
17 ALWAYS.yes= +
24 . for always in no yes
26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
sh-flags.mk 25 tgt-always.yes= .MAKE
28 cmd-always.yes= +
32 letter.always.yes= a
86 ALWAYS.yes= +
90 .for tgt-always in no yes
93 .for cmd-always in no yes
98 target+= ${letter.always.${tgt-always}:U_}
102 target+= ${letter.always.${cmd-always}:U_
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayLists.h 9 // User-provided filters for always/never XRay instrumenting certain functions.
43 ALWAYS,
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_peap.c 70 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth;
127 data->phase2_auth = ALWAYS;
475 if ((data->phase2_auth == ALWAYS ||
1060 * should always be, anyway */
1237 data->phase2_success && data->phase2_auth != ALWAYS;
eap_ttls.c 69 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth;
85 data->phase2_auth = ALWAYS;
1733 data->phase2_success && data->phase2_auth != ALWAYS;
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h 98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate;
  /src/external/public-domain/sqlite/dist/
shell.c 266 * thus we always assume that we have a console. That can be
854 ** character c. For normal characters, the answer is always 1. But the
1436 ** character c. For normal characters, the answer is always 1. But the
5942 int bTextOnly /* Always interpret pIn as text if true */
7901 ** is a single generate_series virtual table that is always available without
8224 ** to the first row of output. This method is always called at least
10507 ** always return their values as NULL */
11294 ** to the first row of output. This method is always called at least
11550 ** A separate sqlite3_file object is always appended. The appended
11585 /* Always followed by another sqlite3_file that describes the whole file *
    [all...]
sqlite3.c 59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
445 ** format "X.Y.Z" where X is the major version number (always 3 for
1017 ** The argument to xLock() is always SHARED or higher. The argument to
1104 ** xLock() is always one of SHARED, RESERVED, PENDING, or EXCLUSIVE, never
1763 ** ^The [SQLITE_OPEN_EXCLUSIVE] flag is always used in conjunction
1767 ** SQLITE_OPEN_CREATE, is used to indicate that file should always
1795 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1981 ** it is recommended that applications always invoke sqlite3_initialize()
2099 ** xRealloc is always a value returned by a prior call to xRoundup
    [all...]

Completed in 111 milliseconds