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

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.l 98 _lex_error_message("unterminated string");
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.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);
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");
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");
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");
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");
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");
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\"",
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\"",
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...]
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"),
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");

Completed in 145 milliseconds

1 2