Searched refs:fallback (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/dtc/
H A Ddtc.c124 static const char *guess_type_by_name(const char *fname, const char *fallback) argument
130 return fallback;
135 return fallback;
138 static const char *guess_input_format(const char *fname, const char *fallback) argument
145 return fallback;
151 return fallback;
155 return fallback;
158 return fallback;
166 return guess_type_by_name(fname, fallback);
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.am16 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py45 fallback=True).gettext variable
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcharmaps.pm57 my $fallback = $attrs{fallback};
60 $d{L}{$name}{$f}{fallback} = $fallback;
H A Dcldr2def.pl500 && defined $languages{$l}{$f}{fallback}) {
501 $file = $languages{$l}{$f}{fallback};
508 "Cannot open $file.$DEFENCODING.src or fallback\n";
570 && defined $languages{$l}{$f}{fallback}) {
571 $file = $languages{$l}{$f}{fallback};
578 "Cannot open $file.$DEFENCODING.src or fallback\n";
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil_time.c233 const int fallback = flags & EV_MONOT_FALLBACK; local
244 if (! precise && ! fallback) {
251 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
302 const int fallback = flags & EV_MONOT_FALLBACK; local
306 if (!fallback &&
418 /* Here's the fallback implementation. We have to use
436 const int fallback = flags & EV_MONOT_FALLBACK; local
441 if (h != NULL && !fallback) {
447 if (precise && !fallback) {
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl463 # %fallback{"$user *** $host"} tracks what is able to fallback
488 # Undo a previous fallback so that we can try again
800 local(%fallback);
808 print "condensed fallback $host $domain_host -> $long\n" if $debug;
809 $fallback{$long} = 9;
816 $fallback{"$host.$fh"} = 1;
820 $fallback{"$host.$domain_host"} = 2;
823 $fallback{"$host$domain"} = 6
832 delete $fallback{
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1473 # %fallback{"$user *** $host"} tracks what is able to fallback
498 # Undo a previous fallback so that we can try again
810 local(%fallback);
818 print "condensed fallback $host $domain_host -> $long\n" if $debug;
819 $fallback{$long} = 9;
826 $fallback{"$host.$fh"} = 1;
830 $fallback{"$host.$domain_host"} = 2;
833 $fallback{"$host$domain"} = 6
842 delete $fallback{
[all...]
H A Dexpn.in472 # %fallback{"$user *** $host"} tracks what is able to fallback
497 # Undo a previous fallback so that we can try again
809 local(%fallback);
817 print "condensed fallback $host $domain_host -> $long\n" if $debug;
818 $fallback{$long} = 9;
825 $fallback{"$host.$fh"} = 1;
829 $fallback{"$host.$domain_host"} = 2;
832 $fallback{"$host$domain"} = 6
841 delete $fallback{
[all...]
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c271 char *fallback = NULL; local
345 fallback =optarg;
470 if (fallback != NULL && *fallback != '\0')
472 typename = fallback;
475 "%s: mapfile %s: not found in %s, using fallback %s\n",
476 progname, mapname, cfile, fallback);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh31 # MKfallback.sh -- create fallback table for entry reads
85 /* fallback entries for: $* */
128 echo " /* the fallback list is empty */";
H A Dlib_setup.c380 /* the ultimate fallback, assume fixed 24x80 size */
718 /* try fallback list if entry on disk */
720 const TERMTYPE *fallback = _nc_fallback(tname); local
722 if (fallback) {
723 _nc_copy_termtype(&(termp->type), fallback);
/freebsd-11-stable/sys/kern/
H A Dsubr_hints.c169 * fallback when searching the dynamic environment.
171 fallback:
195 /* We'll fallback to static_hints if needed/can */
218 * to run through the proper fallback procedure again.
222 goto fallback;
273 goto fallback;
301 * dynamic hints first as overrides for static or fallback hints.
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py42 fallback=True).gettext variable
/freebsd-11-stable/sys/netinet/
H A Dtcp_pcap.c195 fallback:
218 goto fallback;
/freebsd-11-stable/contrib/gdb/
H A Dltconfig35 elif test "X$1" = X--fallback-echo; then
46 if test "X$1" = X--fallback-echo; then
47 # used as fallback echo
127 elif echo_testing_string=`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null` &&
129 echo_testing_string=`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
135 echo="$CONFIG_SHELL $0 --fallback-echo"
136 elif echo_testing_string=`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null` &&
138 echo_testing_string=`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
140 echo="$CONFIG_SHELL $0 --fallback-echo"
790 while test "X"`$CONFIG_SHELL $0 --fallback
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c1707 tree *post_p, fallback_t fallback)
1821 fallback | fb_lvalue);
1866 tret = gimplify_expr (p, pre_p, post_p, is_gimple_min_lval, fallback);
1870 if ((fallback & fb_rvalue) && TREE_CODE (*expr_p) == COMPONENT_REF)
2425 gimplify_cond_expr (tree *expr_p, tree *pre_p, fallback_t fallback)
2439 if ((fallback & fb_lvalue) == 0)
5364 /* The ultimate fallback is wrapping the operation in a mutex. */
5399 bool (* gimple_test_f) (tree), fallback_t fallback)
5471 fallback != fb_none);
5481 fallback
1705 gimplify_compound_lval(tree *expr_p, tree *pre_p, tree *post_p, fallback_t fallback) argument
2424 gimplify_cond_expr(tree *expr_p, tree *pre_p, fallback_t fallback) argument
5397 gimplify_expr(tree *expr_p, tree *pre_p, tree *post_p, bool (* gimple_test_f) (tree), fallback_t fallback) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1287 const int fallback = strstr(data->setup_data, "fallback") != NULL; local
1294 if (fallback)
1296 if (precise || fallback) {
1310 TT_BLATHER(("Fallback = %d", fallback));
1344 const int fallback = strstr(data->setup_data, "fallback") != NULL; local
1352 if (fallback)
1407 { "monotonic_res_fallback", test_evutil_monotonic_res, TT_OFF_BY_DEFAULT, &basic_setup, (void*)"fallback" },
1410 { "monotonic_prc_fallback", test_evutil_monotonic_prc, 0, &basic_setup, (void*)"fallback" },
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c109 exec_shell(const char *shell, int fallback) argument
127 if(fallback){
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_soc.c409 goto fallback;
414 fallback:
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in162 ./fallback.c \
213 ./fallback.c : $(tinfo)/MKfallback.sh
/freebsd-11-stable/contrib/ldns/ldns/
H A Dresolver.h91 /** Use new fallback mechanism (try EDNS, then do TCP) */
193 * Get the truncation fallback status
195 * \return whether the truncation fallback mechanism is used
476 * Set whether the resolvers truncation fallback mechanism is used
479 * \param[in] fallback whether to use the fallback mechanism
481 void ldns_resolver_set_fallback(ldns_resolver *r, bool fallback);
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.h122 /** fallback to the internet on failure or ttl-expiry of auth zone */
124 /** the zone has expired (enabled by the xfer worker), fallback
515 * @param fallback: if true, fallback to making a query to the internet.
518 * If the dp_nm is not found, fallback is set to true and false returned.
521 * if 0 and fallback is true, fallback to the internet.
522 * if 0 and fallback is false, like getting servfail.
526 struct regional* region, struct dns_msg** msg, int* fallback,
573 /** set auth zone fallback
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c241 init_port(const char *s, int fallback) argument
249 return fallback;
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c171 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) argument
192 if (fallback)

Completed in 356 milliseconds

12