| /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/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/contrib/bmake/unit-tests/ |
| H A D | char-005c-reverse-solidus.exp | 1 make: char-005c-reverse-solidus.mk:57: Unclosed expression, expecting "}" for modifier "Mx\}" 3 make: char-005c-reverse-solidus.mk:64: Unclosed expression, expecting "}" for modifier "Mx\\}" 5 make: char-005c-reverse-solidus.mk:71: Unclosed expression, expecting "}" for modifier "Mx\\\\\\\\}" 7 make: char-005c-reverse-solidus.mk:100: Unfinished backslash at the end in pattern "\" of modifier … 9 make: char-005c-reverse-solidus.mk:111: Unclosed expression, expecting "}" for modifier "M${:U\\\\}…
|
| /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/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 | 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/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/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-riscv64.pl | 67 # Additionally we reverse the bits of each byte. 155 # Load Xi and bit-reverse it 193 # Bit-reverse Xi back and store it 212 # Load Xi and bit-reverse it 250 # Bit-reverse Xi back and store it 280 # Load Xi and bit-reverse it 295 # Load the input data, bit-reverse them, and XOR them with Xi 332 # Bit-reverse final Xi back and store it 351 # Load Xi and bit-reverse it 366 # Load the input data, bit-reverse them, and XOR them with Xi [all …]
|
| /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/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/secure/usr.bin/openssl/man/ |
| H A D | openssl-passwd.1 | 80 [\fB\-reverse\fR] 136 .IP \fB\-reverse\fR 4 137 .IX Item "-reverse" 138 When the \fB\-table\fR option is used, reverse the order of cleartext and hash.
|
| /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. */
|