/freebsd/usr.sbin/etcupdate/tests/ |
H A D | tzsetup_test.sh | 150 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 D | ignore_test.sh | 191 cat > $WORKDIR/correct.out <<EOF 200 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 221 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \ 242 diff -u -L "correct" $WORKDIR/correct2.out -L "test" $WORKDIR/test2.out \ 266 diff -u -L "correct" $WORKDIR/correct3.out -L "test" $WORKDIR/test3.out \
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 128 + 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 …]
|
/freebsd/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/contrib/ncurses/ |
H A D | NEWS | 165 + correct an assignment in infocmp "-u" for detecting if a boolean 184 + correct initial alignment of extended capabilities in infocmp, so 209 + correct loop termination condition in waddnstr() and waddnwstr() 226 + correct a couple of section-references in INSTALL. 280 + correct limit for name-length in write_entry.c (report/testcase by 305 + correct formatting of table header in curs_inopts.3x (Branden 307 + correct manpage description of panel_hidden (report by Benjamin 332 + correct wadd_wch_literal() when adding a non-spacing character to a 372 + correct definition of Charable() for non-wide ncurses library (report 411 + correct copy/paste error in nc_access.h (report by Werner Fink). [all …]
|
/freebsd/contrib/libcbor/ |
H A D | release.sh | 26 prompt "Is the changelog correct and complete?" 30 prompt "Is the Doxyfile version correct?" 34 prompt "Is the CMake version correct?" 38 prompt "Is the version correct?" 42 prompt "Are the versions correct?"
|
/freebsd/contrib/tcpdump/ |
H A D | print-lmp.c | 527 ND_PRINT(" (not correct for object)"); in lmp_print() 546 ND_PRINT(" (not correct for object)"); in lmp_print() 556 ND_PRINT(" (not correct for object)"); in lmp_print() 566 ND_PRINT(" (not correct for object)"); in lmp_print() 582 ND_PRINT(" (not correct for object)"); in lmp_print() 591 ND_PRINT(" (not correct for object)"); in lmp_print() 608 ND_PRINT(" (not correct for object)"); in lmp_print() 625 ND_PRINT(" (not correct for object)"); in lmp_print() 642 ND_PRINT(" (not correct for object)"); in lmp_print() 659 ND_PRINT(" (not correct for object)"); in lmp_print() [all …]
|
/freebsd/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/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/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 … Pump Scope and data sourced across this scope was chip pump (prediction=correct) for all data typ… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 … Pump Scope and data sourced across this scope was chip pump (prediction=correct) for a demand loa… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 65 … "BriefDescription": "Pump prediction correct. Counts across all types of pumps for a demand load", 77 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for a deman… 185 …"BriefDescription": "Pump prediction correct. Counts across all types of pumps for all data types … 186 …"PublicDescription": "Pump prediction correct. Counts across all types of pumpsfor all data types …
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/ |
H A D | snapused_005_pos.ksh | 37 # Verify usedbysnapshots is correct. 43 # 4. Check check_usedbysnapshots is correct. 53 log_assert "Verify usedbysnapshots is correct." 73 log_pass "Verify usedbysnapshots is correct."
|
H A D | snapused_002_pos.ksh | 37 # Verify usedbychildren is correct. 45 # 6. Check usedbychildren is correct. 55 log_assert "Verify usedbychildren is correct." 82 log_pass "Verify usedbychildren is correct."
|
H A D | snapused_003_pos.ksh | 37 # Verify usedbydataset is correct. 44 # 5. Check usedbydataset is correct. 54 log_assert "Verify usedbydataset is correct." 82 log_pass "Verify usedbydataset is correct."
|
H A D | snapused_004_pos.ksh | 37 # Verify usedbyrefreservation is correct. 49 # 10. Check usedbyrefreservation is correct. 59 log_assert "Verify usedbyrefreservation is correct." 95 log_pass "Verify usedbyrefreservation is correct."
|
/freebsd/contrib/wpa/src/utils/ |
H A D | Makefile | 19 # Pick correct OS wrapper implementation 22 # Pick correct event loop implementation 25 # Pick correct edit implementation
|
/freebsd/tests/sys/cddl/zfs/tests/snapused/ |
H A D | snapused_test.sh | 30 atf_set "descr" "Verify used is correct." 56 atf_set "descr" "Verify usedbychildren is correct." 82 atf_set "descr" "Verify usedbydataset is correct." 108 atf_set "descr" "Verify usedbyrefreservation is correct." 134 atf_set "descr" "Verify usedbysnapshots is correct."
|
H A D | snapused_005_pos.ksh | 37 # Verify usedbysnapshots is correct. 43 # 4. Check check_usedbysnapshots is correct. 66 log_assert "Verify usedbysnapshots is correct." 86 log_pass "Verify usedbysnapshots is correct."
|
H A D | snapused_002_pos.ksh | 37 # Verify usedbychildren is correct. 45 # 6. Check usedbychildren is correct. 68 log_assert "Verify usedbychildren is correct." 95 log_pass "Verify usedbychildren is correct."
|
H A D | snapused_003_pos.ksh | 37 # Verify usedbydataset is correct. 44 # 5. Check usedbydataset is correct. 67 log_assert "Verify usedbydataset is correct." 95 log_pass "Verify usedbydataset is correct."
|
H A D | snapused_004_pos.ksh | 37 # Verify usedbyrefreservation is correct. 49 # 10. Check usedbyrefreservation is correct. 72 log_assert "Verify usedbyrefreservation is correct." 108 log_pass "Verify usedbyrefreservation is correct."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_018_pos.ksh | 40 # 6. Verify snapshots_changed property shows correct time 79 # Create snapshots for filesystems and check snapshots_changed reports correct time 92 # Unmount the filesystems and check snapshots_changed has correct value after unmount 105 # Mount back the filesystems and check snapshots_changed still has correct value 114 # Destroy the snapshots and check snapshots_changed shows correct time
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_link.sh | 50 echo "Checking if link count is correct after links are created" 57 echo "Checking if link count is correct after links are deleted" 79 echo "Checking if link count is correct after links are created" 86 echo "Checking if link count is correct after links are deleted" 109 atf_set "descr" "Verifies that creating a link raises the correct" \
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_001_pos.ksh | 36 # Verify chmod have correct behaviour to directory and file when setting 60 # 5. Verify each directories and files have the correct access control 85 log_assert "Verify chmod have correct behaviour to directory and file when " \ 106 # Verify all the node have expected correct access control 112 # correct inherited access control.
|
/freebsd/share/man/man9/ |
H A D | nvmem.9 | 63 EINVAL if the size isn't correct. 67 EINVAL if the size isn't correct. 71 EINVAL if the size isn't correct. 75 EINVAL if the size isn't correct.
|
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 82 * It is malloc'd to the correct length. 125 u_int8_t nfsc_id[1]; /* Malloc'd to correct length */ 153 * MALLOC'd to the correct length to accommodate the file handle. 187 * MALLOC'd to the correct length to accommodate the file handle. 243 * MALLOC'd to the correct length to accommodate the file handle. 292 * MALLOC'd to the correct length to accommodate the file handle list for File 324 } nfsfl_un2; /* Must be last. Malloc'd to correct array length */ 362 * Stores the NFSv4.1 Device Info. Malloc'd to the correct length to
|