| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts-jobserver.h | 33 string error_msg = ""; member in struct:jobserver_info
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opts-jobserver.h | 45 string error_msg = ""; member in struct:jobserver_info
|
| /src/external/mit/isl/dist/ |
| isl_ctx_private.h | 6 * "error_msg" stores the error message of the last error, 8 * "error_msg" and "error_file" always point to statically allocated 34 const char *error_msg; member in struct:isl_ctx
|
| isl_ctx.c | 125 ctx->error_msg = msg; 330 return ctx ? ctx->error_msg : NULL; 352 ctx->error_msg = NULL;
|
| /src/external/public-domain/xz/dist/tests/ |
| tuktest.h | 666 const char *error_msg = NULL; local 669 error_msg = "Filename is NULL"; 675 error_msg = "Filename is an empty string"; 681 error_msg = "The size argument is NULL"; 708 error_msg = "Failed to open the file"; 718 error_msg = "Seeking failed (fseek end)"; 724 error_msg = "Seeking failed (ftell)"; 729 error_msg = "File is empty"; 734 error_msg = "File size exceeds TUKTEST_FILE_SIZE_MAX"; 745 error_msg = "Read error" [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| password_quality.c | 463 static char error_msg[1024]; local 483 error_msg[0] = '\0'; 495 error_msg, sizeof(error_msg)); 499 proc->name, error_msg); 500 msg = error_msg;
|
| /src/crypto/external/bsd/libsaslc/dist/src/ |
| mech.c | 170 * @param error_msg error messages set on failure 176 const char *name, const char *error_msg) 182 saslc__error_set(ERR(sess), ERROR_MECH, error_msg); local
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_tls.h | 107 const char **error_msg,
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_tls.c | 49 const char *error_msg; member in struct:quic_tls_st 666 const char *error_msg, 682 error_code, error_code, error_msg); 692 qtls->error_msg = error_msg; 700 #define RAISE_ERROR(qtls, error_code, error_msg) \ 701 raise_error((qtls), (error_code), (error_msg), \ 884 const char **error_msg, 889 *error_msg = qtls->error_msg; [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| break-cond-parse.c | 565 const char *rest = nullptr, const char *error_msg = nullptr) 573 if (error_msg == nullptr) 574 error_msg = ""; 598 || exception_msg != error_msg) 623 test_error (const char *input, const char *error_msg) 625 test (input, nullptr, -1, -1, -1, false, nullptr, error_msg);
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| ClangSrcLocDump.cpp | 129 SmallString<256> error_msg;
local 130 llvm::raw_svector_ostream error_stream(error_msg);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-cond-parse.c | 566 const char *rest = nullptr, const char *error_msg = nullptr) 574 if (error_msg != nullptr) 575 error_str = std::string (error_msg) + "\n"; 627 test_error (const char *input, const char *error_msg) 629 test (input, nullptr, -1, -1, -1, false, nullptr, error_msg);
|
| /src/external/bsd/openldap/dist/clients/tools/ |
| ldapmodify.c | 232 char *matched_msg, *error_msg; local 335 error_msg = NULL; 336 ldap_get_option(ld, LDAP_OPT_DIAGNOSTIC_MESSAGE, &error_msg); 337 if ( error_msg != NULL ) { 338 if ( *error_msg != '\0' ) { 339 fprintf( rejfp, _(", additional info: %s"), error_msg ); 341 ldap_memfree( error_msg );
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_lookup.c | 838 const char *error_msg = NULL; local 843 error_msg = "rec_len is smaller than minimal"; 845 error_msg = "rec_len % 4 != 0"; 847 error_msg = "namlen > EXT2FS_MAXNAMLEN"; 849 error_msg = "reclen is too small for name_len"; 851 error_msg = "directory entry across blocks"; 854 error_msg = "inode out of bounds"; 856 if (error_msg != NULL) { 859 error_msg, entryoffsetinblock, 864 return error_msg == NULL ? 0 : 1 [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-print.h | 46 char *error_msg; member in class:er_print
|
| DbeView.h | 428 return error_msg; 434 error_msg = NULL; 635 char *error_msg; // error message member in class:DbeView
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-print.h | 46 char *error_msg; member in class:er_print
|
| DbeView.h | 428 return error_msg; 434 error_msg = NULL; 635 char *error_msg; // error message member in class:DbeView
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark_register.cc | 115 std::string error_msg; local 122 if (!re.Init(spec, &error_msg)) { 123 Err << "Could not compile benchmark re: " << error_msg << std::endl;
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| benchmark_register.cc | 115 std::string error_msg; local 122 if (!re.Init(spec, &error_msg)) { 123 Err << "Could not compile benchmark re: " << error_msg << std::endl;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_gpu_error.c | 697 err_printf(m, "%s\n", error->error_msg); 743 if (*error->error_msg) 744 err_printf(m, "%s\n", error->error_msg); 1689 static const char *error_msg(struct i915_gpu_coredump *error) function 1707 len = scnprintf(error->error_msg, sizeof(error->error_msg), 1713 len += scnprintf(error->error_msg + len, 1714 sizeof(error->error_msg) - len, 1719 return error->error_msg; 1871 dev_info(i915->drm.dev, "%s\n", error_msg(error)) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_errors.cc | 350 InternalScopedString error_msg(256); 351 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), 353 ReportErrorSummary(error_msg.data());
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
| test_analyze.py | 197 error_msg = 'this is my error output' 207 'error_output': error_msg, 232 self.assertEqual([error_msg], result[error_file])
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_errors.cpp | 381 InternalScopedString error_msg; local 382 error_msg.AppendF("%s: global '%s' at %s", scariness.GetDescription(), 384 ReportErrorSummary(error_msg.data());
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_errors.cpp | 363 InternalScopedString error_msg; local 364 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), 366 ReportErrorSummary(error_msg.data());
|