| /src/external/bsd/libarchive/dist/tar/test/ |
| test_strip_components.c | 39 failure("d0/ is too short and should not get restored"); 41 failure("d0/d1/ is too short and should not get restored"); 43 failure("d0/s1 is too short and should not get restored"); 45 failure("d0/d1/s2 is a symlink to something that won't be extracted"); 52 failure("d0/d1/d2 should be extracted"); 78 failure("d0/l1 is too short and should not get restored"); 80 failure("d0/d1/l2 is a hardlink to file whose name was too short"); 82 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); 98 failure("d0/ is too short and should not have been archived"); 100 failure("d0/d1/ is too short and should not have been archived") [all...] |
| test_help.c | 36 failure("--help should generate nothing to stderr."); 40 failure("Help output should be long enough."); 42 failure("First line of help output should contain 'bsdtar': %s", p); 53 failure("-h should generate nothing to stderr."); 55 failure("stdout should be same for -h and --help"); 61 failure("-W help should generate nothing to stderr."); 63 failure("stdout should be same for -W help and --help");
|
| test_0.c | 11 * most of these, we just exit on failure. 23 failure("File %s does not exist?!", testprog); 31 failure("%s is not executable?!", testprog); 48 failure("Unable to successfully run any of the following:\n"
|
| test_empty_mtree.c | 22 failure("Error invoking %s cf", testprog);
|
| test_basic.c | 42 failure("%s", target); 44 failure("%s", target); 46 failure("%s", target); 48 failure("%s", target); 52 failure("%s", target); 54 failure("%s", target); 65 failure("%s", target); 80 failure("Error invoking %s cf -%s", testprog, pack_options); 93 failure("Error invoking %s xf archive %s", testprog, unpack_options);
|
| test_symlink_dir.c | 70 failure("symlink to dir was followed when it shouldn't be"); 73 failure("Broken symlink wasn't replaced with dir"); 76 failure("Symlink to non-dir wasn't replaced with dir"); 79 failure("Symlink to existing file should be replaced"); 82 failure("Symlink to non-existing file should be replaced"); 126 failure("Broken symlink wasn't replaced with dir"); 129 failure("Symlink to non-dir wasn't replaced with dir"); 133 failure("Symlink to existing file should be removed"); 136 failure("Symlink to non-existing file should be removed");
|
| test_list_item.c | 53 failure("'t' mode should write results to stdout"); 60 failure("'t' mode with 'v' should write more results to stdout");
|
| test_option_a.c | 25 failure("The archive should be compressed"); 36 failure("The archive should be compressed"); 47 failure("The archive should be uuencoded"); 58 failure("The archive should be zipped"); 70 failure("The archive should be compressed, ignoring --uuencode option"); 83 failure("The archive should be uuencoded"); 95 failure("The archive should be compressed");
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| ios_failure.cc | 26 // ISO C++ 14882:1998: 27.4.2.1.1 Class ios_base::failure 48 ios_base::failure::failure(const string& __str) throw() function in class:ios_base::failure 51 ios_base::failure::~failure() throw() 55 ios_base::failure::what() const throw() 63 // construct/destroy a gcc4-compatible ios::failure object in a buffer, 67 { ::new(buf) ios_base::failure(msg); } 71 { static_cast<ios_base::failure*>(buf)->~failure(); } [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| ios_failure.cc | 26 // ISO C++ 14882:1998: 27.4.2.1.1 Class ios_base::failure 48 ios_base::failure::failure(const string& __str) throw() function in class:ios_base::failure 51 ios_base::failure::~failure() throw() 55 ios_base::failure::what() const throw() 63 // construct/destroy a gcc4-compatible ios::failure object in a buffer, 67 { ::new(buf) ios_base::failure(msg); } 71 { static_cast<ios_base::failure*>(buf)->~failure(); } [all...] |
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_cmdline.c | 22 failure("-Q is an invalid option on every cpio program I know of"); 26 failure("-f requires an argument"); 30 failure("-f requires an argument"); 34 failure("--format requires an argument"); 38 failure("--badopt is an invalid option"); 42 failure("--badopt is an invalid option"); 46 failure("--n is ambiguous"); 50 failure("--create forbids an argument"); 54 failure("-i with empty input should succeed"); 58 failure("-o with empty input should succeed") [all...] |
| test_option_help.c | 36 failure("--help should generate nothing to stderr."); 40 failure("Help output should be long enough."); 42 failure("First line of help output should contain string 'bsdcpio'"); 53 failure("-h should generate nothing to stderr."); 55 failure("stdout should be same for -h and --help"); 61 failure("-W help should generate nothing to stderr."); 63 failure("stdout should be same for -W help and --help");
|
| test_0.c | 11 * most of these, we just exit on failure. 23 failure("File %s does not exist?!", testprogfile); 31 failure("%s is not executable?!", testprogfile); 48 failure("Unable to successfully run any of the following:\n"
|
| test_gcpio_compat.c | 24 failure("Error invoking %s -i %s < %s", 30 failure("Error invoking %s -i %s < %s", 41 failure("%s", from); 44 failure("%s", from); 48 failure("%s", from);
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| pwhash_argon2id.exp | 4 [tv] pwhash failure (maybe intentional): [3] 11 [tv3] pwhash_argon2id_str failure (maybe intentional): [0] 12 [tv3] pwhash_argon2id_str failure (maybe intentional): [1] 13 [tv3] pwhash_argon2id_str failure (maybe intentional): [3]
|
| pwhash_argon2i.exp | 4 [tv] pwhash failure (maybe intentional): [3] 7 [tv] pwhash failure (maybe intentional): [6]
|
| /src/external/bsd/libarchive/dist/cat/test/ |
| test_help.c | 36 failure("--help should generate nothing to stderr."); 40 failure("Help output should be long enough."); 42 failure("First line of help output should contain 'bsdcat': %s", p); 53 failure("-h should generate nothing to stderr."); 55 failure("stdout should be same for -h and --help");
|
| test_0.c | 11 * most of these, we just exit on failure. 23 failure("File %s does not exist?!", testprog); 31 failure("%s is not executable?!", testprog); 44 failure("Unable to successfully run: %s --version\n", testprog);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cxx11-ios_failure.cc | 26 // ISO C++ 14882:2011: 27.5.3.1.1 Class ios_base::failure 49 ios_base::failure::failure(const string& __str) function in class:ios_base::failure 52 ios_base::failure::failure(const string& __str, const error_code& __ec) function in class:ios_base::failure 55 ios_base::failure::failure(const char* __str, const error_code& __ec) function in class:ios_base::failure 58 ios_base::failure::~failure() 62 ios_base::failure::what() const throw( [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infcall-failure-2.exp | 16 standard_testfile infcall-failure.c
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| linux-atomic-64bit.c | 75 int failure; \ 81 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 82 } while (failure != 0); \ 104 int failure; \ 110 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 111 } while (failure != 0); \ 127 int failure; local 137 failure = __kernel_cmpxchg64 (&actual_oldval, &newval, ptr); 139 if (__builtin_expect (!failure, 1)) 150 int failure = __kernel_cmpxchg64 (&oldval, &newval, ptr) local 157 int failure; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| linux-atomic-64bit.c | 75 int failure; \ 81 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 82 } while (failure != 0); \ 104 int failure; \ 110 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 111 } while (failure != 0); \ 127 int failure; local 137 failure = __kernel_cmpxchg64 (&actual_oldval, &newval, ptr); 139 if (__builtin_expect (!failure, 1)) 150 int failure = __kernel_cmpxchg64 (&oldval, &newval, ptr) local 157 int failure; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cxx11-ios_failure.cc | 26 // ISO C++ 14882:2011: 27.5.3.1.1 Class ios_base::failure 96 ios_base::failure::failure(const string& __str) function in class:ios_base::failure 99 ios_base::failure::failure(const string& __str, const error_code& __ec) function in class:ios_base::failure 102 ios_base::failure::failure(const char* __str, const error_code& __ec) function in class:ios_base::failure 105 ios_base::failure::~failure() 109 ios_base::failure::what() const throw( [all...] |
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_archive_api_feature.c | 38 failure("Version string is: %s, computed is: %s", 43 failure("Version string is: %s", archive_version_string()); 50 failure("Version string is: %s", archive_version_string());
|
| test_write_disk_sparse.c | 61 failure("%s", msg); 67 failure("%s", msg); 73 failure("%s", msg); 76 failure("%s", msg); 91 failure("%s", msg); 94 failure("offset: %d, %s", (int)(p - buff), msg); 102 failure("offset: %d, %s", (int)(p - buff), msg); 113 failure("offset: %d, %s", (int)(p - buff), msg); 117 failure("%s", msg); 159 failure("%s", msg) [all...] |