/freebsd/lib/libvgl/ |
H A D | simple.c | 188 int sign_x, sign_y, step, reverse, i; in VGLLine() local 202 reverse = 1; in VGLLine() 204 reverse = 0; in VGLLine() 225 plot(object, x, y, reverse, color); in VGLLine() 229 plot(object, x1, y1, reverse, color); /* plot first two points */ in VGLLine() 241 plot(object, x, y, reverse, color); in VGLLine() 242 plot(object, ++x, y, reverse, color); in VGLLine() 244 plot(object, x1, y1, reverse, color); in VGLLine() 245 plot(object, --x1, y1, reverse, color); in VGLLine() 250 plot(object, x, y, reverse, color); in VGLLine() [all …]
|
/freebsd/usr.bin/col/ |
H A D | col.1 | 36 .Nd filter reverse line feeds from input 44 utility filters out reverse (and half reverse) line feeds so that the output is 91 reverse line feed (escape then bell). 93 reverse line feed (escape then 7). 95 half reverse line feed (escape then backspace). 97 half reverse line feed (escape then 8). 120 reverse line feed (11)
|
/freebsd/usr.bin/tail/tests/ |
H A D | tail_test.sh | 30 atf_set "descr" "Reverse an empty file" 44 atf_set "descr" "Reverse a file" 67 atf_set "descr" "Reverse the last two lines of a file" 91 atf_set "descr" "Reverse a pipe whose first character is a newline" 110 atf_set "descr" "Reverse a file and display the last 28 characters" 132 atf_set "descr" "Reverse a file and display the last 28 characters" 154 atf_set "descr" "Reverse a long file" 169 atf_set "descr" "Reverse a file that's too long to store in RAM" 173 # When we reverse a file that's too long for RAM, tail should drop the 195 atf_set "descr" "Reverse a long file with extremely long lines" [all …]
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 80 int reverse; in hostmode() local 83 reverse = 1; in hostmode() 87 reverse = 0; in hostmode() 92 herror(reverse? bt_ntoa(&ba, bastr) : arg); in hostmode() 97 printf("%s", reverse? he->h_name : in hostmode() 101 reverse? bt_ntoa(&ba, bastr) : arg, in hostmode() 102 reverse? "name" : "address", in hostmode() 103 reverse? he->h_name : in hostmode()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | attributes | 4 # set reverse and bold 5 call OK attr_set ($BOLD | $REVERSE) 2 7 call3 OK ($ACS_IS_WACS | $BOLD | $REVERSE) 2 attr_get 8 # turn off reverse 9 call OK attr_off $REVERSE
|
/freebsd/crypto/krb5/doc/admin/ |
H A D | princ_dns.rst | 43 ``true`` (the default), the client will then perform a reverse lookup 65 Reverse DNS mismatches 69 not its reverse DNS. The reverse DNS is sometimes under the control 71 may not have much influence in setting up reverse DNS records for its 73 reverse DNS to match, it is best to set ``rdns = false`` on client 101 reverse DNS information does not match this canonical hostname, an 122 OpenLDAP's SASL implementation performs reverse DNS lookup in order to
|
/freebsd/crypto/krb5/doc/html/_sources/admin/ |
H A D | princ_dns.rst.txt | 43 ``true`` (the default), the client will then perform a reverse lookup 65 Reverse DNS mismatches 69 not its reverse DNS. The reverse DNS is sometimes under the control 71 may not have much influence in setting up reverse DNS records for its 73 reverse DNS to match, it is best to set ``rdns = false`` on client 101 reverse DNS information does not match this canonical hostname, an 122 OpenLDAP's SASL implementation performs reverse DNS lookup in order to
|
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 58 * reverse -- display input in reverse order by line. 76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() function 78 if (style != REVERSE && off == 0) in reverse() 93 case REVERSE: in reverse() 102 * r_reg -- display a regular file in reverse order by line. 155 if (off == 0 && style != REVERSE) { in r_reg() 177 * r_buf -- display a non-regular file in reverse order by line. 180 * doubly linked list of buffers and then displays them in reverse order. 235 * Now print the lines in reverse order in r_buf()
|
/freebsd/libexec/revnetgroup/ |
H A D | revnetgroup.8 | 36 .Nd "generate reverse netgroup data" 47 .Pa reverse netgroup 51 group, the reverse netgroup format specifies what groups are associated 59 These reverse netgroup maps are used to help speed up 72 By contrast, the reverse 81 By constructing these reverse netgroup databases (and the corresponding
|
/freebsd/share/man/man4/ |
H A D | screen.4 | 121 SD E[nT Scroll display n lines down (reverse) sr/SR 129 n= 7 reverse 133 n= 27 remove reverse 163 -- E[5;nx Set normal ANSI reverse background -- 166 -- E[6;nx Set normal ANSI reverse foreground -- 178 -- E[7;nx Set normal reverse video attribute -- 221 -- E[=nH Set normal reverse foreground color -- 224 -- E[=nI Set normal reverse background color --
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 80 bool reverse = false; variable 243 * the hunk if they opt to reverse it, but we want to make sure in main() 312 reverse = !reverse; in main() 320 reverse = !reverse; in main() 325 reverse = !reverse; in main() 331 reverse ? "R" : "Unr", in main() 332 reverse ? "Assuming" : "Ignoring"); in main() 335 reverse ? "R" : "Unr", in main() 336 reverse ? "Assume" : "Ignore"); in main() 344 reverse = !reverse; in main() [all …]
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_sn2princ.py | 40 # Test with the host-based name type with reverse lookup disabled. 84 # and reverse resolving to these names. 150 # Verify reverse resolution before testing for it. 154 skip_rest('reverse sn2princ tests', 'cannot reverse resolve %s' % oname) 157 skip_rest('reverse sn2princ tests', 158 '%s reverse resolves to %s ' 161 # Test default canonicalization (forward and reverse lookup).
|
/freebsd/usr.sbin/bsdconfig/startup/ |
H A D | misc | 310 ?" [X] "*) toggled=1 reverse=NO ;; 311 *) toggled= reverse=YES 318 'f_sysrc_set apm_enable "%s"' "$reverse" ;; 321 'f_sysrc_set named_enable "%s"' "$reverse" ;; 324 'f_sysrc_set accounting_enable "%s"' "$reverse" ;; 327 'f_sysrc_set lpd_enable "%s"' "$reverse" ;; 331 'f_sysrc_set nis_client_enable "%s"' "$reverse" 333 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \ 338 'f_sysrc_set nis_server_enable "%s"' "$reverse" 340 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
H A D | zfs_list.kshlib | 73 # A function that verifies reverse sort order. It takes as input 86 log_note "Checking reverse sort by '$name'," \ 87 "expecting the reverse of '$list'" 100 "the reverse of '$EXPECTED'" 101 log_fail "ERROR: Reverse sort by '$name' fails."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/ |
H A D | zfs_list.kshlib | 78 # A function that verifies reverse sort order. It takes as input 91 log_note "Checking reverse sort by '$name'," \ 92 "expecting the reverse of '$list'" 105 "the reverse of '$EXPECTED'" 106 log_fail "ERROR: Reverse sort by '$name' fails."
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 91 printf(" If an ip-address is given a reverse lookup is done.\n"); in usage() 117 /** determine if str is ip4 and put into reverse lookup format */ 134 /** determine if str is ip6 and put into reverse lookup format */ 166 massage_qname(const char* nm, int* reverse) in massage_qname() argument 168 /* recognise IP4 and IP6, create reverse addresses if needed */ in massage_qname() 171 *reverse = 1; in massage_qname() 173 *reverse = 1; in massage_qname() 186 massage_type(const char* t, int reverse, int* multi) in massage_type() argument 197 if(!t && reverse) in massage_type() 391 int reverse = 0; /* we are doing a reverse lookup */ in lookup() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 95 /// - It maintains a reverse importer for use with names. This allows lookup of 102 ASTImporter Reverse; member in __anonb979a45e0111::LazyASTImporter 121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager, in LazyASTImporter() 241 ASTImporter &GetReverse() { return Reverse; } in GetReverse() 288 ASTImporter &Reverse = in ForEachMatchingDC() local 290 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC() 292 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC() 307 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 325 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 346 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument [all …]
|
/freebsd/sbin/bectl/ |
H A D | bectl_list.c | 321 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort() argument 356 if ((lval < rval && reverse) || in prop_list_sort() 357 (lval > rval && !reverse)) in prop_list_sort() 364 if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) || in prop_list_sort() 365 (strcmp(sc_prev.val, sc_next.val) > 0 && !reverse)) in prop_list_sort() 393 bool reverse; in bectl_cmd_list() local 399 reverse = false; in bectl_cmd_list() 418 reverse = false; in bectl_cmd_list() 424 reverse = true; in bectl_cmd_list() 454 prop_list_sort(props, column, reverse); in bectl_cmd_list()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strrevcmp.c | 29 ** strcasecmp(reverse(s1), reverse(s2)) 71 ** strcmp(reverse(s1), reverse(s2))
|
/freebsd/tests/sys/kern/pipe/ |
H A D | pipe_reverse2_test.c | 34 * Check that pipes can be selected for writing in the reverse direction. 50 errx(1, "FAIL: select initial reverse direction"); in main() 54 err(1, "FAIL: write reverse direction"); in main() 60 errx(1, "FAIL: select reverse direction after write"); in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_iterator.h | 134 /// Explicit conversion between forward/reverse iterators. 136 /// Translate between forward and reverse iterators without changing range 139 /// two endpoints in a range will give the same range in reverse. 146 /// Get a reverse iterator to the same node. 148 /// Gives a reverse iterator that will dereference (and have a handle) to the 283 /// Explicit conversion between forward/reverse iterators. 285 /// Translate between forward and reverse iterators without changing range 288 /// two endpoints in a range will give the same range in reverse. 295 /// Get a reverse iterator to the same node. 297 /// Gives a reverse iterator that will dereference (and have a handle) to the
|
/freebsd/crypto/krb5/doc/html/admin/ |
H A D | princ_dns.html | 89 …"><span class="pre">true</span></code> (the default), the client will then perform a reverse lookup 106 <section id="reverse-dns-mismatches"> 107 <h2>Reverse DNS mismatches<a class="headerlink" href="#reverse-dns-mismatches" title="Permalink to … 109 not its reverse DNS. The reverse DNS is sometimes under the control 111 may not have much influence in setting up reverse DNS records for its 113 reverse DNS to match, it is best to set <code class="docutils literal notranslate"><span class="pre… 137 reverse DNS information does not match this canonical hostname, an 154 <p>OpenLDAP’s SASL implementation performs reverse DNS lookup in order to 176 <li><a class="reference internal" href="#reverse-dns-mismatches">Reverse DNS mismatches</a></li>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundleIterator.h | 94 /// Increment reverse ilist iterator. 99 /// Decrement reverse ilist iterator. 161 /// Explicit conversion between forward/reverse iterators. 163 /// Translate between forward and reverse iterators without changing range 166 /// two endpoints in a range will give the same range in reverse. 278 /// Get a reverse iterator to the same node. 280 /// Gives a reverse iterator that will dereference (and have a handle) to the
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | airoha,en8811h.yaml | 13 The Airoha EN8811H PHY has the ability to reverse polarity 31 Reverse rx polarity of the SERDES. This is the receiving 37 Reverse tx polarity of SERDES. This is the transmitting
|
/freebsd/usr.bin/rev/ |
H A D | rev.1 | 33 .Nd reverse lines of a file 44 Reverse the text from stdin: 46 $ echo -e "reverse \et these\entwo lines" | rev
|