HomeSort by: relevance | last modified time | path
    Searched refs:fallback (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
posix-varassign.mk 50 VAR?= fallback
55 VAR?= fallback
56 .if ${VAR} != "fallback"
varname-makefile.mk 28 # serves as a fallback for the "Global" namespace (see VarFind).
35 # When the overwritten value is deleted, the fallback value becomes
varmod-mtime.mk 30 # argument. This timestamp is used as a fallback in case the file's time
37 # The fallback timestamp must start with a digit, and it is interpreted as a
44 # The fallback timestamp must only be an integer, without trailing characters.
84 # Only the word 'error' can be used as a fallback argument to the modifier.
93 # Ensure that the fallback for a missing modification time is indeed the
varmod.exp 30 make: varmod.mk:206: Invalid variable name "}", at "$} != "fallback""
31 while evaluating "${:Ufallback$} != "fallback"" with value ""
40 make: varmod.mk:230: Invalid argument "fallback$" for modifier ":mtime"
varmod.mk 67 # | from=to | greedy | SysV, fallback | --- |
205 # expect+1: Invalid variable name "}", at "$} != "fallback""
206 .if ${:Ufallback$} != "fallback"
229 # expect+1: Invalid argument "fallback$" for modifier ":mtime"
230 .if ${.:L:mtime=fallback$}
varname-dot-newline.mk 26 .newline?= fallback
varname-empty.exp 22 out: fallback
varmod-indirect.mk 246 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback"
249 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
moderrs.mk 102 # fallback to the SysV substitution modifier.
103 # If there were a fallback, the output would be "exclam",
cond-func-empty.mk 59 # Since the variable was undefined to begin with, the fallback value from the
63 .if ${UNDEF:S,^$,value,W:Ufallback} != "fallback"
directive-for-escape.exp 67 make: directive-for-escape.mk:138: begin<fallback>end
directive-for-escape.mk 136 # expect+2: begin<fallback>end
var-op-expand.mk 27 # to "fallback"; initially this expression is undefined since it is based on
  /src/lib/libc/gen/
arc4random.c 680 arc4random_prng_get(struct arc4random_prng *fallback)
709 prng = fallback;
723 struct arc4random_prng *fallback)
727 * If we had to use a stack fallback, zero it before we return
734 if (__predict_false(prng == fallback))
735 explicit_memset(fallback, 0, sizeof(*fallback));
747 struct arc4random_prng *prng, fallback; local
750 prng = arc4random_prng_get(&fallback);
752 arc4random_prng_put(prng, &fallback);
760 struct arc4random_prng *prng, fallback; local
781 struct arc4random_prng *prng, fallback; local
812 struct arc4random_prng *prng, fallback; local
826 struct arc4random_prng *prng, fallback; local
    [all...]
  /src/usr.bin/vndcompress/
utils.c 165 const char fallback[] = local
167 (void)write(STDERR_FILENO, fallback, __arraycount(fallback));
  /src/usr.bin/rump_dhcpclient/
if-options.h 115 char *fallback; member in struct:if_options
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.c 184 goto fallback;
189 fallback:
219 goto fallback;
223 fallback:
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 128 goto fallback;
146 goto fallback;
166 fallback:
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 444 * In case of tiled mode if all tiles not present fallback to
578 bool fallback = true, ret = true; local
659 DRM_DEBUG_KMS("fallback: cloned configuration\n");
705 * then fallback to a non tiled mode.
722 fallback = false;
736 DRM_DEBUG_KMS("fallback: Not all outputs enabled\n");
739 fallback = true;
742 if (fallback) {
  /src/usr.bin/make/
main.c 861 * If the knob is not set, return the fallback.
866 GetBooleanExpr(const char *expr, bool fallback)
873 res = ParseBoolean(value, fallback);
2217 * the empty string is the fallback, everything else is true.
2220 ParseBoolean(const char *s, bool fallback)
2224 return fallback;
var.c 1278 * See if the given variable exists, in the given scope or in other fallback
1962 * try the SysV modifier ':from=to' as fallback. This should only be
1969 * as a fallback, issue an error message using Parse_Error (preferred over
2857 time_t fallback; member in struct:ModifyWord_MtimeArgs
2879 st.st_mtime = args->fallback;
2903 if (TryParseTime(&p, &args.fallback)) {
  /src/sys/dev/ic/
athnvar.h 325 uint8_t fallback[IEEE80211_RATE_MAXSIZE]; member in struct:athn_node
athn.c 1075 /* Fallback to software crypto for other ciphers. */
1152 /* Fallback to software crypto for other ciphers. */
2434 /* Compute fallback rate for retries. */
2435 an->fallback[i] = i;
2439 an->fallback[i] = j;
2444 i, an->fallback[i]);
  /src/sys/net/
rtsock_shared.c 763 goto fallback;
772 goto fallback;
789 goto fallback;
796 fallback:
  /src/sys/net/lagg/
if_lagg.c 2715 goto fallback;
2738 goto fallback;
2742 fallback:

Completed in 66 milliseconds

1 2