| /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_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...] |
| /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/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| krb5_locl.h | 258 char *error_string; member in struct:krb5_context_data 264 HEIMDAL_MUTEX mutex; /* protects error_string */
|
| /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/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);
|