/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/crypto/krb5/src/tests/gssapi/ |
H A D | t_ccselect.py | 26 # fallback realm tests we need to control the precise server hostname, 43 # krb5_cc_select() will use the fallback realm, which is either the 79 # Create host principals and keytabs for fallback realm tests. 123 # Check ccache selection using a fallback realm. 126 fail('alice not chosen via parent domain fallback') 129 fail('zaphod not chosen via parent domain fallback') 130 # Check ccache selection using a fallback realm (default realm). 133 fail('alice not chosen via default realm fallback') 136 fail('zaphod not chosen via default realm fallback') 138 # Check that realm ccselect fallback works correctly
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_sn2princ.py | 14 'dns_canonicalize_hostname': 'fallback'}} 48 # Test with the host-based name type with canonicalization fallback. 88 # Test fallback canonicalization krb5_sname_to_principal() results. 89 mark('dns_canonicalize_host=fallback') 102 # Test fallback canonicalization in krb5_get_credentials(). 113 # fallback for oprinc. 130 # Test fallback canonicalization for krb5_rd_req(). 137 # Test fallback canonicalization for getting initial creds with a keytab.
|
H A D | t_preauth.py | 78 # module disabled fallback. 79 mark('optimistic (KDC failure, no fallback)') 130 # stopping because the test module disabled fallback. 131 mark('second round-trip (client failure, no fallback)') 174 # stopping because the test module disabled fallback. 175 mark('second round-trip (KDC failure, no fallback)') 234 # module disabled fallback. 235 mark('tryagain (client failure, no fallback)')
|
H A D | t_hostrealm.py | 82 mark('fallback: domain module') 87 mark('fallback: realm_try_domains = 0') 96 mark('fallback: realm_try_domains = 2') 106 mark('fallback: test1 module') 111 mark('fallback: default realm')
|
/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 | posix-varassign.mk | 50 VAR?= fallback 55 VAR?= fallback 56 .if ${VAR} != "fallback"
|
H A D | varmod.exp | 31 make: varmod.mk:207: Invalid variable name '}', at "$} != "fallback"" 32 while evaluating "${:Ufallback$} != "fallback"" with value "" 41 make: varmod.mk:231: Invalid argument 'fallback$' for modifier ':mtime'
|
/freebsd/contrib/pam-krb5/tests/module/ |
H A D | alt-auth-t.c | 104 * and then test fallback to normal authentication when alternative in main() 110 run_script("data/scripts/alt-auth/fallback", &config); in main() 111 run_script("data/scripts/alt-auth/fallback-debug", &config); in main() 112 run_script("data/scripts/alt-auth/fallback-realm", &config); in main() 113 run_script("data/scripts/alt-auth/force-fallback", &config); in main()
|
/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 | 35 # The zfs_xattr_compat tunable and fallback works as expected. 53 log_assert "The zfs_xattr_compat tunable and fallback works as expected" 93 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 | 119 /** fallback to the internet on failure or ttl-expiry of auth zone */ 121 /** the zone has expired (enabled by the xfer worker), fallback 528 * @param fallback: if true, fallback to making a query to the internet. 531 * If the dp_nm is not found, fallback is set to true and false returned. 534 * if 0 and fallback is true, fallback to the internet. 535 * if 0 and fallback is false, like getting servfail. 539 struct regional* region, struct dns_msg** msg, int* fallback, 586 /** set auth zone fallback [all...] |
/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/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file_range.c | 110 * an appropriate fallback, and a generic fallback function is provided. in zpl_copy_file_range() 118 * Since 6.8 the fallback function is called splice_copy_file_range in zpl_copy_file_range() 128 * to the kernel that it should fallback to a content copy. in zpl_copy_file_range()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | os-proto.h | 89 * host-to-realm lookup, which ordinarily happens during fallback processing 94 * no_hostrealm only applies if fallback processing is in use 95 * (dns_canonicalize_hostname = fallback). It will not remove the realm if 97 * realm. subst_defrealm applies whether or not fallback processing is in use.
|