Searched refs:err_string (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPException.cpp | 16 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()
|
H A D | LDAPException.h | 36 const std::string& err_string=std::string()) throw();
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
H A D | test_sign.c | 137 LogError("%s: %s", argv[0], err_string(result)); in main() 238 LogDebug("THE END result=%d:%s",result, err_string( result) );; in main()
|
H A D | daa_parameter.c | 26 char *err_string(TSS_RESULT r) in err_string() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/ |
H A D | daa_parameter.h | 85 extern char *err_string(TSS_RESULT r);
|
/netbsd-src/external/bsd/top/dist/ |
H A D | commands.c | 200 err_string(void) in err_string() function 463 err_string(); in kill_procs() 534 err_string(); in renice_procs()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
H A D | key_verification.c | 136 LogError("issuer_setup: %s", err_string(result)); in main()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
H A D | test_join.c | 387 LogError("%s: %s\n", argv[0], err_string(result)); in main() 503 LogDebug("THE END result=%d:%s",result, err_string( result) );; in main()
|
H A D | test.c | 125 printf( "Tspi Error:%d - %s\n", result, err_string( result) ); in main()
|