| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | histsearch.c | 69 register int i, reverse; in history_search_internal() local 76 reverse = (direction < 0); in history_search_internal() 88 if (!history_length || ((i >= history_length) && !reverse)) in history_search_internal() 91 if (reverse && (i >= history_length)) in history_search_internal() 94 #define NEXT_LINE() do { if (reverse) i--; else i++; } while (0) in history_search_internal() 103 if ((reverse && i < 0) || (!reverse && i == history_length)) in history_search_internal() 141 if (reverse) in history_search_internal()
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | histsearch.c | 69 register int i, reverse; in history_search_internal() local 76 reverse = (direction < 0); in history_search_internal() 88 if (!history_length || ((i >= history_length) && !reverse)) in history_search_internal() 91 if (reverse && (i >= history_length)) in history_search_internal() 94 #define NEXT_LINE() do { if (reverse) i--; else i++; } while (0) in history_search_internal() 103 if ((reverse && i < 0) || (!reverse && i == history_length)) in history_search_internal() 141 if (reverse) in history_search_internal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | core.py | 229 def __init__(self, module, reverse=False): argument 231 self.reverse = reverse 232 if self.reverse: 244 if self.reverse: 257 return Module.__function_iterator(self, reverse=True) 300 def __init__(self, function, reverse=False): argument 302 self.reverse = reverse 303 if self.reverse: 315 if self.reverse: 328 return Function.__bb_iterator(self, reverse=True) [all …]
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | framebuffer.cpp | 97 BOOL reverse = HPC_PREFERENCE.reverse_video; in type() local 104 type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0; in type() 107 type = reverse ? BIFB_D4_M2L_F : BIFB_D4_M2L_0; in type() 110 type = reverse ? BIFB_D8_FF : BIFB_D8_00; in type() 113 type = reverse ? BIFB_D16_FFFF : BIFB_D16_0000; in type()
|
| /netbsd-src/usr.bin/patch/ |
| H A D | patch.c | 84 bool reverse = false; variable 270 reverse = !reverse; in main() 278 reverse = !reverse; in main() 283 reverse = !reverse; in main() 289 reverse ? "R" : "Unr", in main() 290 reverse ? "" : "not ", in main() 291 reverse ? "Assuming" : "Ignoring"); in main() 294 reverse ? "R" : "Unr", in main() 295 reverse ? "" : "not ", in main() 296 reverse ? "Assume" : "Ignore"); in main() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
| H A D | example1b.rst | 8 This example shows how reverse lookup can be done using unbound module. 10 For the reverse DNS records, the special domain in-addr.arpa is reserved. 26 …status, result = ctx.resolve(unbound.reverse("74.125.43.147") + ".in-addr.arpa.", unbound.RR_TYPE_… 33 :meth:`unbound.reverse` function which reverses the hostname components. 36 def reverse(domain):
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-match.h | 127 bool reverse; variable 138 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false), in gimple_match_op() 150 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 161 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 171 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 182 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 194 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 208 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 271 reverse = reverse_in; in set_op()
|
| H A D | expmed.c | 743 rtx value, bool reverse, bool fallback_p) in store_bit_field_1() argument 798 if (reverse) in store_bit_field_1() 811 if (reverse) in store_bit_field_1() 826 if (reverse) in store_bit_field_1() 855 && !reverse) in store_bit_field_1() 867 reverse, fallback_p); in store_bit_field_1() 877 fieldmode, value, reverse, fallback_p); in store_bit_field_1() 892 rtx value, bool reverse, bool fallback_p) in store_integral_bit_field() argument 898 && !reverse in store_integral_bit_field() 970 = backwards ^ reverse in store_integral_bit_field() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-match.h | 159 bool reverse; variable 170 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false), in gimple_match_op() 182 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 193 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 203 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 214 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 226 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 240 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op() 303 reverse = reverse_in; in set_op()
|
| H A D | expmed.cc | 747 rtx value, bool reverse, bool fallback_p) in store_bit_field_1() argument 802 if (reverse) in store_bit_field_1() 816 if (reverse) in store_bit_field_1() 831 if (reverse) in store_bit_field_1() 860 && !reverse) in store_bit_field_1() 872 reverse, fallback_p); in store_bit_field_1() 882 fieldmode, value, reverse, fallback_p); in store_bit_field_1() 897 rtx value, bool reverse, bool fallback_p) in store_integral_bit_field() argument 903 && !reverse in store_integral_bit_field() 975 = backwards ^ reverse in store_integral_bit_field() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-host.c | 164 massage_qname(const char* nm, int* reverse) in massage_qname() argument 169 *reverse = 1; in massage_qname() 171 *reverse = 1; in massage_qname() 184 massage_type(const char* t, int reverse, int* multi) in massage_type() argument 195 if(!t && reverse) in massage_type() 389 int reverse = 0; /* we are doing a reverse lookup */ in lookup() local 390 char* realq = massage_qname(nm, &reverse); in lookup() 391 int t = massage_type(qt, reverse, &multi); in lookup()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| H A D | Test.pm | 201 my $reverse = __cwd($subdir,%opts); 203 unless $reverse; 207 __cwd($reverse); 1016 my $reverse = abs2rel($abscurdir, $absdir); 1020 return $reverse; 1025 if $reverse eq $abscurdir; 1031 return "." if $reverse eq ""; 1093 print STDERR " the way back is \"$reverse\"\n"; 1096 return $reverse;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| H A D | Test.pm | 203 my $reverse = __cwd($subdir,%opts); 205 unless $reverse; 209 __cwd($reverse); 1094 my $reverse = abs2rel($abscurdir, $absdir); 1098 return $reverse; 1103 if $reverse eq $abscurdir; 1109 return "." if $reverse eq ""; 1177 print STDERR " the way back is \"$reverse\"\n"; 1180 return $reverse;
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | config-resolve.inc.rst | 138 user zone files. However, certain applications may issue **reverse map** 140 defined in one or more reverse-mapped zone file(s), the resolver sends them to 144 Private IP addresses may be defined using standard :ref:`reverse-mapping 150 genuine answer to such reverse-mapped requests or they will fail to function. 151 Mail systems in particular perform reverse DNS queries as a first-line spam 152 check; in this case a reverse-mapped zone file is essential. The sample 154 resolver provide a reverse-mapping zone file for the private IP address 156 file<base_zone_file>`, as an illustration of the reverse-map technique. The 162 ; reverse map zone file for 192.168.254.4 only 209 // this ensures that any reverse map for private IPs [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | bug1.in | 17 # heap at the end of the queue file, and is followed by a reverse 22 # While following the reverse pointer record after the update #1 26 # was located after the reverse pointer record. That was not the 29 # reverse pointer to what used to be the end of the queue file, but
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | call | 12 # Simple, just reverse two things 14 reverse = $2 $1 44 all: ; @echo '$(call reverse,bar,foo)'; \ 45 echo '$(call map,origin,MAKE reverse map)'; \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | salt-des.c | 144 int reverse = 0; in DES_string_to_key_int() local 154 if (!reverse) in DES_string_to_key_int() 159 reverse = !reverse; in DES_string_to_key_int()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | reversedx6.in6 | 1 # reverse data expression 8 match if option dhcp6.client-data = reverse(2 & 2, "foobar");
|
| H A D | reversedx6.out | 2 # reverse data expression 10 /// from: match if (option dhcp6.client-data) = (reverse(2 & 2, 'foobar'))
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | config.d | 78 string rt_configOption(string opt, scope rt_configCallBack dg = null, bool reverse = false) @nogc n… 83 string s = (reverse ? rt_linkOption(opt, dg) : rt_cmdlineOption(opt, dg)); 89 s = (reverse ? rt_cmdlineOption(opt, dg) : rt_linkOption(opt, dg));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | config.d | 83 string rt_configOption(string opt, scope rt_configCallBack dg = null, bool reverse = false) @nogc n… 88 string s = (reverse ? rt_linkOption(opt, dg) : rt_cmdlineOption(opt, dg)); 94 s = (reverse ? rt_cmdlineOption(opt, dg) : rt_linkOption(opt, dg));
|
| /netbsd-src/external/gpl3/autoconf/dist/bin/ |
| H A D | autoheader.in | 135 reverse (@prepend_include), @include); 137 reverse (@prepend_include), @include); 139 reverse (@prepend_include), @include);
|
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | fix_unaligned.c | 382 reverse = flags & UAF_REVERSE, in do_lst() local 399 if (reverse) in do_lst() 404 if (reverse) in do_lst() 415 tf->tf_fixreg[rs] = reverse ? in do_lst() 418 tf->tf_fixreg[rs] = reverse ? in do_lst()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | passwd.c | 50 int reverse, size_t pw_maxlen, passwd_modes mode); 103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local 140 reverse = 1; in passwd_main() 263 quiet, table, reverse, pw_maxlen, mode)) in passwd_main() 287 table, reverse, pw_maxlen, mode)) in passwd_main() 779 int reverse, size_t pw_maxlen, passwd_modes mode) in do_passwd() argument 837 if (table && !reverse) in do_passwd() 839 else if (table && reverse) in do_passwd()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | passwd.c | 51 int reverse, size_t pw_maxlen, passwd_modes mode); 93 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local 130 reverse = 1; in passwd_main() 260 quiet, table, reverse, pw_maxlen, mode)) in passwd_main() 284 table, reverse, pw_maxlen, mode)) in passwd_main() 776 int reverse, size_t pw_maxlen, passwd_modes mode) in do_passwd() argument 843 if (table && !reverse) in do_passwd() 845 else if (table && reverse) in do_passwd()
|