/freebsd/share/i18n/csmapper/GB/ |
H A D | UCS%GBKEXT.src | 787 0xE7E7 = 0xA989 # fallback -> 0x303E 788 0xE7E8 = 0xA98A # fallback -> 0x2FF0 789 0xE7E9 = 0xA98B # fallback -> 0x2FF1 790 0xE7EA = 0xA98C # fallback -> 0x2FF2 791 0xE7EB = 0xA98D # fallback -> 0x2FF3 792 0xE7EC = 0xA98E # fallback -> 0x2FF4 793 0xE7ED = 0xA98F # fallback -> 0x2FF5 794 0xE7EE = 0xA990 # fallback -> 0x2FF6 795 0xE7EF = 0xA991 # fallback -> 0x2FF7 796 0xE7F0 = 0xA992 # fallback -> 0x2FF8 [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 10 OpenSSL::fallback - push directories to the end of @INC at compile time 14 package OpenSSL::fallback; 24 use OpenSSL::fallback LIST; 28 This small simple module simplifies the addition of fallback directories 46 use fallback 'my/stuff'; 53 use fallback 'file.txt'; 73 carp "Empty compile time value given to use fallback"; 81 croak "Parameter to use fallback must be a directory, not a file";
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-empty.mk | 8 # fallback value to the expression (but not to the variable). 27 # and other places that assume that ${:Ufallback} expands to "fallback". 35 .if ${:Ufallback} != "fallback" 40 .if ${:Ufallback} != "fallback" 45 .if ${:Ufallback} != "fallback"
|
H A D | 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
|
H A D | varmod.exp | 30 make: "varmod.mk" line 197: Invalid variable name '}', at "$} != "fallback"" 31 while evaluating "${:Ufallback$} != "fallback"" with value "" 40 make: "varmod.mk" line 221: Invalid argument 'fallback$' for modifier ':mtime'
|
H A D | varmod.mk | 57 # | `from=to` | greedy | SysV, fallback | N/A | 196 # expect+1: Invalid variable name '}', at "$} != "fallback"" 197 .if ${:Ufallback$} != "fallback" 220 # expect+1: Invalid argument 'fallback$' for modifier ':mtime' 221 .if ${.:L:mtime=fallback$}
|
H A D | 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
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnwindLLDB.cpp | 151 // If the RegisterContextUnwind has a fallback UnwindPlan, it will switch to in GetOneMoreFrame() 171 // on the stack has a fallback unwind plan it can use. Subsequent calls to in GetOneMoreFrame() 190 // If the RegisterContextUnwind has a fallback UnwindPlan, it will switch to in GetOneMoreFrame() 213 // See if we can find a fallback unwind plan for THIS frame. It may be in GetOneMoreFrame() 246 // If the RegisterContextUnwind has a fallback UnwindPlan, it will switch to in GetOneMoreFrame() 270 // If the RegisterContextUnwind has a fallback UnwindPlan, it will switch to in GetOneMoreFrame() 309 // and if Full UnwindPlan fails, then uses FallBack UnwindPlan. Also update in UpdateUnwindPlanForFirstFrameIfInvalid() 355 // to get a different frame with using the fallback unwind plan. in AddOneMoreFrame() 358 // We don't have a valid fallback unwind plan. Accept the frame as it is. in AddOneMoreFrame() 364 // different one with the newly selected fallback unwind plan. in AddOneMoreFrame() [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | expn.pl | 463 # %fallback{"$user *** $host"} tracks what is able to fallback 474 print "Fallback table $method:\n"; 488 # Undo a previous fallback so that we can try again 497 print "Fallback an MX expansion $us -> \n" if $debug; 505 print "$method Fallback = ".$fall_table{$ft}."\n" if $debug; 800 local(%fallback); 808 print "condensed fallback $host $domain_host -> $long\n" if $debug; 809 $fallback{$long} = 9; 815 print "FALLBACK $host.$fh = 1\n" if $debug > 7; 816 $fallback{"$host.$fh"} = 1; [all …]
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.c | 246 * the exact cred, and no fallback in fuse_filehandle_validrw() 259 /* Fallback: find a RDWR list entry with the right cred */ in fuse_filehandle_validrw() 282 goto fallback; in fuse_filehandle_get() 292 fallback: in fuse_filehandle_get() 293 /* Fallback: find a list entry with the right flags */ in fuse_filehandle_get() 317 goto fallback; in fuse_filehandle_get_anyflags() 326 fallback: in fuse_filehandle_get_anyflags() 327 /* Fallback: find any list entry */ in fuse_filehandle_get_anyflags()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 132 // Fallback decisions in getAdviceImpl() 134 ReplayInlinerSettings::Fallback::AlwaysInline) in getAdviceImpl() 136 this, CB, llvm::InlineCost::getAlways("AlwaysInline Fallback"), ORE, in getAdviceImpl() 139 ReplayInlinerSettings::Fallback::NeverInline) in getAdviceImpl() 145 ReplayInlinerSettings::Fallback::Original); in getAdviceImpl()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-closefrom.c | 104 goto fallback; in closefrom() 106 goto fallback; in closefrom() 109 goto fallback; in closefrom() 116 fallback: in closefrom()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_compat.ksh | 34 # The zfs_xattr_compat tunable and fallback works as expected. 52 log_assert "The zfs_xattr_compat tunable and fallback works as expected" 92 log_pass "The zfs_xattr_compat tunable and fallback works as expected"
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil_time.c | 316 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 334 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in evutil_configure_monotonic_time_() 385 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 389 if (!fallback && in evutil_configure_monotonic_time_() 501 /* Here's the fallback implementation. We have to use in evutil_GetTickCount_() 519 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 524 if (h != NULL && !fallback) { in evutil_configure_monotonic_time_() 530 if (precise && !fallback) { in evutil_configure_monotonic_time_()
|
/freebsd/contrib/libevent/ |
H A D | evutil_time.c | 316 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 334 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in evutil_configure_monotonic_time_() 385 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 389 if (!fallback && in evutil_configure_monotonic_time_() 501 /* Here's the fallback implementation. We have to use in evutil_GetTickCount_() 519 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 524 if (h != NULL && !fallback) { in evutil_configure_monotonic_time_() 530 if (precise && !fallback) { in evutil_configure_monotonic_time_()
|
/freebsd/sys/kern/ |
H A D | subr_hints.c | 168 * fallback when searching the dynamic environment. in res_find() 170 fallback: in res_find() 194 /* We'll fallback to static_hints if needed/can */ in res_find() 217 * to run through the proper fallback procedure again. in res_find() 221 goto fallback; in res_find() 276 goto fallback; in res_find() 304 * dynamic hints first as overrides for static or fallback hints.
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.h | 122 /** fallback to the internet on failure or ttl-expiry of auth zone */ 124 /** the zone has expired (enabled by the xfer worker), fallback 529 * @param fallback: if true, fallback to making a query to the internet. 532 * If the dp_nm is not found, fallback is set to true and false returned. 535 * if 0 and fallback is true, fallback to the internet. 536 * if 0 and fallback is false, like getting servfail. 540 struct regional* region, struct dns_msg** msg, int* fallback, 587 /** set auth zone fallback. caller must have lock on zone. 591 /** see if the auth zone for the name can fallback 597 * if the zone does not exist, fallback is true (more lenient)
|
/freebsd/tools/tools/locale/tools/ |
H A D | charmaps.pm | 80 my $fallback = $attrs{fallback}; 83 $d{L}{$name}{$f}{fallback} = $fallback;
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | ompx.h.var | 33 /// These extensions exist for the host to allow fallback implementations, 38 /// block dimension. This fallback is not supposed to be optimal and should be 61 // TODO: The following implementation is for host fallback. We need to disable 62 // generation of host fallback in kernel language mode.
|
/freebsd/contrib/unbound/iterator/ |
H A D | iterator.h | 67 * its subqueries when fallback has kicked in */ 328 /** state for 0x20 fallback when capsfail happens, 0 not a fallback */ 333 * no response had been seen prior to starting the fallback. */ 363 /** Delegation point that triggered the NXNS fallback; shared with 366 * This also marks the fallback activation. */ 455 * capsforid fallback should be started.*/
|
H A D | iterator.c | 990 * yet, unless we want to fallback and avoid the auth_zone */ in prime_stub() 1092 /* cache is blacklisted and fallback, and we in auth_zone_delegpt() 1098 "fallback because cache blacklisted", in auth_zone_delegpt() 1110 * fallback to the internet, query there. */ in auth_zone_delegpt() 1115 "fallback because cache blacklisted", in auth_zone_delegpt() 1127 return 1; /* just fallback */ in auth_zone_delegpt() 1139 return 1; /* just fallback */ in auth_zone_delegpt() 1732 "fallback to config"); in processInitRequest() 1735 "stub/fwd fallback"); in processInitRequest() 1736 errinf(qstate, "malloc failure, for fallback to config"); in processInitRequest() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 92 it does not disable the fallback providers if the provider cannot be 95 fallback providers are disabled. 108 fallback. 109 See L<OSSL_PROVIDER-default(7)> for more information on this fallback
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | ath79-ddr-controller.txt | 11 "qca,[ar7100|ar7240]-ddr-controller" as fallback. 13 fallback, otherwise "qca,ar7240-ddr-controller" should be used.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnwindLLDB.h | 141 // If not then try Fallback UnwindPlan of the frame. If Fallback 143 // Fallback UnwindPlan.
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | MKfallback.sh | 32 # MKfallback.sh -- create fallback table for entry reads 93 /* fallback entries for: $* */ 139 echo " /* the fallback list is empty */";
|