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

  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.l 98 _lex_error_message("unterminated string");
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.l 60 static void unterminated(const char *, unsigned);
173 unterminated("comment", start_lineno);
213 unterminated("comment", start_lineno);
253 unterminated("string", start_lineno);
298 unterminated(const char *type, unsigned start_lineno)
300 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
lex.c 842 static void unterminated(const char *, unsigned);
1562 unterminated("comment", start_lineno);
1606 unterminated("comment", start_lineno);
1650 unterminated("string", start_lineno);
2735 unterminated(const char *type, unsigned start_lineno) function
2737 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flag_parser.cc 90 if (buf_[pos_] == 0) fatal_error("unterminated string");
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_flag_parser.cpp 102 if (buf_[pos_] == 0) fatal_error("unterminated string");
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_flag_parser.cpp 104 if (buf_[pos_] == 0) fatal_error("unterminated string");
  /src/external/gpl3/binutils/dist/ld/
libdep_plugin.c 185 "libdep syntax error: unterminated quoted string");
  /src/external/gpl3/binutils.old/dist/ld/
libdep_plugin.c 186 "libdep syntax error: unterminated quoted string");
  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 105 /* We might need two bytes to terminate an unterminated comment, and
153 Unterminated comments are diagnosed, and correctly terminated in
162 bool unterminated, copy = false; local
168 unterminated = skip_macro_block_comment (pfile);
170 unterminated = _cpp_skip_block_comment (pfile);
172 if (unterminated)
174 "unterminated comment");
201 if (unterminated)
822 "unterminated argument list invoking macro \"%s\"",
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 105 /* We might need two bytes to terminate an unterminated comment, and
153 Unterminated comments are diagnosed, and correctly terminated in
162 bool unterminated, copy = false; local
168 unterminated = skip_macro_block_comment (pfile);
170 unterminated = _cpp_skip_block_comment (pfile);
172 if (unterminated)
174 "unterminated comment");
201 if (unterminated)
822 "unterminated argument list invoking macro \"%s\"",
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
lexer.d 593 error("unterminated /* */ comment");
729 error("unterminated /+ +/ comment");
1310 .error(loc, "unterminated named entity &%.*s;", cast(int)(p - idstart + 1), idstart);
1378 error("unterminated string constant starting at %s", start.toChars());
1461 error("unterminated delimited string constant starting at %s", start.toChars());
1608 error("unterminated token string constant starting at %s", start.toChars());
1684 error("unterminated string constant starting at %s", start.toChars());
1750 error("unterminated character constant");
1793 error("unterminated character constant");
3251 test("&quot", `unterminated named entity "`, '?', 5)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-c.c 1153 error (0, 0, _("%s:%d: warning: unterminated character constant"),
1177 error (0, 0, _("%s:%d: warning: unterminated string literal"),
  /src/external/gpl3/gcc/dist/gcc/
read-md.cc 716 error_at (loc, "unterminated construct");
939 error_at (loc, "unterminated construct");
  /src/external/gpl3/gcc.old/dist/gcc/
read-md.cc 716 error_at (loc, "unterminated construct");
939 error_at (loc, "unterminated construct");
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 217 return ReturnError(TokStart, "unterminated comment");
587 return ReturnError(TokStart, "unterminated string constant");
595 return ReturnError(TokStart, "unterminated single quote");
644 return ReturnError(TokStart, "unterminated string constant");
656 return ReturnError(TokStart, "unterminated string constant");
  /src/external/gpl2/xcvs/dist/src/
subr.c 1616 "unterminated format string encountered in command spec.\n"
1790 error (1, 0, "unterminated quote in format string: %s", format);
  /src/external/mit/isl/dist/
isl_stream.c 523 isl_stream_error(s, NULL, "unterminated string");
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 314 // the null terminator, it will leave the output unterminated. Push a null
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 618 as_bad (_("-- unterminated string"));
3204 as_warn (_("unterminated string"));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 618 as_bad (_("-- unterminated string"));
3229 as_warn (_("unterminated string"));
  /src/crypto/external/apache2/openssl/dist/
Configure 174 -Wno-unterminated-string-initialization

Completed in 63 milliseconds