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

/macosx-10.9.5/Heimdal-323.92.1/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);
321 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.h304 char *error_string; member in struct:krb5_context_data
310 void *mutex; /* protects error_string */
H A Dget_cred.c1006 if (context->error_code == ret && context->error_string)
1007 (void)krb5_store_string(sp, context->error_string);
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddrbssl_c.rb11 p [ok, x509_store.error_string]
/macosx-10.9.5/libarchive-29/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.9.5/sudo-72/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.9.5/dcerpc-58/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.9.5/ruby-104/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.9.5/dcerpc-58/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.9.5/Security-55471.14.18/utilities/src/
H A Dcloud_keychain_diagnose.c1221 CFStringRef error_string = NULL; local
1224 error_string = CFErrorCopyDescription(error);
1225 if (error_string == NULL) {
1231 (void) CFStringGetCString(error_string, buffer, BUFFER_SIZE, kCFStringEncodingUTF8);
1239 if (error_string != NULL) {
1241 CFRelease(error_string);
1242 error_string = NULL;
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dcloud_keychain_diagnose.c1221 CFStringRef error_string = NULL; local
1224 error_string = CFErrorCopyDescription(error);
1225 if (error_string == NULL) {
1231 (void) CFStringGetCString(error_string, buffer, BUFFER_SIZE, kCFStringEncodingUTF8);
1239 if (error_string != NULL) {
1241 CFRelease(error_string);
1242 error_string = NULL;
/macosx-10.9.5/ruby-104/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.9.5/cctools-845/as/
H A Dsymbols.c530 const char * error_string;
534 error_string = hash_jam (sy_hash, symbolP -> sy_name, (char *)symbolP);
535 if (error_string != NULL && error_string[0] != '\0')
538 symbolP -> sy_name, error_string);
525 const char * error_string; local
/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c798 char * error_string = (char *)malloc((1+bufsize) * sizeof(char)); local
799 if (!error_string) {
804 if (CFStringGetCString(errorString, error_string,
807 error_string);
809 free(error_string);
/macosx-10.9.5/emacs-92/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.9.5/dyld-239.4/src/
H A Ddyld.cpp120 char error_string[1024]; variable
3453 error_string[0] = '\0';
3459 strlcpy(error_string, message, sizeof(error_string));
3464 return error_string;
3475 setAlImageInfosHalt(error_string, terminationFlags);
3476 dyld_fatal_error(error_string);
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c3769 const char *error_string; local
3772 error_string = prune_trie((uint8_t *)(object->object_addr +
3777 if(error_string != NULL){
3778 error_arch(arch, member, "%s", error_string);

Completed in 275 milliseconds