Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/src/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh150 cat > $WORKDIR/correct.out <<EOF
154 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
160 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
173 cat > $WORKDIR/correct.out <<EOF
177 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
183 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
196 cat > $WORKDIR/correct.out <<EOF
202 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
208 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
222 cat > $WORKDIR/correct.out <<EOF
[all …]
H A Dpreworld_test.sh234 cat > $WORKDIR/correct.out <<EOF
240 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
246 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
H A Dignore_test.sh191 cat > $WORKDIR/correct.out <<EOF
200 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
/src/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c87 unsigned char correct[32]; in crypto_auth_hmacsha512256_verify() local
89 crypto_auth_hmacsha512256(correct, in, inlen, k); in crypto_auth_hmacsha512256_verify()
91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify()
92 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha512256_verify()
/src/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c112 unsigned char correct[64]; in crypto_auth_hmacsha512_verify() local
114 crypto_auth_hmacsha512(correct, in, inlen, k); in crypto_auth_hmacsha512_verify()
116 return crypto_verify_64(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512_verify()
117 sodium_memcmp(correct, h, 64); in crypto_auth_hmacsha512_verify()
/src/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c112 unsigned char correct[32]; in crypto_auth_hmacsha256_verify() local
114 crypto_auth_hmacsha256(correct, in, inlen, k); in crypto_auth_hmacsha256_verify()
116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify()
117 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha256_verify()
/src/lib/libc/tests/gen/
H A Dfmtcheck_test.c41 int correct; member
85 if (test_fmts[i].correct == 1) in ATF_TC_BODY()
92 (test_fmts[i].correct == 1) ? "1st" : "2nd"); in ATF_TC_BODY()
/src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c44 int correct; member
97 if (test_fmts[i].correct == 1) { in ATF_TC_BODY()
106 (test_fmts[i].correct == 1) ? "1st" : "2nd"); in ATF_TC_BODY()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/strlen/
H A Dtst.strlen1.d40 correct = 1;
45 exit(correct ? 0 : 1);
/src/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c108 unsigned char correct[16]; in crypto_onetimeauth_poly1305_donna_verify() local
110 crypto_onetimeauth_poly1305_donna(correct, in, inlen, k); in crypto_onetimeauth_poly1305_donna_verify()
112 return crypto_verify_16(h, correct); in crypto_onetimeauth_poly1305_donna_verify()
/src/contrib/netbsd-tests/usr.bin/id/
H A Dt_whoami.sh37 atf_test_case correct
73 atf_add_test_case correct
H A Dt_groups.sh37 atf_test_case correct
69 atf_add_test_case correct
/src/lib/libc/tests/stdio/
H A Dprint_positional_test.c40 const char correct[] = variable
117 temp = correct; in ATF_TC_BODY()
/src/contrib/libevent/cmake/
H A DCheckPrototypeDefinition.cmake1 # - Check if the protoype we expect is correct.
69 set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
76 set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
/src/contrib/ntp/sntp/libevent/cmake/
H A DCheckPrototypeDefinition.cmake1 # - Check if the protoype we expect is correct.
69 set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
76 set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
/src/contrib/dialog/
H A DCHANGES128 + correct rc-file lookup of "default" color (report by Grady Martin,
133 + correct check for return-value of isblank(), which is not necessarily
151 + correct ordering of libraries in configure-script, which appended
186 + correct substitution for $LIBS value in dialog-config.in (report by
202 + correct clearing after text in progressbox from 2018/06/21 changes
251 + correct parameter to test when trimming blanks from the script,
358 --tab-correct option.
385 + correct mapping of mouse-clicks on the day-grid in calendar widget
394 + correct --infobox documentation, which said it shows an OK button.
461 + correct malloc-size for change to prgbox.
[all …]
/src/contrib/ncurses/
H A DNEWS82 + correct expression for TINFO_LIB variable in misc/ncurses-config.in
105 + correct a recent change to curs_termino.3x, along with formatting
145 + correct _nc_to_char() for the case when wctob() is not found by
242 + correct option-name used in configure script, which resulted in size
259 + update/correct some of the rv/xr strings, checked with tack -TD
345 + correct spelling errors found with codespell.
380 + correct actual-function name in a few trace calls.
399 + correct conditional-compile for a case when the C compiler does not
452 + correct dimensions in test/popup_msg.c, fixing an overrun (patch by
540 + fix misspelled ifdef and correct return-value of _nc_mingw_tcflush in
[all …]
/src/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_credentials.csv6 0,wrong secret - correct cert, -section,,BLANK,, -secret,pass:wrong, -cert,signer.crt, -key,signer.…
9 1,empty ref but correct cert, -section,, -ref,"""",BLANK,, -cert,signer.crt, -key,signer.p12, -keyp…
10 1,wrong ref but correct cert, -section,, -ref,wrong,BLANK,, -cert,signer.crt, -key,signer.p12, -key…
31 1,correct extraCerts, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass:123…
/src/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si570.txt20 The correct frequency for the part used has to be provided in
21 order to generate the correct output frequencies. For more
/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c308 uint32_t correct = ar5212GetGainFCorrection(ah); in ar5212GetRfgain() local
309 if (gv->currGain >= correct) in ar5212GetRfgain()
310 gv->currGain -= correct; in ar5212GetRfgain()
/src/contrib/file/magic/Magdir/
H A Ddwarfs26 ## has the correct DWARFS magic.
37 ## Finally, we check that the *next* block also has the correct DWARFS magic.
/src/crypto/openssl/doc/man3/
H A DPKCS7_decrypt.pod38 PKCS7_decrypt() must be passed the correct recipient key and certificate. It would
39 be better if it could look up the correct key and certificate from a database.
/src/crypto/krb5/src/lib/krb5/asn.1/
H A DTODO.asn127 imported, with correct handles *and* C types.
47 a pointer for each type. Doing this might not be strictly correct
74 C level it's strictly conforming by using the correct types for
/src/bin/sh/tests/expansion/
H A Darith13.02 # Require either an error or a correct implementation.
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8992-lg-bullhead-rev-10.dts13 /* required for bootloader to select correct board */

12345678910>>...22