Searched refs:token2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp261 Token token2; local
262 switch (next_token(line, lineEnd, token2)) {
267 if (next_token(line, lineEnd, token2) != TOKEN_STRING) {
273 if (token2 != "1") {
275 token2.string);
279 if (token2 != "monolithicFlat") {
281 token2.string);
292 extendSize = strtoll(token2.string, NULL, 0);
302 || next_token(line, lineEnd, token2) != TOKEN_STRING) {
307 extendOffset = strtoll(token2
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp278 int32 token2 = tokens[to2]; local
286 fake2.fHandlerToken = token2;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c3070 re_token_t token2;
3096 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3097 if (BE (token2.type == END_OF_RE, 0))
3102 if (token2.type == OP_CLOSE_BRACKET)
3116 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3308 re_token_t token2;
3309 (void) peek_token_bracket (&token2, regexp, syntax);
3310 if (token2.type != OP_CLOSE_BRACKET)
3061 re_token_t token2; local
3299 re_token_t token2; local

Completed in 46 milliseconds