Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dpassword_quality.c463 static char error_msg[1024]; in kadm5_check_password_quality() local
483 error_msg[0] = '\0'; in kadm5_check_password_quality()
495 error_msg, sizeof(error_msg)); in kadm5_check_password_quality()
499 proc->name, error_msg); in kadm5_check_password_quality()
500 msg = error_msg; in kadm5_check_password_quality()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_lookup.c838 const char *error_msg = NULL; in ext2fs_dirbadentry() local
843 error_msg = "rec_len is smaller than minimal"; in ext2fs_dirbadentry()
845 error_msg = "rec_len % 4 != 0"; in ext2fs_dirbadentry()
847 error_msg = "namlen > EXT2FS_MAXNAMLEN"; in ext2fs_dirbadentry()
849 error_msg = "reclen is too small for name_len"; in ext2fs_dirbadentry()
851 error_msg = "directory entry across blocks"; in ext2fs_dirbadentry()
854 error_msg = "inode out of bounds"; in ext2fs_dirbadentry()
856 if (error_msg != NULL) { in ext2fs_dirbadentry()
859 error_msg, entryoffsetinblock, in ext2fs_dirbadentry()
864 return error_msg in ext2fs_dirbadentry()
[all...]
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c219 char *matched_msg, *error_msg; in main() local
320 error_msg = NULL; in main()
321 ldap_get_option(ld, LDAP_OPT_DIAGNOSTIC_MESSAGE, &error_msg); in main()
322 if ( error_msg != NULL ) { in main()
323 if ( *error_msg != '\0' ) { in main()
324 fprintf( rejfp, _(", additional info: %s"), error_msg ); in main()
326 ldap_memfree( error_msg ); in main()
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech.c180 const char *name, const char *error_msg) in saslc__mech_strdup() argument
186 saslc__error_set(ERR(sess), ERROR_MECH, error_msg); in saslc__mech_strdup()
/netbsd-src/external/mit/isl/dist/
H A Disl_ctx.c125 ctx->error_msg = msg; in isl_ctx_set_full_error()
330 return ctx ? ctx->error_msg : NULL; in isl_ctx_last_error_msg()
352 ctx->error_msg = NULL; in isl_ctx_reset_error()
H A Disl_ctx_private.h34 const char *error_msg; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp129 SmallString<256> error_msg; in main() local
130 llvm::raw_svector_ostream error_stream(error_msg); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts-jobserver.h33 string error_msg = ""; member
H A Dopts-common.c1850 error_msg in jobserver_info()
1854 error_msg = "%<" + js_needle + "%> is not present in %<MAKEFLAGS%>"; in jobserver_info()
1857 error_msg = "%<MAKEFLAGS%> environment variable is unset"; in jobserver_info()
1859 if (!error_msg.empty ()) in jobserver_info()
1860 error_msg = "jobserver is not available: " + error_msg; in jobserver_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-jobserver.h33 string error_msg = ""; member
H A Dopts-common.cc2048 error_msg in jobserver_info()
2052 error_msg = "%<" + js_needle + "%> is not present in %<MAKEFLAGS%>"; in jobserver_info()
2055 error_msg = "%<MAKEFLAGS%> environment variable is unset"; in jobserver_info()
2057 if (!error_msg.empty ()) in jobserver_info()
2058 error_msg = "jobserver is not available: " + error_msg; in jobserver_info()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc115 std::string error_msg; in FindBenchmarks() local
122 if (!re.Init(spec, &error_msg)) { in FindBenchmarks()
123 Err << "Could not compile benchmark re: " << error_msg << std::endl; in FindBenchmarks()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc115 std::string error_msg; in FindBenchmarks() local
122 if (!re.Init(spec, &error_msg)) { in FindBenchmarks()
123 Err << "Could not compile benchmark re: " << error_msg << std::endl; in FindBenchmarks()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c697 err_printf(m, "%s\n", error->error_msg); in err_print_gt()
743 if (*error->error_msg) in __err_print_to_sgl()
744 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1689 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function
1707 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1713 len += scnprintf(error->error_msg + len, in error_msg()
1714 sizeof(error->error_msg) - len, in error_msg()
1719 return error->error_msg; in error_msg()
1871 dev_info(i915->drm.dev, "%s\n", error_msg(error)); in i915_error_state_store()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeView.h428 return error_msg; in get_error_msg()
434 error_msg = NULL; in clear_error_msg()
635 char *error_msg; // error message variable
H A DModule.cc805 dbev->error_msg = NULL; in get_data()
811 dbev->error_msg = anno_str (srcContext->get_name ()); in get_data()
817 dbev->error_msg = anno_str (); in get_data()
828 dbev->error_msg = anno_str (srcContext->get_name ()); in get_data()
841 dbev->error_msg = anno_str (); in get_data()
852 dbev->error_msg = anno_str (); in get_data()
863 dbev->error_msg = anno_str (); in get_data()
H A Dgp-print.h46 char *error_msg;
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.h428 return error_msg; in get_error_msg()
434 error_msg = NULL; in clear_error_msg()
635 char *error_msg; // error message variable
H A DModule.cc805 dbev->error_msg = NULL; in get_data()
811 dbev->error_msg = anno_str (srcContext->get_name ()); in get_data()
817 dbev->error_msg = anno_str (); in get_data()
828 dbev->error_msg = anno_str (srcContext->get_name ()); in get_data()
841 dbev->error_msg = anno_str (); in get_data()
852 dbev->error_msg = anno_str (); in get_data()
863 dbev->error_msg = anno_str (); in get_data()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py197 error_msg = 'this is my error output'
207 'error_output': error_msg,
232 self.assertEqual([error_msg], result[error_file])
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.cc350 InternalScopedString error_msg(256); in Print() local
351 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), in Print()
353 ReportErrorSummary(error_msg.data()); in Print()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.cc348 InternalScopedString error_msg(256); in Print() local
349 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), in Print()
351 ReportErrorSummary(error_msg.data()); in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.cpp363 InternalScopedString error_msg; in Print() local
364 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), in Print()
366 ReportErrorSummary(error_msg.data()); in Print()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.c204 if (ne->error_msg) { in npfctl_print_error()
205 errx(EXIT_FAILURE, "%s", ne->error_msg); in npfctl_print_error()
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c656 goto error_msg; in io_open_src_real()
659 goto error_msg; in io_open_src_real()
730 error_msg: in io_open_src_real()

123