Searched refs:error_msg (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dpassword_quality.c463 static char error_msg[1024]; local
482 error_msg[0] = '\0';
494 error_msg, sizeof(error_msg));
498 proc->name, error_msg);
499 msg = error_msg;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dmech.c174 * @param error_msg error messages set on failure
180 const char *name, const char *error_msg)
186 saslc__error_set(ERR(sess), ERROR_MECH, error_msg); local
179 saslc__mech_strdup(saslc_sess_t *sess, char **out, size_t *outlen, const char *name, const char *error_msg) argument
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_lookup.c712 const char *error_msg = NULL; local
717 error_msg = "rec_len is smaller than minimal";
719 error_msg = "rec_len % 4 != 0";
721 error_msg = "namlen > EXT2FS_MAXNAMLEN";
723 error_msg = "reclen is too small for name_len";
725 error_msg = "directory entry across blocks";
728 error_msg = "inode out of bounds";
730 if (error_msg != NULL) {
733 error_msg, entryoffsetinblock,
738 return error_msg
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c248 char *matched_msg, *error_msg; local
354 error_msg = NULL;
355 ldap_get_option(ld, LDAP_OPT_DIAGNOSTIC_MESSAGE, &error_msg);
356 if ( error_msg != NULL ) {
357 if ( *error_msg != '\0' ) {
358 fprintf( rejfp, _(", additional info: %s"), error_msg );
360 ldap_memfree( error_msg );
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c440 goto error_msg;
445 goto error_msg;
452 goto error_msg;
502 error_msg:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dsemantics.c2472 const char **error_msg)
2476 *error_msg = NULL;
2548 *error_msg = "missing template arguments";
2554 *error_msg = "expected primary-expression";
2461 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg) argument
H A Ddecl.c6588 const char* error_msg;
6595 error_msg = NULL;
6601 error_msg = "array of void";
6605 error_msg = "array of functions";
6609 error_msg = "array of references";
6613 error_msg = "array of function members";
6621 if (error_msg)
6624 error ("declaration of %qD as %s", name, error_msg);
6626 error ("creating %s", error_msg);
6573 const char* error_msg; local
H A Dparser.c3107 const char *error_msg;
3194 &error_msg));
3195 if (error_msg)
3196 cp_parser_error (parser, error_msg);
16409 dyn_string_t error_msg;
16412 error_msg = dyn_string_new (0);
16413 dyn_string_append_cstr (error_msg, "expected ");
16414 dyn_string_append_cstr (error_msg, token_desc);
16415 cp_parser_error (parser, error_msg->s);
16416 dyn_string_delete (error_msg);
3105 const char *error_msg; local
16407 dyn_string_t error_msg; local
[all...]
H A Dpt.c8659 const char *error_msg;
8684 &error_msg);
8685 if (error_msg)
8686 error (error_msg);
8658 const char *error_msg; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c2770 const char **error_msg,
2775 *error_msg = NULL;
2905 *error_msg = "missing template arguments";
2911 *error_msg = "expected primary-expression";
2759 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg, location_t location) argument
H A Dparser.c3512 const char *error_msg;
3626 &error_msg,
3628 if (error_msg)
3629 cp_parser_error (parser, error_msg);
7283 const char* error_msg;
7310 &error_msg,
9578 const char *error_msg;
9608 &error_msg,
19747 dyn_string_t error_msg;
19750 error_msg
3510 const char *error_msg; local
7281 const char* error_msg; local
9576 const char *error_msg; local
19745 dyn_string_t error_msg; local
[all...]
H A Dpt.c12061 const char *error_msg;
12086 &error_msg,
12088 if (error_msg)
12089 error (error_msg);
12060 const char *error_msg; local

Completed in 287 milliseconds