Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPException.cpp16 LDAPException::LDAPException(int res_code, const string& err_string) throw() in LDAPException() argument
17 : std::runtime_error(err_string) in LDAPException()
21 m_err_string=err_string; in LDAPException()
35 const char* err_string; in LDAPException() local
38 ldap_get_option(l,LDAP_OPT_DIAGNOSTIC_MESSAGE ,&err_string); in LDAPException()
40 ldap_get_option(l,LDAP_OPT_ERROR_STRING,&err_string); in LDAPException()
42 if ( err_string ) { in LDAPException()
43 m_err_string = string(err_string); in LDAPException()
DLDAPException.h36 const std::string& err_string=std::string()) throw();
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
Dtest_sign.c137 LogError("%s: %s", argv[0], err_string(result)); in main()
238 LogDebug("THE END result=%d:%s",result, err_string( result) );; in main()
Ddaa_parameter.c26 char *err_string(TSS_RESULT r) in err_string() function
/netbsd/src/external/bsd/top/dist/
Dcommands.c200 err_string(void) in err_string() function
463 err_string(); in kill_procs()
534 err_string(); in renice_procs()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-record-btrace.c157 const char *err_string; in btpy_insn_or_gap_new() local
160 err_string = btrace_decode_error (config->format, err_code); in btpy_insn_or_gap_new()
162 return recpy_gap_new (err_code, err_string, number); in btpy_insn_or_gap_new()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
Dkey_verification.c136 LogError("issuer_setup: %s", err_string(result)); in main()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dtest_join.c387 LogError("%s: %s\n", argv[0], err_string(result)); in main()
503 LogDebug("THE END result=%d:%s",result, err_string( result) );; in main()
Dtest.c125 printf( "Tspi Error:%d - %s\n", result, err_string( result) ); in main()