/freebsd/tests/sys/fs/fusefs/ |
H A D | utils.hh | 125 * given inode, offset, length, and mode, exactly times times and 159 * path exactly times times and cache validity period. It will respond 173 * inode exactly times times. It will return with open_flags flags and 179 * Create an expectation that FUSE_OPENDIR will be called exactly once 185 * Create an expectation that FUSE_READ will be called exactly once for 205 * Create an expectation that FUSE_RELEASE will be called exactly once 211 * Create an expectation that FUSE_RELEASEDIR will be called exactly 217 * Create an expectation that FUSE_UNLINK will be called exactly once 223 * Create an expectation that FUSE_WRITE will be called exactly once
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 28 // text that should be matched exactly after removing the quoting marks or a 32 // Create a StringPattern from Pattern to be matched exactly regardless 36 // Match s against this pattern, exactly if ExactMatch is true. 51 // StringRef to match exactly if doing an exact match. 56 // either be a double-quoted text that should be matched exactly after removing
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-cardinalities_test.cc | 49 using testing::Exactly; 69 Cardinality c = Exactly(1); in TEST() 75 c = Exactly(2); in TEST() 338 // Tests Exactly(n). 343 Exactly(-1); in TEST() 349 const Cardinality c = Exactly(0); in TEST() 362 const Cardinality c = Exactly(2); in TEST() 370 Exactly(1).DescribeTo(&ss1); in TEST() 378 Exactly(3).DescribeTo(&ss3); in TEST() 383 const Cardinality c = Exactly(3); in TEST()
|
/freebsd/usr.bin/getconf/ |
H A D | getconf.1 | 130 Exactly 32-bit integer, long, pointer, and file offset. 134 Exactly 32-bit integer, long, and pointer; at least 64-bit file offset. 139 Exactly 32-bit integer; exactly 64-bit long, pointer, and file offset.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | composite.txt | 7 of which can be selected as output, this behaves exactly as [2] 9 an adjustable clock rate divider, this behaves exactly as [3] 12 clock, this behaves exactly as [4]
|
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/api/ |
H A D | krb5_cc_retrieve_cred.rst.txt | 52 - #KRB5_TC_MATCH_IS_SKEY The *is_skey* field much match exactly. 58 - #KRB5_TC_MATCH_TIMES_EXACT The requested lifetime must match exactly. 61 - #KRB5_TC_MATCH_FLAGS_EXACT Flags must match exactly.
|
/freebsd/crypto/openssl/include/internal/ |
H A D | thread_once.h | 24 * DEFINE_RUN_ONCE: Define an initialiser function that should be run exactly 47 * DECLARE_RUN_ONCE: Declare an initialiser function that should be run exactly 56 * exactly once. This function will be declared as static within the file. It 86 * ever be called - and that function will be called exactly once. Definition
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | arm_sbsa_uart.txt | 8 - reg: exactly one register range 9 - interrupts: exactly one interrupt specifier
|
/freebsd/usr.bin/bmake/tests/syntax/enl/ |
H A D | Makefile.test | 39 # Make sure an escaped newline inserts exactly one space 48 # Make sure each escaped newline inserts exactly one space
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 478 0x2147ae14 + CHARDELAY, /* 0.130 (exactly) */ 479 0x2ac08312 + CHARDELAY, /* 0.167 (exactly) */ 480 0x34395810 + CHARDELAY, /* 0.204 (exactly) */ 481 0x3db22d0e + CHARDELAY, /* 0.241 (exactly) */ 482 0x472b020c + CHARDELAY, /* 0.278 (exactly) */ 483 0x50a3d70a + CHARDELAY, /* 0.315 (exactly) */ 484 0x5a1cac08 + CHARDELAY, /* 0.352 (exactly) */ 485 0x63958106 + CHARDELAY, /* 0.389 (exactly) */ 486 0x6d0e5604 + CHARDELAY, /* 0.426 (exactly) */ 487 0x76872b02 + CHARDELAY, /* 0.463 (exactly) */
|
/freebsd/usr.bin/find/ |
H A D | find.1 | 200 .Dq exactly n . 225 was started is exactly 247 or exactly 264 was started is exactly 302 or exactly 321 was started is exactly 513 exactly match the file's flags bits, 634 or exactly 655 was started is exactly 806 exactly match the file's mode bits.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_public_encrypt.pod | 57 RSA_PKCS1_OAEP_PADDING and exactly RSA_size(B<rsa>) for RSA_NO_PADDING. 61 plaintext and the public key are exactly identical. 62 The returned ciphertext in B<to> will always be zero padded to exactly
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strchrnul.S | 43 bits in the syndrome reflect exactly the order in which things occur 45 identify exactly which byte is causing the termination. */ 94 /* Termination condition found. Now need to establish exactly why
|
H A D | strchr.S | 47 in the syndrome reflect exactly the order in which things occur 49 identify exactly which byte is causing the termination, and why. */ 102 /* Termination condition found. Now need to establish exactly why
|
/freebsd/lib/libnetgraph/ |
H A D | netgraph.3 | 218 function works exactly like 227 function works exactly like 245 function works exactly like 284 function works exactly like
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 34 /// size_t P = Example.point(); // there must be exactly one 75 /// Crashes if there isn't exactly one. 93 /// Crashes if there isn't exactly one. 96 /// (or $name(payload)[[ ]]). Crashes if there isn't exactly one.
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.txt | 326 character, then the output is exactly two SPACEs. Otherwise (the 328 is modified such that the string starts with exactly one space 329 character, ends with exactly one SPACE character, and any inner 330 (non-empty) sequence of space characters is replaced with exactly two 345 string is exactly one SPACE. Otherwise, the following steps are 349 start with exactly one SPACE character; 352 one or more space characters, it is modified to end with exactly 356 one or more space characters, it is modified to start with exactly 360 with exactly one SPACE character.
|
/freebsd/lib/libc/rpc/ |
H A D | bindresvport.3 | 71 acts exactly the same, with more neutral function prototype. 72 Note that both functions behave exactly the same, and
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | log1p_2u.c | 77 f may not be representable exactly, so we need a correction term: in log1p() 90 underflow by just returning x, which is exactly rounded in this in log1p() 95 logic below, as k = 0 and f = x and therefore representable exactly. in log1p()
|
/freebsd/contrib/less/ |
H A D | regexp.c | 88 #define EXACTLY 8 /* str Match this string. */ macro 260 if (OP(scan) == EXACTLY) 277 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) { 544 ret = regnode(EXACTLY); 563 ret = regnode(EXACTLY); 846 case EXACTLY: { 963 if (OP(next) == EXACTLY) 1020 case EXACTLY: 1081 register char op = EXACTLY; /* Arbitrary non-END op. */ 1095 if (op == ANYOF || op == ANYBUT || op == EXACTLY) { [all...] |
/freebsd/contrib/file/ |
H A D | config.h.in | 492 /* Define to the type of a signed integer type of width exactly 32 bits if 496 /* Define to the type of a signed integer type of width exactly 64 bits if 516 /* Define to the type of an unsigned integer type of width exactly 16 bits if 520 /* Define to the type of an unsigned integer type of width exactly 32 bits if 524 /* Define to the type of an unsigned integer type of width exactly 64 bits if 528 /* Define to the type of an unsigned integer type of width exactly 8 bits if
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-match.mk | 28 # matches exactly the word 'e', twice. 33 # The pattern character '?' matches exactly 1 character, the pattern character 104 # [^] matches exactly 1 arbitrary character 109 # a[^]b matches 'a', then exactly 1 arbitrary character, then 'b' 114 # [Nn0] matches exactly 1 character from the set 'N', 'n', '0' 119 # [a-c] matches exactly 1 character from the range 'a' to 'c'
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 10 // called exactly one time. 95 /// Called when the block is guaranteed to be called exactly once. 97 /// \param Block -- block declaration that is known to be called exactly once.
|
/freebsd/sys/tools/ |
H A D | arm_kernel_boothdr.awk | 151 # If the symbol name is exactly "kernbase" save its address. 158 # If the symbol name is exactly "_start" save its address. 165 # If the symbol name is exactly "_end" remember its value.
|
/freebsd/share/man/man4/ |
H A D | ng_ksocket.4 | 113 This functions exactly like the 120 This functions exactly like the 127 This functions exactly like the
|