HomeSort by: relevance | last modified time | path
    Searched refs:error_string (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
error_string.c 1 /* $NetBSD: error_string.c,v 1.3 2019/12/15 22:50:50 christos Exp $ */
53 if (context->error_string)
54 free(context->error_string);
56 context->error_string = NULL;
111 if (context->error_string) {
112 free(context->error_string);
113 context->error_string = NULL;
116 r = vasprintf(&context->error_string, fmt, args);
118 context->error_string = NULL;
120 if (context->error_string)
    [all...]
deprecated.c 628 if (context->error_string)
629 ret = strdup(context->error_string);
640 str = context->error_string;
NTMakefile 78 $(OBJ)\error_string.obj \
230 error_string.c \
390 $(OBJ)\error_string.obj \
krb5_locl.h 258 char *error_string; member in struct:krb5_context_data
264 HEIMDAL_MUTEX mutex; /* protects error_string */
  /src/crypto/external/apache2/openssl/dist/apps/
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);
  /src/crypto/external/bsd/openssl/dist/apps/
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);
  /src/crypto/external/bsd/openssl.old/dist/apps/
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);
  /src/external/gpl3/gcc/dist/contrib/
check_GNU_style_lib.py 62 def error_string(s): function
88 + error_string(line_expanded[self.limit:]),
101 line.replace(self.expanded_tab, error_string(ws_char * ts)),
113 error_string(start.replace('\t', ws_char * ts)) + line[len(start):],
125 line[:m.start(1)] + error_string(ws_char * len(m.group(1)))
137 line[:m.start(1)] + error_string(ws_char * len(m.group(1)))
149 line[:m.start(1)] + error_string(ws_char * len(m.group(1)))
161 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):],
176 line[:m.start(2)] + error_string(m.group(2)) + line[m.end(2):],
191 line[:m.start(1)] + error_string(m.group(1)) + line[m.end(1):]
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
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...]
  /src/usr.sbin/gspa/gspa/
gspa.c 253 char error_string[256]; local
259 vsprintf(error_string, fmt, ap);
261 fprintf(stderr, "%s\n", error_string);
262 list_error(error_string);
  /src/external/bsd/libarchive/dist/libarchive/
archive_util.c 173 archive_string_empty(&a->error_string);
189 archive_string_empty(&(a->error_string));
191 archive_string_vsprintf(&(a->error_string), fmt, ap);
193 a->error = a->error_string.s;
201 archive_string_copy(&dest->error_string, &src->error_string);
202 dest->error = dest->error_string.s;
archive_private.h 122 struct archive_string error_string; member in struct:archive
archive_write_disk_posix.c 2324 struct archive_string error_string; local
2334 archive_string_init(&error_string);
2344 &error_string, a->flags);
2347 error_string.s);
2349 archive_string_free(&error_string);
2357 &error_string, a->flags, 1);
2360 error_string.s);
2362 archive_string_free(&error_string);
2370 archive_string_free(&error_string);
2716 archive_string_free(&a->archive.error_string);
3192 struct archive_string error_string; local
3381 struct archive_string error_string; local
    [all...]
archive_write.c 718 archive_string_free(&a->archive.error_string);
archive_read.c 1116 archive_string_free(&a->archive.error_string);
archive_read_disk_posix.c 486 archive_string_free(&a->archive.error_string);
archive_read_disk_windows.c 583 archive_string_free(&a->archive.error_string);
archive_write_disk_windows.c 2019 archive_string_free(&a->archive.error_string);
  /src/external/gpl3/gdb/dist/gdb/
xml-support.c 580 const char *error_string; local
593 error_string = m_error.what ();
599 error_string = XML_ErrorString (err);
609 m_last_line, error_string);
611 warning (_("while parsing %s: %s"), m_name, error_string);
  /src/external/gpl3/gdb.old/dist/gdb/
xml-support.c 580 const char *error_string; local
593 error_string = m_error.what ();
599 error_string = XML_ErrorString (err);
609 m_last_line, error_string);
611 warning (_("while parsing %s: %s"), m_name, error_string);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
error.cc 136 error_string (const char *p) function
164 error_string (p + 1);
201 error_string (p + 1);
354 error_string (f->filename);
418 error_string (buffer);
760 error_string (type);
800 error_string (spec[n++].u.stringval);
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c 651 start_one_ctr (int ii, size_t pgsz, hdrv_pcl_ctx_t * pctx, char *error_string)
664 error_string, ii, errno);
674 (long) buffer_area_sz, (long) pgsz, error_string, ii, strerror (errno));
691 TprintfT (0, "%s idx=%d O_ASYNC failed\n", error_string, ii);
714 TprintfT (0, "%s idx=%d F_SETOWN failed\n", error_string, ii);
722 TprintfT (0, "%s idx=%d F_SETSIG failed\n", error_string, ii);
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c 651 start_one_ctr (int ii, size_t pgsz, hdrv_pcl_ctx_t * pctx, char *error_string)
664 error_string, ii, errno);
674 (long) buffer_area_sz, (long) pgsz, error_string, ii, strerror (errno));
691 TprintfT (0, "%s idx=%d O_ASYNC failed\n", error_string, ii);
714 TprintfT (0, "%s idx=%d F_SETOWN failed\n", error_string, ii);
722 TprintfT (0, "%s idx=%d F_SETSIG failed\n", error_string, ii);
  /src/external/gpl3/gcc/dist/gcc/fortran/
error.cc 143 error_string (const char *p) function
171 error_string (p + 1);
208 error_string (p + 1);
361 error_string (f->filename);
425 error_string (buffer);
801 error_string (type);
841 error_string (spec[n++].u.stringval);
  /src/crypto/external/bsd/heimdal/lib/libkrb5/
Makefile 71 error_string.c \

Completed in 56 milliseconds