/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | error_string.c | 53 if (context->error_string) in krb5_clear_error_message() 54 free(context->error_string); in krb5_clear_error_message() 56 context->error_string = NULL; in krb5_clear_error_message() 111 if (context->error_string) { in krb5_vset_error_message() 112 free(context->error_string); in krb5_vset_error_message() 113 context->error_string = NULL; in krb5_vset_error_message() 116 r = vasprintf(&context->error_string, fmt, args); in krb5_vset_error_message() 118 context->error_string = NULL; in krb5_vset_error_message() 120 if (context->error_string) in krb5_vset_error_message() 121 _krb5_debug(context, 100, "error message: %s: %d", context->error_string, ret); in krb5_vset_error_message() [all …]
|
H A D | deprecated.c | 628 if (context->error_string) in krb5_get_error_string() 629 ret = strdup(context->error_string); in krb5_get_error_string() 640 str = context->error_string; in krb5_have_error_string()
|
H A D | Makefile.am | 157 error_string.c \ 295 error_string.c \
|
H A D | NTMakefile | 78 $(OBJ)\error_string.obj \ 230 error_string.c \ 390 $(OBJ)\error_string.obj \
|
H A D | krb5_locl.h | 258 char *error_string; member
|
H A D | Makefile.in | 239 libkrb5_la-enomem.lo libkrb5_la-error_string.lo \ 309 librfc3961_la-error_string.lo librfc3961_la-keyblock.lo \ 644 ./$(DEPDIR)/libkrb5_la-error_string.Plo \ 749 ./$(DEPDIR)/librfc3961_la-error_string.Plo \ 1402 error_string.c \ 1525 error_string.c \ 1989 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-error_string.Plo@am__quote@ # am--inclu… 2094 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfc3961_la-error_string.Plo@am__quote@ # am--in… 2450 libkrb5_la-error_string.lo: error_string.c 2451 …error_string.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-error_string.Tpo -c -o libkrb5_la-error_string.lo… [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | check_GNU_style_lib.py | 60 def error_string(s): function 86 + error_string(line_expanded[self.limit:]), 99 line.replace(self.expanded_tab, error_string(ws_char * ts)), 111 error_string(start.replace('\t', ws_char * ts)) + line[len(start):], 123 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 135 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 147 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 159 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):], 174 line[:m.start(2)] + error_string(m.group(2)) + line[m.end(2):], 186 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):], [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | check_GNU_style_lib.py | 60 def error_string(s): function 86 + error_string(line_expanded[self.limit:]), 99 line.replace(self.expanded_tab, error_string(ws_char * ts)), 111 error_string(start.replace('\t', ws_char * ts)) + line[len(start):], 123 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 135 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 147 line[:m.start(1)] + error_string(ws_char * len(m.group(1))) 159 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):], 174 line[:m.start(2)] + error_string(m.group(2)) + line[m.end(2):], 186 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):], [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | tsget.in | 101 my $error_string; 104 $error_string = "could not get timestamp"; 105 $error_string .= ", http code: $http_code" unless $http_code == 0; 106 $error_string .= ", curl code: $error_code"; 107 $error_string .= " ($::error_buf)" if defined($::error_buf); 112 $error_string = "unexpected content type returned: $ct"; 115 return ($ts_body, $error_string);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | tsget.in | 101 my $error_string; 104 $error_string = "could not get timestamp"; 105 $error_string .= ", http code: $http_code" unless $http_code == 0; 106 $error_string .= ", curl code: $error_code"; 107 $error_string .= " ($::error_buf)" if defined($::error_buf); 112 $error_string = "unexpected content type returned: $ct"; 115 return ($ts_body, $error_string);
|
/netbsd-src/usr.sbin/gspa/gspa/ |
H A D | gspa.c | 256 char error_string[256]; in perr() local 262 vsprintf(error_string, fmt, ap); in perr() 264 fprintf(stderr, "%s\n", error_string); in perr() 265 list_error(error_string); in perr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | error.cc | 136 error_string (const char *p) in error_string() function 164 error_string (p + 1); in error_uinteger() 201 error_string (p + 1); in error_hwuint() 354 error_string (f->filename); in show_locus() 418 error_string (buffer); in show_locus() 760 error_string (type); in error_print() 800 error_string (spec[n++].u.stringval); in error_print()
|
H A D | ChangeLog-2004 | 782 (gfc_buffer_error, error_char, error_string): Remove blank line in
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | error.c | 127 error_string (const char *p) in error_string() function 155 error_string (p + 1); in error_uinteger() 308 error_string (f->filename); in show_locus() 372 error_string (buffer); in show_locus() 674 error_string (type); in error_print() 714 error_string (spec[n++].u.stringval); in error_print()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
H A D | hwcdrv.c | 728 start_one_ctr (int ii, size_t pgsz, hdrv_pcl_ctx_t * pctx, char *error_string) in start_one_ctr() argument 741 error_string, ii, errno); in start_one_ctr() 751 (long) buffer_area_sz, (long) pgsz, error_string, ii, strerror (errno)); in start_one_ctr() 768 TprintfT (0, "%s idx=%d O_ASYNC failed\n", error_string, ii); in start_one_ctr() 791 TprintfT (0, "%s idx=%d F_SETOWN failed\n", error_string, ii); in start_one_ctr() 799 TprintfT (0, "%s idx=%d F_SETSIG failed\n", error_string, ii); in start_one_ctr()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
H A D | hwcdrv.c | 723 start_one_ctr (int ii, size_t pgsz, hdrv_pcl_ctx_t * pctx, char *error_string) in start_one_ctr() argument 736 error_string, ii, errno); in start_one_ctr() 746 (long) buffer_area_sz, (long) pgsz, error_string, ii, strerror (errno)); in start_one_ctr() 763 TprintfT (0, "%s idx=%d O_ASYNC failed\n", error_string, ii); in start_one_ctr() 786 TprintfT (0, "%s idx=%d F_SETOWN failed\n", error_string, ii); in start_one_ctr() 794 TprintfT (0, "%s idx=%d F_SETSIG failed\n", error_string, ii); in start_one_ctr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | godump.c | 659 unsigned int index, const char *error_string) in go_force_record_alignment() argument 664 obstack_grow (ob, error_string, strlen (error_string)); in go_force_record_alignment()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | godump.cc | 651 unsigned int index, const char *error_string) in go_force_record_alignment() argument 655 obstack_grow (ob, error_string, strlen (error_string)); in go_force_record_alignment()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog | 91 * lib/krb5/error_string.c (krb5_free_error_message): constify 93 * lib/krb5/error_string.c: Add krb5_get_error_message(). 163 * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
|
H A D | ChangeLog.2001 | 769 * lib/krb5/warn.c (_warnerr): print error_string in context in 775 * lib/krb5/krb5.h (krb5_context_data): add error_string and 777 * lib/krb5/Makefile.am (libkrb5_la_SOURCES): add error_string.c 778 * lib/krb5/error_string.c: new file
|
H A D | ChangeLog.2003 | 3 * lib/krb5/error_string.c: protect error_string with mutex 7 * lib/krb5/krb5.h (krb5_context_data): add mutex for error_string
|
H A D | ChangeLog.2006 | 1962 * lib/krb5/error_string.c: Change indentation, update (c) 1991 * lib/krb5/error_string.c (krb5_get_error_message): new function,
|
/netbsd-src/crypto/external/bsd/heimdal/lib/libkrb5/ |
H A D | Makefile | 71 error_string.c \
|