Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Derror_string.c53 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 Ddeprecated.c628 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 DMakefile.am157 error_string.c \
295 error_string.c \
H A DNTMakefile78 $(OBJ)\error_string.obj \
230 error_string.c \
390 $(OBJ)\error_string.obj \
H A Dkrb5_locl.h258 char *error_string; member
H A DMakefile.in239 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
2451error_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 Dcheck_GNU_style_lib.py60 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 Dcheck_GNU_style_lib.py60 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 Dtsget.in101 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 Dtsget.in101 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 Dgspa.c256 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 Derror.cc136 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 DChangeLog-2004782 (gfc_buffer_error, error_char, error_string): Remove blank line in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c127 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 Dhwcdrv.c728 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 Dhwcdrv.c723 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 Dgodump.c659 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 Dgodump.cc651 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 DChangeLog91 * 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 DChangeLog.2001769 * 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 DChangeLog.20033 * 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 DChangeLog.20061962 * 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 DMakefile71 error_string.c \