Searched refs:error_text (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/dcerpc-61/dcerpc/include/dce/aix5.2.0.0/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/darwin/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/freebsd6.0/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/hpux11.11/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/linux-gnu/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.10/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.8/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.9/
H A Ddce_error.h88 dce_error_string_t error_text, int* status);
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.h32 int IPSecValidateConfiguration(CFDictionaryRef ipsec_dict, char **error_text);
33 int IPSecApplyConfiguration(CFDictionaryRef ipsec_dict, char **error_text);
34 int IPSecRemoveConfiguration(CFDictionaryRef ipsec_dict, char **error_text);
35 int IPSecRemoveConfigurationFile(CFDictionaryRef ipsec_dict, char **error_text);
43 int IPSecInstallPolicies(CFDictionaryRef ipsec_dict, CFIndex index, char **error_text);
44 int IPSecRemovePolicies(CFDictionaryRef ipsec_dict, CFIndex index, char **error_text);
45 int IPSecInstallRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char **error_text, struct in_addr gateway);
46 int IPSecRemoveRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char **error_text, struct in_addr gateway);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddce_error.c164 ** error_text A user provided buffer to hold the text
186 char *error_text,
227 strlcpy ((char *)error_text, "successful completion", error_text_len);
248 sprintf ((char *) error_text, "status %08lx (unknown facility)", status_to_convert);
298 sprintf ((char *) error_text, "status %08lx", status_to_convert);
313 sprintf ((char *) error_text, "%s", message);
321 sprintf ((char *) error_text, "status %08lx", status_to_convert);
326 sprintf ((char *) error_text, "status %08lx", status_to_convert);
331 dce_error_string_t error_text,
347 strlcpy ((char *)error_text, "successfu
183 dce_get_msg( unsigned long status_to_convert, char *error_text, size_t error_text_len, char *fname, char *cname, int *status) argument
328 dce_error_inq_text( unsigned long status_to_convert, dce_error_string_t error_text, int *status ) argument
[all...]
H A Dcominit.c412 dce_error_string_t error_text;
415 dce_error_inq_text(status, error_text, &temp_status);
428 error_text );
437 dce_error_string_t error_text;
440 dce_error_inq_text(status, error_text, &temp_status);
453 error_text );
463 dce_error_string_t error_text;
466 dce_error_inq_text(status, error_text, &temp_status);
479 error_text );
562 dce_error_string_t error_text;
407 dce_error_string_t error_text; local
432 dce_error_string_t error_text; local
458 dce_error_string_t error_text; local
557 dce_error_string_t error_text; local
632 dce_error_string_t error_text; local
797 dce_error_string_t error_text; local
819 dce_error_string_t error_text; local
842 dce_error_string_t error_text; local
1149 dce_error_string_t error_text; local
[all...]
H A Dcnassoc.c1913 dce_error_string_t error_text;
1916 dce_error_inq_text(*st, error_text, &temp_status);
1929 error_text );
3855 dce_error_string_t error_text;
3858 dce_error_inq_text(*st, error_text, &temp_status);
3871 error_text );
1898 dce_error_string_t error_text; local
3826 dce_error_string_t error_text; local
H A Dcnsassm.c3867 dce_error_string_t error_text;
3870 dce_error_inq_text(*st, error_text, &temp_status);
3882 error_text );
4047 dce_error_string_t error_text;
4050 dce_error_inq_text(sec->sec_status, error_text, &temp_status);
4062 error_text );
3827 dce_error_string_t error_text; local
4007 dce_error_string_t error_text; local
H A Dcnrcvr.c942 dce_error_string_t error_text;
945 dce_error_inq_text(auth_st, error_text, &temp_status);
957 error_text );
938 dce_error_string_t error_text; local
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dserver.c253 fprintf(stderr, "Cannot create thread pool - %s\n", error_text(st));
261 fprintf(stderr, "Cannot set thread pool fn - %s\n", error_text(st));
294 fprintf(stderr, "Cannot thread pool fn NULL - %s\n", error_text(st));
304 fprintf(stderr, "Cannot free thread pool - %s\n", error_text(st));
329 fprintf(stderr, "*** Can't register - %s\n", error_text(st));
338 fprintf(stderr, "*** Can't register Foo mgr - %s\n", error_text(st));
347 fprintf(stderr, "*** Can't register Bar mgr - %s\n", error_text(st));
368 fprintf(stderr, "*** Can't register Foo1 object - %s\n", error_text(st));
376 fprintf(stderr, "*** Can't register Bar1 object - %s\n", error_text(st));
384 fprintf(stderr, "*** Can't register Foo1 object - %s\n", error_text(s
[all...]
H A Dperf_c.h120 extern char *error_text();
H A Dclient.c469 name, error_text (st));
482 error_text (st));
493 error_text (st));
513 error_text (st));
534 error_text (st));
543 error_text (st));
577 error_text (st));
597 fprintf(stderr, "*** Can't reset binding - %s\n", error_text(st));
760 error_text (st));
872 pstring, error_text(s
[all...]
H A Dperf.c380 error_text(*st));
441 error_text (*st));
451 error_text (*st));
456 error_text(xst));
487 error_text (st1));
494 error_text(st2));
H A Dutil.c244 char *error_text (st)
241 char *error_text (st) function
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_extracted.c108 const char *error_text; local
158 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
159 if (error_text != 0) {
161 state->queue_id, error_text, buf);
H A Dcleanup_envelope.c113 const char *error_text; local
172 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
173 if (error_text != 0) {
175 state->queue_id, error_text, buf);
/macosx-10.10/postfix-255/postfix/src/postcat/
H A Dpostcat.c154 const char *error_text; local
365 error_text = split_nameval(STR(buffer), &attr_name, &attr_value);
366 if (error_text != 0) {
368 VSTREAM_PATH(fp), error_text, STR(buffer));
/macosx-10.10/postfix-255/postfix/src/postdrop/
H A Dpostdrop.c230 const char *error_text; local
428 if ((error_text = split_nameval(vstring_str(buf), &attr_name,
431 (long) uid, error_text, vstring_str(buf));
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c267 static VSTRING *error_text; variable
646 * error_text is used for returning error responses.
648 error_text = vstring_alloc(10);
823 vstring_sprintf(error_text, "action=%s for %s=%s",
826 vstring_strcat(error_text, " ");
828 vstring_vsprintf_append(error_text, format, ap);
831 log_whatsup(state, whatsup, STR(error_text));
867 vstring_sprintf(error_text, "%d %s ", code, dsn);
869 vstring_vsprintf_append(error_text, format, ap);
878 msg_warn("SMTP reply code configuration error: %s", STR(error_text));
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dscram.c362 char ** error_text)
370 *error_text = NULL;
373 *error_text = "empty secret";
404 *error_text = "HMAC-SHA1 call failed";
411 *error_text = "SHA1 call failed";
425 *error_text = "HMAC-SHA1 call failed";
782 char * error_text = NULL; local
818 &error_text);
820 if (error_text != NULL) {
821 sparams->utils->seterror(sparams->utils->conn, 0, error_text);
354 GenerateScramSecrets(const sasl_utils_t * utils, const char * password, size_t password_len, char * salt, size_t salt_len, unsigned int iteration_count, char * StoredKey, char * ServerKey, char ** error_text) argument
1558 char * error_text = NULL; local
[all...]

Completed in 244 milliseconds

12