| /freebsd/usr.bin/uniq/tests/ |
| H A D | uniq_test.sh | 38 atf_test_case repeated 46 atf_check_uniq --repeated 60 atf_check_uniq --count --repeated 61 atf_check_uniq --repeated --count 73 atf_check_uniq --all-repeated 74 atf_check_uniq --all-repeated=none 77 atf_check_uniq --all-repeated=prepend 80 atf_check_uniq --all-repeated=separate 96 atf_check_uniq --all-repeated --count 97 atf_check_uniq --all-repeated=none --count [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | sh-dots.exp | 6 repeated repeated 19 repeated delayed repeated 20 repeated delayed twice repeated
|
| H A D | sh-dots.mk | 9 all: first hidden repeated commented indirect indirect-space 49 repeated: .IGNORE 50 @echo repeated ${.TARGET} 52 @echo repeated delayed ${.TARGET} 54 @echo repeated delayed twice ${.TARGET}
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.proto | 56 repeated Action actions = 2; 57 repeated int32 fail_allocations = 3;
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | sysroot-dir.pc | 2 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-2.pc | 4 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-5.pc | 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-3.pc | 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-4.pc | 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| /freebsd/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 11 // This is intended for (repeated) textual inclusion. 49 // These are intended for (repeated) textual inclusion. 187 // These are intended for (repeated) textual inclusion. 270 // These are intended for (repeated) textual inclusion.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 72 "whitespace is stripped from each line. May be repeated to read " 194 "be repeated to read symbols from many files">, 221 "be repeated to read symbols from many files">, 235 "be repeated to read symbols from many files">,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_add.pod | 85 repeated computations using the same modulus, see 99 (C<r=a^p>). This function is faster than repeated applications of
|
| H A D | BN_CTX_new.pod | 24 is rather expensive when used in conjunction with repeated subroutine
|
| H A D | SSL_write.pod | 122 When a write function call has to be repeated because L<SSL_get_error(3)> 123 returned B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated
|
| H A D | RSA_generate_key.pod | 86 The process is then repeated for prime q and other primes (if any)
|
| H A D | SSL_CTX_set_cert_verify_callback.pod | 51 This process may even be repeated if need be.
|
| /freebsd/stand/i386/mbr/ |
| H A D | mbr.S | 53 # zero from the repeated string instruction above. We save the offset of
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_cacheversion.m4 | 94 # useless repeated clearings.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb.
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | README.IZ | 72 repeated (with "shifted" pointer to a buffer, of course) to
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strspn.S | 209 imul %r8, %rsi # repeated 8 times
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | dlg,da7280.txt | 51 pointed to by PS_SEQ_ID or GPI(N)_SEQUENCE_ID is repeated.
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.c | 2303 int repeated = 0; in munit_hexdump() local 2318 if (repeated) { in munit_hexdump() 2322 repeated = 1; in munit_hexdump() 2331 repeated = 0; in munit_hexdump()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-KB.pod | 10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
|
| /freebsd/bin/sh/ |
| H A D | TOUR | 59 *p++ = c; /* repeated as many times as needed */ 64 STPUTC(c, p); /* repeated as many times as needed */
|