| /src/usr.bin/diff3/tests/ |
| H A D | long-y.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 11 This line is different in yours and mine, the same is in both 12 These lines are the same in all three files 13 These lines are the same in all three files [all …]
|
| H A D | long-m.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 11 This line is different in yours and mine, the same is in both 12 These lines are the same in all three files 13 These lines are the same in all three files [all …]
|
| H A D | long-o.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 11 This line is different in yours and mine, but the same 12 These lines are the same in all three files 13 These lines are the same in all three files [all …]
|
| H A D | long-merge.out | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 12 This line is different in yours and mine, but the same 14 This line is different in yours and mine, the same is in both 16 These lines are the same in all three files [all …]
|
| /src/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 31 The same plaintext block always produces the same ciphertext block 32 (for the same key) making it vulnerable to a 'dictionary attack'. 54 The CBC mode produces the same ciphertext whenever the same 55 plaintext is encrypted using the same key and starting variable. 65 The use of different starting variables prevents the same plaintext 66 enciphering to the same ciphertext. 86 The CFB mode produces the same ciphertext whenever the same 87 plaintext is encrypted using the same key and starting variable. 97 The use of different starting variables prevents the same plaintext 98 enciphering to the same ciphertext. [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rewrite/ |
| H A D | zfs_rewrite.ksh | 81 typeset same=$(echo $(sort -n $bps $bps1 | uniq -d | cut -f1 -d' ')) 82 log_must [ "$same" = "0 1 5 6 7" ] 85 typeset same=$(echo $(sort -n $bps $bps2 | uniq -d | cut -f1 -d' ')) 86 log_must [ "$same" = "0 1 5 6 7" ] 97 typeset same=$(echo $(sort -n $bps $bps1 | uniq -d | cut -f1 -d' ')) 98 log_must [ -z "$same" ] 101 typeset same=$(echo $(sort -n $bps $bps2 | uniq -d | cut -f1 -d' ')) 102 log_must [ -z "$same" ]
|
| /src/contrib/sendmail/libsm/ |
| H A D | strcaseeq.c | 37 bool same; local 59 same = *l1 == *l2; 62 return same; 85 bool same; local 109 same = *l1 == *l2; 112 return same;
|
| /src/contrib/libdiff/test/ |
| H A D | expect.results_test | 4 [0] same lines L2 R2 @L 0 @R 0 7 [3] same lines L2 R2 @L 5 @R 5 10 [0] same lines L2 R2 @L 0 @R 0 13 [3] same lines L2 R2 @L 5 @R 5
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_set_bio.pod | 24 the same value as previously). 29 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects 31 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take 43 that it connects both the B<rbio> and the B<wbio> at the same time, and 63 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is not 64 the same as the previously set value then one reference is consumed. 68 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is the 69 same as the previously set value, then no additional references are consumed. 74 same as the 81 same as the previously set value and the old B<rbio> and B<wbio> values [all …]
|
| H A D | SSL_CTX_set_tlsext_use_srtp.pod | 53 This corresponds to the profile of the same name defined in RFC7714. 57 This corresponds to the profile of the same name defined in RFC7714. 61 This corresponds to the profile of the same name defined in RFC8723. 65 This corresponds to the profile of the same name defined in RFC8723. 69 This corresponds to the profile of the same name defined in RFC8269. 73 This corresponds to the profile of the same name defined in RFC8269. 77 This corresponds to the profile of the same name defined in RFC8269. 81 This corresponds to the profile of the same name defined in RFC8269. 85 This corresponds to the profile of the same name defined in RFC8269. 89 This corresponds to the profile of the same name defined in RFC8269.
|
| H A D | BN_add.pod | 51 I<r> may be the same B<BIGNUM> as I<a> or I<b>. 54 I<r> may be the same B<BIGNUM> as I<a> or I<b>. 57 I<r> may be the same B<BIGNUM> as I<a> or I<b>. 61 (C<r=a^2>). I<r> and I<a> may be the same B<BIGNUM>. 84 the same B<BIGNUM> as I<a> or I<b>. For more efficient algorithms for 85 repeated computations using the same modulus, see 108 places the result in I<r>. I<r> may be the same B<BIGNUM> as I<a> or 120 to use the same B<BIGNUM> object for the modulus as for the output.
|
| H A D | d2i_PrivateKey.pod | 63 d2i_PrivateKey() does the same as d2i_PrivateKey_ex() except that the default 65 d2i_PublicKey() does the same for public keys. 66 d2i_KeyParams() does the same for key parameters. 71 d2i_PrivateKey_fp() functions are the same except that they read the data from 80 i2d_PublicKey() does the same for public keys. 81 i2d_KeyParams() does the same for key parameters. 83 i2d_PrivateKey_bio() and i2d_PrivateKey_fp() do the same thing except that they
|
| /src/stand/i386/libi386/ |
| H A D | time.c | 72 int same, try; in time() local 74 same = try = 0; in time() 80 same = 0; in time() 81 } while (++same < 8 && ++try < 1000); in time()
|
| /src/contrib/libdiff/lib/ |
| H A D | diff_patience.c | 80 bool same; in diff_atoms_mark_unique() local 81 int r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique() 84 if (!same) in diff_atoms_mark_unique() 129 bool same; in diff_atoms_mark_unique_in_both() local 130 int r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique_in_both() 133 if (!same) in diff_atoms_mark_unique_in_both() 163 bool same; in diff_atoms_mark_unique_in_both() local 167 r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique_in_both() 170 if (!same) in diff_atoms_mark_unique_in_both() 283 bool same; in diff_atoms_mark_unique_in_both() local [all …]
|
| H A D | diff_main.c | 213 diff_atom_same(bool *same, in diff_atom_same() argument 220 *same = false; in diff_atom_same() 225 *same = true; in diff_atom_same() 228 *same = (cmp == 0); in diff_atom_same() 458 bool same; in diff_algo_none() local 459 err = diff_atom_same(&same, &l[equal_atoms_start], in diff_algo_none() 463 if (!same) in diff_algo_none() 470 bool same; in diff_algo_none() local 471 err = diff_atom_same(&same, &l[l_len - 1 - equal_atoms_end], in diff_algo_none() 475 if (!same) in diff_algo_none()
|
| /src/lib/libc/i386/string/ |
| H A D | wcscmp.S | 44 jz same 49 jz same 54 jz same 63 same: xorl %eax,%eax label
|
| /src/sys/contrib/device-tree/Bindings/display/ |
| H A D | st,stih4xx.txt | 18 - clock-names: names of the clocks listed in clocks property in the same 36 - clock-names: names of the clocks listed in clocks property in the same 40 - reset-names: names of the resets listed in resets property in the same 50 the same order. 53 - reset-names: names of the resets listed in resets property in the same 62 the same order. 65 the same order 68 - clock-names: names of the clocks listed in clocks property in the same 78 the same order. 82 - clock-names: names of the clocks listed in clocks property in the same [all …]
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | socionext-netsec.txt | 11 - phy-mode: See ethernet.txt file in the same directory 12 - phy-handle: See ethernet.txt in the same directory. 26 Optional properties: (See ethernet.txt file in the same directory) 29 - max-speed: See ethernet.txt in the same directory. 30 - max-frame-size: See ethernet.txt in the same directory.
|
| H A D | nixge.txt | 8 information of registers in the same order as described by reg-names. 14 - phy-mode: See ethernet.txt file in the same directory. 20 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. 22 - phy-handle: See ethernet.txt file in the same directory.
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 19 same cases. andi.b should use fractionally less power than bclri.b in 24 constant since shf.w covers exactly the same cases. shf.w is used 37 same shuffle. ilvev.d will be emitted instead. 41 same shuffle. ilvod.d will be emitted instead. 48 It is not possible to emit splati.w since shf.w covers the same cases. 67 the same operation and will be emitted instead. 77 Like their non-immediate counterparts, bmnzi.v and bmzi.v are the same
|
| /src/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | val_cred.c | 38 krb5_boolean same; in krb5_gss_validate_cred_1() local 49 same = krb5_principal_compare(context, princ, cred->name->princ); in krb5_gss_validate_cred_1() 51 if (!same) { in krb5_gss_validate_cred_1()
|
| /src/tools/regression/netinet/tcpstream/ |
| H A D | README | 6 server then reads the stream and uses the same generator to confirm that the 7 data is correct. To run tcpstream, select a seed value (should be the same 8 for the client and server), and a port number (also the same for client and
|
| /src/tools/tools/ath/athdecode/ |
| H A D | main.c | 60 int fd, i, nrecs, same; in main() local 79 same = 0; in main() 84 same++; in main() 87 if (same) in main() 88 printf("\t\t+%u time%s", same, same == 1 ? "" : "s"); in main() 102 same = 0; in main()
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sti-asoc-card.txt | 20 - clock-names: name of the clocks listed in clocks property in the same order 22 - reg: CPU DAI IP Base address and size entries, listed in same 26 the same order. 28 - interrupts: CPU_DAI interrupt line, listed in the same order than the 31 - dma: CPU_DAI DMA controller phandle and DMA request line, listed in the same 39 - clocks: CPU_DAI IP clock source, listed in the same order than the
|
| /src/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | t_vfs.sh | 134 atf_check -s exit:0 mv /rump/mnt/filename /rump/mnt/dir/same 136 stat -f "${statstr}" /rump/mnt/dir/same 148 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same 152 stat -f "${statstr}" /rump/mnt/dir/same
|