| /freebsd-13.1/share/i18n/csmapper/GB/ |
| H A D | UCS%GBKEXT.src | 788 0xE7E7 = 0xA989 # fallback -> 0x303E 789 0xE7E8 = 0xA98A # fallback -> 0x2FF0 790 0xE7E9 = 0xA98B # fallback -> 0x2FF1 791 0xE7EA = 0xA98C # fallback -> 0x2FF2 792 0xE7EB = 0xA98D # fallback -> 0x2FF3 793 0xE7EC = 0xA98E # fallback -> 0x2FF4 794 0xE7ED = 0xA98F # fallback -> 0x2FF5 795 0xE7EE = 0xA990 # fallback -> 0x2FF6 796 0xE7EF = 0xA991 # fallback -> 0x2FF7 797 0xE7F0 = 0xA992 # fallback -> 0x2FF8 [all …]
|
| H A D | UCS%GB2312EXT.src | 49 0xE76C = 0x2263 # fallback -> 0x20AC 51 0xE7C8 = 0x283F # fallback -> 0x01F9
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | expn.pl | 800 local(%fallback); 809 $fallback{$long} = 9; 816 $fallback{"$host.$fh"} = 1; 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); 1020 $fallback{$pref} .= " $nh"; [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evutil_time.c | 233 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 244 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 251 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in evutil_configure_monotonic_time_() 302 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 306 if (!fallback && in evutil_configure_monotonic_time_() 436 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 441 if (h != NULL && !fallback) { in evutil_configure_monotonic_time_() 447 if (precise && !fallback) { in evutil_configure_monotonic_time_()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evutil_time.c | 271 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 282 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 289 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in evutil_configure_monotonic_time_() 340 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 344 if (!fallback && in evutil_configure_monotonic_time_() 474 const int fallback = flags & EV_MONOT_FALLBACK; in evutil_configure_monotonic_time_() local 479 if (h != NULL && !fallback) { in evutil_configure_monotonic_time_() 485 if (precise && !fallback) { in evutil_configure_monotonic_time_()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-closefrom.c | 106 goto fallback; in closefrom() 108 goto fallback; in closefrom() 111 goto fallback; in closefrom() 118 fallback: in closefrom()
|
| /freebsd-13.1/tools/tools/locale/tools/ |
| H A D | charmaps.pm | 81 my $fallback = $attrs{fallback}; 84 $d{L}{$name}{$f}{fallback} = $fallback;
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmod-indirect.mk | 240 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback" 243 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
|
| /freebsd-13.1/contrib/sendmail/makemap/ |
| H A D | makemap.c | 271 char *fallback = NULL; local 345 fallback =optarg; 470 if (fallback != NULL && *fallback != '\0') 472 typename = fallback; 476 progname, mapname, cfile, fallback);
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_file.c | 288 goto fallback; in fuse_filehandle_get() 298 fallback: in fuse_filehandle_get() 323 goto fallback; in fuse_filehandle_get_anyflags() 332 fallback: in fuse_filehandle_get_anyflags()
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/sys/kern/ |
| H A D | subr_hints.c | 173 fallback: in res_find() 224 goto fallback; in res_find() 279 goto fallback; in res_find()
|
| /freebsd-13.1/bin/sh/tests/parser/ |
| H A D | dollar-quote13.0 | 4 # fail to expand or expand to a fallback.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | lvds-codec.yaml | 39 - const: lvds-encoder # Generic LVDS encoder compatible fallback 43 - const: lvds-decoder # Generic LVDS decoders compatible fallback
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | Makefile.am | 16 …RA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/pyzfs/ |
| H A D | pyzfs.py | 45 fallback=True).gettext
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | sbs_sbs-charger.txt | 5 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | renesas,h8300h-intc.txt | 5 - compatible: has to be "renesas,h8300h-intc", "renesas,h8300-intc" as fallback.
|
| H A D | renesas,h8s-intc.txt | 5 - compatible: has to be "renesas,h8s-intc", "renesas,h8300-intc" as fallback.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/reset/ |
| H A D | ath79-reset.txt | 8 as fallback
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-ath79.txt | 4 - compatible: has to be "qca,<soc-type>-spi", "qca,ar7100-spi" as fallback.
|
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_pcap.c | 195 fallback: in tcp_pcap_copy_bestfit() 218 goto fallback; in tcp_pcap_copy_bestfit()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | cpus.txt | 12 Definition: Should be "andestech,<core_name>", "andestech,nds32v3" as fallback.
|