| /freebsd-12.1/usr.sbin/etcupdate/tests/ |
| H A D | tzsetup_test.sh | 151 cat > $WORKDIR/correct.out <<EOF 155 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \ 161 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 174 cat > $WORKDIR/correct.out <<EOF 178 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \ 184 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 197 cat > $WORKDIR/correct.out <<EOF 203 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \ 209 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 223 cat > $WORKDIR/correct.out <<EOF [all …]
|
| H A D | preworld_test.sh | 235 cat > $WORKDIR/correct.out <<EOF 241 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \ 247 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
|
| H A D | ignore_test.sh | 192 cat > $WORKDIR/correct.out <<EOF 201 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/ |
| H A D | auth_hmacsha512256.c | 87 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()
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/ |
| H A D | auth_hmacsha256.c | 112 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()
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/ |
| H A D | auth_hmacsha512.c | 112 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()
|
| /freebsd-12.1/lib/libc/tests/gen/ |
| H A D | fmtcheck_test.c | 44 int correct; member 88 if (test_fmts[i].correct == 1) in ATF_TC_BODY() 95 (test_fmts[i].correct == 1) ? "1st" : "2nd"); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_fmtcheck.c | 44 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()
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna.c | 108 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()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/strlen/ |
| H A D | tst.strlen1.d | 40 correct = 1; 45 exit(correct ? 0 : 1);
|
| /freebsd-12.1/contrib/netbsd-tests/usr.bin/id/ |
| H A D | t_whoami.sh | 37 atf_test_case correct 73 atf_add_test_case correct
|
| H A D | t_groups.sh | 37 atf_test_case correct 69 atf_add_test_case correct
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | CHANGES | 22 + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help, 24 + correct limit used for --hline option (report by Devin Teske, 79 + correct secondary border colors in samples/slackware.rc and 266 + correct license statement for prgbox.c (Debian #632198). 353 + correct two infobox sample scripts, which did not pass extra 441 + correct value of row for scrollbars in formbox. 463 + correct change to tailbox widget from 2009/02/22 using 1270 + correct mouse-handling for inputmenu widget. 1647 + correct hardcoded signal 15 in tailbox to SIGHUP to match 1737 + correct logic making percent parameter of gauge optional. [all …]
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 383 + correct typo in sgr string for sun-color, 530 + correct coloring in test/bs.c 573 + correct malloc size in progs/infocmp.c 1524 + correct limit-checks in derwin(). 3344 correct nor portable. 4440 + correct/simplify cup in addrinfo 4449 + correct tsl string in kterm 9972 + correct order of #ifdef for TABS_OK. 10199 + correct missing va_end in lib_tparm.c 10286 + correct ifdef's for c++ in curses.h [all …]
|
| /freebsd-12.1/lib/libc/tests/stdio/ |
| H A D | print_positional_test.c | 43 const char correct[] = variable 120 temp = correct; in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/gcclibs/libdecnumber/ |
| H A D | decimal128.h | 38 #error decimal128.h must precede decimal32.h for correct DECNUMDIGITS 41 #error decimal128.h must precede decimal64.h for correct DECNUMDIGITS
|
| H A D | decimal64.h | 38 #error decimal64.h must precede decimal32.h for correct DECNUMDIGITS
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_rfgain.c | 310 uint32_t correct = ar5212GetGainFCorrection(ah); in ar5212GetRfgain() local 311 if (gv->currGain >= correct) in ar5212GetRfgain() 312 gv->currGain -= correct; in ar5212GetRfgain()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | PKCS7_decrypt.pod | 38 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.
|
| /freebsd-12.1/etc/mtree/ |
| H A D | README | 40 the correct header, and important keywords like ``nochange''. 42 the correct order and correctly indented.
|
| /freebsd-12.1/bin/sh/tests/expansion/ |
| H A D | arith13.0 | 3 # Require either an error or a correct implementation.
|
| /freebsd-12.1/usr.sbin/timed/timed/ |
| H A D | Makefile | 8 SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
|
| H A D | extern.h | 58 void correct(long);
|
| /freebsd-12.1/tools/regression/doat/ |
| H A D | README | 7 correct error values.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | bcm2835.dtsi | 32 /* enable thermal sensor with the correct compatible property set */
|