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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlautomata.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
/haiku-fatelf/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-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp278 int32 token2 = tokens[to2]; local
286 fake2.fHandlerToken = token2;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlregexp.c5518 * @token2: the second input string associated to that transition
5530 const xmlChar *token2, void *data) {
5539 if ((token2 == NULL) || (*token2 == 0)) {
5545 lenn = strlen((char *) token2);
5555 memcpy(&str[lenp + 1], token2, lenn);
5576 * @token2: the second input string associated to that transition
5581 * activated by any value except (@token,@token2)
5582 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5590 const xmlChar *token2, voi
5528 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5588 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5655 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5810 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregcomp.c3118 re_token_t token2;
3144 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3145 if (BE (token2.type == END_OF_RE, 0))
3150 if (token2.type == OP_CLOSE_BRACKET)
3164 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3357 re_token_t token2;
3358 (void) peek_token_bracket (&token2, regexp, syntax);
3359 if (token2.type != OP_CLOSE_BRACKET)
3109 re_token_t token2; local
3348 re_token_t token2; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregcomp.c3086 re_token_t token2;
3112 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3113 if (BE (token2.type == END_OF_RE, 0))
3118 if (token2.type == OP_CLOSE_BRACKET)
3132 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3324 re_token_t token2;
3325 (void) peek_token_bracket (&token2, regexp, syntax);
3326 if (token2.type != OP_CLOSE_BRACKET)
3077 re_token_t token2; local
3315 re_token_t token2; local
/haiku-fatelf/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
/haiku-fatelf/src/bin/gawk/
H A Dregcomp.c2866 re_token_t token2;
2886 token_len2 = peek_token_bracket (&token2, regexp, syntax);
2892 if (token2.type == OP_CLOSE_BRACKET)
2905 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
2858 re_token_t token2; local

Completed in 213 milliseconds