HomeSort by: relevance | last modified time | path
    Searched defs:err_string (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_parameter.c 26 char *err_string(TSS_RESULT r) function
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPException.cpp 16 LDAPException::LDAPException(int res_code, const string& err_string) throw()
17 : std::runtime_error(err_string)
21 m_err_string=err_string;
35 const char* err_string; local
38 ldap_get_option(l,LDAP_OPT_DIAGNOSTIC_MESSAGE ,&err_string);
40 ldap_get_option(l,LDAP_OPT_ERROR_STRING,&err_string);
42 if ( err_string ) {
43 m_err_string = string(err_string);
  /src/external/bsd/top/dist/
commands.c 189 * void err_string()
200 err_string(void) function
463 err_string();
534 err_string();
  /src/external/gpl3/gdb/dist/gdb/python/
py-record-btrace.c 164 const char *err_string; local
167 err_string = btrace_decode_error (config->format, err_code);
169 return recpy_gap_new (err_code, err_string, number);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record-btrace.c 157 const char *err_string; local
160 err_string = btrace_decode_error (config->format, err_code);
162 return recpy_gap_new (err_code, err_string, number);

Completed in 29 milliseconds