Searched defs:expect (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | domaincmp.c | 309 int expect; local 318 expect = ex[i].res; 319 if ( expect < 0 ) 321 else if ( expect > 0 ) 331 if ( res < 0 && expect < 0 || res > 0 && expect > 0 || res == 0 && expect == 0 )
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.hpp | 338 expect(const token_type&, 342 expect(const token_type&, 347 expect(const token_type&, 353 expect(const token_type&, 360 expect(const token_type&, 370 expect(const token_type&, 457 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser 472 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser 488 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser 505 parser< TKZ >::expect(cons function in class:atf::parser::parser 524 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser 547 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser [all...] |
/bind-9.6-ESV-R11/lib/isc/ |
H A D | lex.c | 797 isc_tokentype_t expect, isc_boolean_t eol) 803 if (expect == isc_tokentype_qstring) 805 else if (expect == isc_tokentype_number) 817 expect == isc_tokentype_qstring) 819 if (token->type != expect) { 824 if (expect == isc_tokentype_number) 796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 71 enum expect_type expect; member in struct:context 115 ctx->expect = EXPECT_PASS; 247 ctx->expect = EXPECT_PASS; /* Ensure fail_requirement really fails. */ 251 /** Ensures that the "expect" state is correct. 253 * Call this function before modifying the current value of expect. 258 if (ctx->expect == EXPECT_DEATH) { 261 } else if (ctx->expect == EXPECT_EXIT) { 264 } else if (ctx->expect == EXPECT_FAIL) { 270 } else if (ctx->expect == EXPECT_PASS) { 272 } else if (ctx->expect [all...] |
Completed in 17 milliseconds