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/
H A 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()
H A DLDAPException.h36 const std::string& err_string=std::string()) throw();
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A 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()
H A Ddaa_parameter.c26 char *err_string(TSS_RESULT r) in err_string() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Ddaa_parameter.h85 extern char *err_string(TSS_RESULT r);
/netbsd-src/external/bsd/top/dist/
H A Dcommands.c200 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 Dkey_verification.c136 LogError("issuer_setup: %s", err_string(result)); in main()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A 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()
H A Dtest.c125 printf( "Tspi Error:%d - %s\n", result, err_string( result) ); in main()