/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/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/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 | 77 # A function that verifies reverse sort order. It takes as input 90 log_note "Checking reverse sort by '$name'," \ 91 "expecting the reverse of '$list'" 104 "the reverse of '$EXPECTED'" 105 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/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/sbin/bectl/ |
H A D | bectl_list.c | 342 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort() argument 377 if ((lval < rval && reverse) || in prop_list_sort() 378 (lval > rval && !reverse)) in prop_list_sort() 385 if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) || in prop_list_sort() 386 (strcmp(sc_prev.val, sc_next.val) > 0 && !reverse)) in prop_list_sort() 414 bool reverse; in bectl_cmd_list() local 420 reverse = false; in bectl_cmd_list() 439 reverse = false; in bectl_cmd_list() 445 reverse = true; in bectl_cmd_list() 475 prop_list_sort(props, column, reverse); in bectl_cmd_list()
|
/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/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
|
/freebsd/contrib/libarchive/tar/ |
H A D | bsdtar.1 | 151 This is the reverse of 205 This is the reverse of 390 This is the reverse of 439 This is the reverse of 447 This is the reverse of 459 This is the reverse of 467 This is the reverse of 474 This is the reverse of 479 This is the reverse of 488 This is the reverse of [all …]
|
/freebsd/sys/opencrypto/ |
H A D | gfmult.h | 70 * related math instead of having to bit reverse everything. This means that 71 * the low bits are in v[0] (bits 0-63) and reverse order, while the high 72 * bits are in v[1] (bits 64-127) and reverse order. The high bit of v[0] is 79 /* Note that we don't bit reverse in MAKE_GF128. */
|
/freebsd/lib/libcasper/services/cap_net/ |
H A D | cap_net.3 | 129 CAPNET_ADDR2NAME reverse DNS lookups are allowed with 133 CAPNET_DEPRECATED_ADDR2NAME reverse DNS lookups are allowed with 149 to do reverse DNS lookups to specific family (AF_INET, AF_INET6, etc.) 156 to do reverse DNS lookups only on those specific structures.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGDiff.h | 27 // InverseGraph defines when we need to reverse the whole graph and is as such 28 // also equivalent to applying updates in reverse. 43 return llvm::reverse(std::forward<Range>(R)); in reverse_if_helper() 67 // updates will be applied in reverse: deleted edges are considered re-added 73 // The list is kept in reverse to allow popping from end.
|