/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-nice-strict.h | 160 "The impl subclass shouldn't introduce any padding"); in NiceMock() 173 "The impl subclass shouldn't introduce any padding"); in NiceMock() 181 "The impl subclass shouldn't introduce any padding"); in NiceMock() 202 "The impl subclass shouldn't introduce any padding"); in NaggyMock() 215 "The impl subclass shouldn't introduce any padding"); in NaggyMock() 223 "The impl subclass shouldn't introduce any padding"); in NaggyMock() 244 "The impl subclass shouldn't introduce any padding"); in StrictMock() 257 "The impl subclass shouldn't introduce any padding"); in StrictMock() 265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_link_resolver.c | 46 /* Shouldn't have been changed. */ in test_linkify_tar() 56 /* Shouldn't be altered, since it wasn't seen before. */ in test_linkify_tar() 77 /* Shouldn't be altered, since it wasn't seen before. */ in test_linkify_tar() 82 /* Dir, so it shouldn't get matched. */ in test_linkify_tar() 111 /* Shouldn't have been changed. */ in test_linkify_old_cpio() 116 /* Still shouldn't be matched. */ in test_linkify_old_cpio() 146 /* Shouldn't have been changed. */ in test_linkify_new_cpio() 230 /* Shouldn't be altered, since it wasn't seen before. */ in DEFINE_TEST()
|
H A D | test_read_format_rar5.c | 1006 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1022 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1038 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1054 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1073 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1089 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1105 /* This archive is invalid. However, processing it shouldn't cause any in DEFINE_TEST() 1228 * is invalid. However, the unpacker shouldn't produce any SIGSEGV in DEFINE_TEST() 1251 * is invalid. However, the unpacker shouldn't produce any SIGSEGV in DEFINE_TEST() 1266 * is invalid. However, the unpacker shouldn't produce any SIGSEGV in DEFINE_TEST() [all …]
|
H A D | test_acl_posix1e.c | 113 * shouldn't be relied on and should probably be removed. It in DEFINE_TEST() 119 failure("Basic ACLs shouldn't be stored as extended ACLs"); in DEFINE_TEST() 157 failure("Basic ACLs shouldn't be stored as extended ACLs"); in DEFINE_TEST()
|
H A D | test_write_disk_perms.c | 193 /* Overwrite shouldn't edit perms. */ in DEFINE_TEST() 221 /* Shouldn't try to edit the owner when no overwrite option is set. */ in DEFINE_TEST() 263 * but wrong uid. POSIX says you shouldn't restore SUID bit in DEFINE_TEST() 274 * restore SUID shouldn't return a failure. in DEFINE_TEST() 278 failure("Opportunistic SUID failure shouldn't return error."); in DEFINE_TEST() 360 * but wrong GID. POSIX says you shouldn't restore SGID bit in DEFINE_TEST()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_009_neg.ksh | 38 # zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version 53 log_assert "zpool upgrade -V shouldn't be able to upgrade a pool to" \ 65 log_pass "zpool upgrade -V shouldn't be able to upgrade a pool to" \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCObjectWriter.cpp |
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-getput-crypto.c | 86 /* Shouldn't happen */ in sshbuf_get_ec() 121 /* Shouldn't happen */ in sshbuf_get_eckey() 140 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_bignum2() 166 return SSH_ERR_INTERNAL_ERROR; /* Shouldn't happen */ in sshbuf_put_ec()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_009_neg.ksh | 38 # Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version 63 "Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version" 86 "Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version"
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_007_neg.ksh | 35 # we shouldn't be able to list the xattrs of files in snapshots who didn't have 79 # we shouldn't be able to alter the first file's xattr 86 # we shouldn't be able to list xattrs at all on the second file
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_rereg_mr.3 | 64 IBV_REREG_MR_ERR_CMD - MR shouldn't be used, command error. 66 IBV_REREG_MR_ERR_CMD_AND_DO_FORK_NEW - MR shouldn't be used, command error, invalid fork state on n…
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relstring.d | 50 printf("Shouldn't end up here (1)\n"); 59 printf("Shouldn't end up here (2)\n");
|
H A D | tst.intops.d | 51 printf("Shouldn't end up here (1)\n"); 60 printf("Shouldn't end up here (2)\n");
|
H A D | tst.ptrops.d | 52 printf("Shouldn't end up here (1)\n"); 61 printf("Shouldn't end up here (2)\n");
|
H A D | tst.relenum.d | 54 printf("Shouldn't end up here (1)\n"); 63 printf("Shouldn't end up here (2)\n");
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 91 ASSERT_FALSE(false) << "This shouldn't fail."; in ManyAsserts() 94 EXPECT_EQ(i, i) << "This shouldn't fail."; in ManyAsserts() 201 // But when only this test is run, we shouldn't have any failures. in TEST() 220 // But when only this test is run, we shouldn't have any failures. in TEST()
|
H A D | gtest_assert_by_exception_test.cc | 63 // A successful assertion shouldn't throw. in TEST() 70 // A successful assertion shouldn't throw. in TEST()
|
/freebsd/usr.sbin/config/ |
H A D | configvers.h | 32 * who run config by hand. However, developers shouldn't gratuitously be 38 * then bump the major number. You shouldn't be doing this unless
|
/freebsd/sys/arm/include/ |
H A D | undefined.h | 70 * shouldn't use it. 79 * Handlers installed using install_coproc_handler_static shouldn't be
|
/freebsd/sys/amd64/include/pc/ |
H A D | bios.h | 76 u_int from; /* shouldn't be below 0xe0000 */ 77 u_int to; /* shouldn't be above 0xfffff */
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | libressl-api-compat.c | 39 return 0; /* sanity check; shouldn't happen */ in EVP_CIPHER_CTX_get_iv() 68 return 0; /* sanity check; shouldn't happen */ in EVP_CIPHER_CTX_set_iv()
|
/freebsd/contrib/netbsd-tests/net/route/ |
H A D | t_flags6.sh | 150 # Shouldn't be created 174 # Shouldn't be created 194 # Shouldn't be created
|
/freebsd/tools/regression/mlock/ |
H A D | mlock.c | 79 errx(-1, "mlock unprivileged: succeeded but shouldn't have"); in main() 84 errx(-1, "munlock unprivileged: succeeded but shouldn't have"); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_007_neg.ksh | 36 # we shouldn't be able to list the xattrs of files in snapshots who didn't have 70 # we shouldn't be able to alter the first file's xattr
|
/freebsd/share/man/man9/ |
H A D | bios.9 | 60 u_int from; /* shouldn't be below 0xe0000 */ 61 u_int to; /* shouldn't be above 0xfffff */
|