/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 …]
|
H A D | UCS%GB2312EXT.src | 48 0xE76C = 0x2263 # fallback -> 0x20AC 50 0xE7C8 = 0x283F # fallback -> 0x01F9
|
/freebsd/contrib/sendmail/contrib/ |
H A D | expn.pl | 800 local(%fallback); 809 $fallback{$long} = 9; 816 $fallback{"$host.$fh"} = 1; 820 $fallback{"$host.$domain_host"} = 2; 823 $fallback{"$host$domain"} = 6 832 delete $fallback{$host}; 833 …fy_fallback{"$u *** $host"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if … 843 delete $fallback{$newhost}; 844 …fallback{"$u *** $newhost"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if … 992 local(%fallback); [all …]
|
/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_() 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_() 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/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/tools/tools/locale/tools/ |
H A D | charmaps.pm | 80 my $fallback = $attrs{fallback}; 83 $d{L}{$name}{$f}{fallback} = $fallback;
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-indirect.mk | 251 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback" 254 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
|
H A D | varname-dot-newline.mk | 26 .newline?= fallback
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.c | 282 goto fallback; in fuse_filehandle_get() 292 fallback: in fuse_filehandle_get() 317 goto fallback; in fuse_filehandle_get_anyflags() 326 fallback: in fuse_filehandle_get_anyflags()
|
/freebsd/contrib/sendmail/makemap/ |
H A D | makemap.c | 368 char *fallback = NULL; local 465 fallback =optarg; 596 if (fallback != NULL && *fallback != '\0') 598 typename = fallback; 602 progname, mapname, cfile, 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/crypto/openssl/crypto/cmp/ |
H A D | cmp_util.c | 119 static const char *improve_location_name(const char *func, const char *fallback) in improve_location_name() argument 121 if (fallback == NULL) in improve_location_name() 125 ? fallback : func; in improve_location_name()
|
/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/jemalloc/include/jemalloc/internal/ |
H A D | tsd.h | 404 tsdn_rtree_ctx(tsdn_t *tsdn, rtree_ctx_t *fallback) { in tsdn_rtree_ctx() argument 410 rtree_ctx_data_init(fallback); in tsdn_rtree_ctx() 411 return fallback; in tsdn_rtree_ctx()
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm.txt | 20 property is given, the name of the user node will be used as fallback. 41 because the name "backlight" would be used as fallback anyway.
|
/freebsd/sys/kern/ |
H A D | subr_hints.c | 170 fallback: in res_find() 221 goto fallback; in res_find() 276 goto fallback; in res_find()
|
/freebsd/bin/sh/tests/parser/ |
H A D | dollar-quote13.0 | 3 # fail to expand or expand to a fallback.
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | eeprom.c | 214 struct device_node *cur, *fallback = NULL; in mt76_find_power_limits_node() local 229 fallback = cur; in mt76_find_power_limits_node() 241 return fallback; in mt76_find_power_limits_node()
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 14 package OpenSSL::fallback;
|
/freebsd/crypto/openssl/util/ |
H A D | dofile.pl | 19 use OpenSSL::fallback "$FindBin::Bin/../external/perl/MODULES.txt";
|
/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
|
H A D | X509_digest.pod | 46 Otherwise, a fallback hash algorithm is determined as follows: 53 the I<*md_is_fallback> is set to 1 if the hash algorithm used is a fallback,
|
/freebsd/cddl/contrib/opensolaris/cmd/pyzfs/ |
H A D | pyzfs.py | 45 fallback=True).gettext
|
/freebsd/contrib/sqlite3/ |
H A D | Makefile.am | 15 …RA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback
|