Searched refs:error_string (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Derror_string.c51 if (context->error_string)
52 free(context->error_string);
54 context->error_string = NULL;
109 if (context->error_string) {
110 free(context->error_string);
111 context->error_string = NULL;
114 r = vasprintf(&context->error_string, fmt, args);
116 context->error_string = NULL;
118 if (context->error_string)
119 _krb5_debugx(context, 100, "set-error: %d: %s", (int)ret, context->error_string);
330 char *str = NULL, *error_string = NULL; local
[all...]
H A Ddeprecated.c630 if (context->error_string)
631 ret = strdup(context->error_string);
644 str = context->error_string;
H A DNTMakefile73 $(OBJ)\error_string.obj \
216 error_string.c \
364 $(OBJ)\error_string.obj \
H A Dkrb5_locl.h308 char *error_string; member in struct:krb5_context_data
314 void *mutex; /* protects error_string */
H A Dget_cred.c1038 if (context->error_code == ret && context->error_string)
1039 (void)krb5_store_string(sp, context->error_string);
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Ddrbssl_c.rb11 p [ok, x509_store.error_string]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_util.c156 archive_string_empty(&a->error_string);
172 archive_string_vsprintf(&(a->error_string), fmt, ap);
174 a->error = a->error_string.s;
182 archive_string_copy(&dest->error_string, &src->error_string);
183 dest->error = dest->error_string.s;
H A Darchive_private.h102 struct archive_string error_string; member in struct:archive
H A Darchive_read_disk.c140 archive_string_free(&a->archive.error_string);
H A Darchive_write.c398 archive_string_free(&a->archive.error_string);
H A Darchive_read.c802 archive_string_free(&a->archive.error_string);
H A Darchive_write_disk.c1310 archive_string_free(&a->archive.error_string);
/macosx-10.10.1/sudo-73/src/auth/
H A Ddce.c195 unsigned char error_string[dce_c_error_string_len]; local
199 dce_error_inq_text(input_status, error_string, &error_stat);
200 (void) fprintf(stderr, "%s %s\n", comment, error_string);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dutil.c249 static dce_error_string_t error_string;
252 dce_error_inq_text (st, error_string, &inq_st);
253 return ((char *) error_string);
246 static dce_error_string_t error_string; local
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dcertstore.rb87 error_string = 'certification revoked'
92 error_map[cert.subject] = error_string if error_string
98 error_map[cert.subject] || @x509store.error_string
/macosx-10.10.1/dcerpc-61/dcerpc/include/compat/
H A Ddce2msrpc.h162 #define dce_error_inq_text(error_code, error_string, status) (*(status) = DceErrorInqText(error_code, error_string))
H A Ddcerpc.h174 #define dce_error_inq_text(error_code, error_string, status) (*(status) = DceErrorInqText(error_code, error_string))
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dcloud_keychain_diagnose.c1209 CFStringRef error_string = NULL; local
1212 error_string = CFErrorCopyDescription(error);
1213 if (error_string == NULL) {
1219 (void) CFStringGetCString(error_string, buffer, BUFFER_SIZE, kCFStringEncodingUTF8);
1227 if (error_string != NULL) {
1229 CFRelease(error_string);
1230 error_string = NULL;
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dcloud_keychain_diagnose.c1209 CFStringRef error_string = NULL; local
1212 error_string = CFErrorCopyDescription(error);
1213 if (error_string == NULL) {
1219 (void) CFStringGetCString(error_string, buffer, BUFFER_SIZE, kCFStringEncodingUTF8);
1227 if (error_string != NULL) {
1229 CFRelease(error_string);
1230 error_string = NULL;
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_x509store.rb91 assert_equal("ok", store.error_string)
110 assert_equal("ok", store.error_string)
118 assert_match(/expire/i, store.error_string)
121 assert_match(/not yet valid/i, store.error_string)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkextunpack_main.c804 char * error_string = (char *)malloc((1+bufsize) * sizeof(char)); local
805 if (!error_string) {
810 if (CFStringGetCString(errorString, error_string,
813 error_string);
815 free(error_string);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmacmenu.c1016 CFStringRef error_string, explanation_string;
1033 error_string = cfstring_create_with_string (XCAR (contents));
1034 if (error_string == NULL)
1041 error_string =
1044 if (error_string == NULL)
1054 CFRelease (error_string);
1075 err = CreateStandardAlert (kAlertNoteAlert, error_string,
1077 CFRelease (error_string);
1009 CFStringRef error_string, explanation_string; variable
1047 CFRelease (error_string); variable
1070 CFRelease (error_string); variable
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp128 char error_string[1024]; variable
3670 error_string[0] = '\0';
3676 strlcpy(error_string, message, sizeof(error_string));
3681 return error_string;
3692 setAlImageInfosHalt(error_string, terminationFlags);
3693 dyld_fatal_error(error_string);

Completed in 155 milliseconds