Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd/share/i18n/csmapper/GB/
H A DUCS%GBKEXT.src787 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 DUCS%GB2312EXT.src48 0xE76C = 0x2263 # fallback -> 0x20AC
50 0xE7C8 = 0x283F # fallback -> 0x01F9
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl800 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 Devutil_time.c316 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 Devutil_time.c316 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 Dbsd-closefrom.c104 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 Dcharmaps.pm80 my $fallback = $attrs{fallback};
83 $d{L}{$name}{$f}{fallback} = $fallback;
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk246 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback"
249 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
H A Dposix-varassign.mk50 VAR?= fallback
55 VAR?= fallback
H A Dvarmod.exp30 make: varmod.mk:206: Invalid variable name "}", at "$} != "fallback""
31 while evaluating "${:Ufallback$} != "fallback"" with value ""
H A Dvarname-dot-newline.mk26 .newline?= fallback
/freebsd/sys/fs/fuse/
H A Dfuse_file.c282 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 Dmakemap.c368 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 Dath79-ddr-controller.txt11 "qca,[ar7100|ar7240]-ddr-controller" as fallback.
13 fallback, otherwise "qca,ar7240-ddr-controller" should be used.
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_util.c113 * substitute fallback if component/function name is NULL or empty or contains
116 static const char *improve_location_name(const char *func, const char *fallback)
118 if (fallback == NULL) in improve_location_name() argument
122 ? fallback in improve_location_name()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var33 /// 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 Dtsd.h475 tsdn_rtree_ctx(tsdn_t *tsdn, rtree_ctx_t *fallback) {
477 * If tsd cannot be accessed, initialize the fallback rtree_ctx and
481 rtree_ctx_data_init(fallback);
482 return fallback;
404 tsdn_rtree_ctx(tsdn_t * tsdn,rtree_ctx_t * fallback) tsdn_rtree_ctx() argument
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm.txt20 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/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_rv64i.inc48 * For AES-192 case, we could fallback to `AES_set_encrypt_key`.
81 * For AES-192 case, we could fallback to `AES_set_encrypt_key`.
/freebsd/sys/kern/
H A Dsubr_hints.c170 fallback: in res_find()
221 goto fallback; in res_find()
276 goto fallback; in res_find()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-skov-basic.dts8 model = "SKOV IMX8MP CPU basic/fallback";
/freebsd/bin/sh/tests/parser/
H A Ddollar-quote13.03 # fail to expand or expand to a fallback.
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dfallback.pm14 package OpenSSL::fallback;
/freebsd/crypto/openssl/util/
H A Ddofile.pl19 use OpenSSL::fallback "$FindBin::Bin/../external/perl/MODULES.txt";
/freebsd/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py45 fallback=True).gettext

1234567891011