Searched refs:parse_error (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmactest.c214 default: goto parse_error;
220 goto parse_error;
223 goto parse_error;
228 goto parse_error;
231 goto parse_error;
236 goto parse_error;
239 goto parse_error;
244 goto parse_error;
247 goto parse_error;
252 goto parse_error;
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_hmactest.c214 default: goto parse_error;
220 goto parse_error;
223 goto parse_error;
228 goto parse_error;
231 goto parse_error;
236 goto parse_error;
239 goto parse_error;
244 goto parse_error;
247 goto parse_error;
252 goto parse_error;
[all...]
H A Dfips_shatest.c208 default: goto parse_error;
214 goto parse_error;
217 goto parse_error;
220 goto parse_error;
222 goto parse_error;
232 goto parse_error;
235 goto parse_error;
242 goto parse_error;
245 goto parse_error;
250 goto parse_error;
[all...]
H A Dfips_rsagtest.c206 goto parse_error;
211 goto parse_error;
216 goto parse_error;
221 goto parse_error;
226 goto parse_error;
231 goto parse_error;
236 goto parse_error;
255 goto parse_error;
321 parse_error:
H A Dfips_rsavtest.c226 goto parse_error;
231 goto parse_error;
250 goto parse_error;
256 goto parse_error;
261 goto parse_error;
266 goto parse_error;
271 goto parse_error;
276 goto parse_error;
310 parse_error:
H A Dfips_rsastest.c225 goto parse_error;
229 goto parse_error;
248 goto parse_error;
254 goto parse_error;
259 goto parse_error;
314 parse_error:
/macosx-10.10.1/OpenSSL098-52/src/fips/sha/
H A Dfips_shatest.c208 default: goto parse_error;
214 goto parse_error;
217 goto parse_error;
220 goto parse_error;
222 goto parse_error;
232 goto parse_error;
235 goto parse_error;
242 goto parse_error;
245 goto parse_error;
250 goto parse_error;
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsagtest.c206 goto parse_error;
211 goto parse_error;
216 goto parse_error;
221 goto parse_error;
226 goto parse_error;
231 goto parse_error;
236 goto parse_error;
255 goto parse_error;
321 parse_error:
H A Dfips_rsavtest.c226 goto parse_error;
231 goto parse_error;
250 goto parse_error;
256 goto parse_error;
261 goto parse_error;
266 goto parse_error;
271 goto parse_error;
276 goto parse_error;
310 parse_error:
H A Dfips_rsastest.c225 goto parse_error;
229 goto parse_error;
248 goto parse_error;
254 goto parse_error;
259 goto parse_error;
314 parse_error:
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.hpp45 // The "parse_error" class.
48 class parse_error : public std::runtime_error, class in namespace:atf::parser
53 parse_error(size_t, std::string);
54 ~parse_error(void) throw();
66 public std::vector< parse_error > {
67 std::vector< parse_error > m_errors;
243 throw parse_error(t.lineno(),
256 throw parse_error(t.lineno(),
330 void add_error(const parse_error&);
405 parser< TKZ >::add_error(const parse_error
[all...]
H A Dparser.cpp40 // The "parse_error" class.
43 impl::parse_error::parse_error(size_t line, std::string msg) : function in class:impl::parse_error
49 impl::parse_error::~parse_error(void)
55 impl::parse_error::what(void)
68 impl::parse_error::operator std::string(void)
335 } catch (const impl::parse_error& pe) {
H A Dtest_helpers.hpp130 for (std::vector< atf::parser::parse_error >::const_iterator iter =
133 } catch (const atf::parser::parse_error& pe) {
H A Dparser_test.cpp38 // Tests for the "parse_error" class.
44 set_md_var("descr", "Tests the parse_error conversion to strings");
48 using atf::parser::parse_error;
50 const parse_error e(123, "This is the message");
65 using atf::parser::parse_error;
69 es.push_back(parse_error(2, "Second error"));
70 es.push_back(parse_error(1, "First error"));
1009 // Add test cases for the "parse_error" class.
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dget_compat.c35 static bool parse_error = false; variable
56 parse_error = true;
106 return parse_error;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dreader.cpp178 using atf::parser::parse_error;
197 using atf::parser::parse_error;
226 } catch (const parse_error& pe) {
237 throw parse_error(t.lineno(), "Test program name used in "
247 throw parse_error(t.lineno(),
258 using atf::parser::parse_error;
302 throw parse_error(t.lineno(),
328 throw parse_error(t.lineno(), "Empty reason for " + state +
339 using atf::parser::parse_error;
369 } catch (const parse_error
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dvisudo.c123 extern int errorlineno, parse_error;
474 if (yyparse() && !parse_error) {
477 parse_error = TRUE;
481 if (!parse_error) {
484 parse_error = TRUE;
492 if (parse_error) {
494 case 'Q' : parse_error = FALSE; /* ignore parse error */
501 if (parse_error) {
521 } while (parse_error);
775 if (yyparse() && !parse_error) {
[all...]
H A Dtestsudoers.c82 extern int parse_error;
226 if (yyparse() != 0 || parse_error) {
227 parse_error = TRUE;
253 exit(parse_error ? 1 : 0);
295 if (parse_error)
H A Dtoke.l77 extern int parse_error;
301 if (!push_includedir(path) && parse_error)
H A Dgram.y76 int parse_error = FALSE;
114 parse_error = TRUE;
796 parse_error = FALSE;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp397 using atf::parser::parse_error;
400 throw parse_error(lineno, "The value for '" + name +"' cannot be "
412 throw parse_error(lineno, "The has.cleanup property requires a"
417 throw parse_error(lineno, "The identifier must match " +
426 throw parse_error(lineno, "The timeout property requires an integer"
433 throw parse_error(lineno, "Unknown property '" + name + "'");
442 using atf::parser::parse_error;
456 throw parse_error(t.lineno(), "First property of a test case "
473 throw parse_error(t.lineno(), "Test case definition did "
481 throw parse_error(
[all...]
H A Dconfig.cpp152 using atf::parser::parse_error;
190 } catch (const parse_error& pe) {
H A Datffile.cpp117 using atf::parser::parse_error;
181 } catch (const parse_error& pe) {
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb2179 parse_error("unexpected token %s", token.symbol)
2244 parse_error("unknown attribute `%s' for {%d}", token.value, n)
2785 parse_error("unexpected token %s", token.symbol)
3118 parse_error("invalid flag list")
3176 parse_error("unexpected token %s", token.symbol)
3215 parse_error('unexpected token %s (expected %s)',
3276 parse_error("[Net::IMAP BUG] BEG_REGEXP is invalid")
3280 parse_error("unknown token - %s", $&.dump)
3304 parse_error("[Net::IMAP BUG] DATA_REGEXP is invalid")
3308 parse_error("unknow
3353 def parse_error(fmt, *args) method in class:ResponseParser
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Drdoc.rb163 parse_error = if Object.const_defined? :Psych then
171 rescue *parse_error

Completed in 215 milliseconds

12