token 80 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, token 122 include/crm/common/ipc_internal.h char *token; token 34 lib/cib/cib_native.c char *token; token 348 lib/cib/cib_native.c native->token = crm_element_value_copy(reply, token 350 lib/cib/cib_native.c if (native->token == NULL) { token 391 lib/cib/cib_native.c free(native->token); token 466 lib/cib/cib_native.c *async_id = native->token; token 469 lib/cib/cib_native.c *sync_id = native->token; token 464 lib/cib/cib_remote.c connection->token = strdup(tmp_ticket); token 632 lib/cib/cib_remote.c *async_id = private->callback.token; token 636 lib/cib/cib_remote.c *sync_id = private->command.token; token 652 lib/common/logging.c char token[500]; token 659 lib/common/logging.c snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset); token 661 lib/common/logging.c tag = g_quark_from_string(token); token 662 lib/common/logging.c crm_info("Created GQuark %u from token '%s' in '%s'", tag, token, trace_tags); token 34 lib/fencing/st_client.c char *token; token 86 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, token 283 lib/fencing/st_client.c free(native->token); native->token = NULL; token 809 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options) token 813 lib/fencing/st_client.c CRM_CHECK(token != NULL, return NULL); token 865 lib/fencing/st_client.c free(native->token); native->token = NULL; token 1162 lib/fencing/st_client.c native->token = crm_element_value_copy(reply, PCMK__XA_ST_CLIENTID); token 1169 lib/fencing/st_client.c } else if (native->token == NULL) { token 1176 lib/fencing/st_client.c display_name, native->token); token 1565 lib/fencing/st_client.c if ((stonith->state == stonith_disconnected) || (native->token == NULL)) { token 1578 lib/fencing/st_client.c op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options); token 1657 lib/fencing/st_client.c free(native->token); native->token = NULL; token 77 lib/lrmd/lrmd_client.c char *token; token 562 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout, token 567 lib/lrmd/lrmd_client.c CRM_CHECK(token != NULL, return NULL); token 929 lib/lrmd/lrmd_client.c CRM_CHECK(native->token != NULL,; token 933 lib/lrmd/lrmd_client.c op_msg = lrmd_create_op(native->token, op, data, timeout, options); token 1081 lib/lrmd/lrmd_client.c native->token = strdup(tmp_ticket); token 1859 lib/lrmd/lrmd_client.c free(native->token); token 1860 lib/lrmd/lrmd_client.c native->token = NULL; token 2533 lib/lrmd/lrmd_client.c free(native->token); token 243 maint/gnulib/lib/dfa.c static token const TOKEN_MAX = PTRDIFF_MAX; token 436 maint/gnulib/lib/dfa.c token lasttok; /* Previous token returned; initially END. */ token 456 maint/gnulib/lib/dfa.c token tok; /* Lookahead token. */ token 480 maint/gnulib/lib/dfa.c token *tokens; /* Postfix parse array. */ token 492 maint/gnulib/lib/dfa.c token utf8_anychar_classes[9]; /* To lower ANYCHAR in UTF-8 locales. */ token 659 maint/gnulib/lib/dfa.c prtok (token t) token 940 maint/gnulib/lib/dfa.c static token token 1187 maint/gnulib/lib/dfa.c static token token 1535 maint/gnulib/lib/dfa.c addtok_mb (struct dfa *dfa, token t, char mbprop) token 1593 maint/gnulib/lib/dfa.c addtok (struct dfa *dfa, token t) token 2441 maint/gnulib/lib/dfa.c token *tokens = xnmalloc (d->nleaves, sizeof *tokens); token 4075 maint/gnulib/lib/dfa.c token t = d->tokens[ri]; token 201 maint/gnulib/lib/getprogname.c int token; token 210 maint/gnulib/lib/getprogname.c for (token = 0; token >= 0; token 211 maint/gnulib/lib/getprogname.c token = w_getpsent (token, &buf, sizeof(buf))) token 213 maint/gnulib/lib/getprogname.c if (token > 0 && buf.ps_pid == pid) token 147 maint/gnulib/lib/readtokens.c token_buffer tb, *token = &tb; token 162 maint/gnulib/lib/readtokens.c init_tokenbuffer (token); token 166 maint/gnulib/lib/readtokens.c size_t token_length = readtoken (stream, delim, n_delim, token); token 182 maint/gnulib/lib/readtokens.c tokens[n_tokens] = memcpy (tmp, token->buffer, token_length + 1); token 186 maint/gnulib/lib/readtokens.c free (token->buffer); token 55 maint/gnulib/lib/regcomp.c static Idx fetch_number (re_string_t *input, re_token_t *token, token 57 maint/gnulib/lib/regcomp.c static int peek_token (re_token_t *token, re_string_t *input, token 62 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, token 65 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, token 68 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, token 71 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, token 74 maint/gnulib/lib/regcomp.c re_dfa_t *dfa, re_token_t *token, token 77 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, token 81 maint/gnulib/lib/regcomp.c re_token_t *token, int token_len, token 87 maint/gnulib/lib/regcomp.c re_token_t *token); token 108 maint/gnulib/lib/regcomp.c const re_token_t *token); token 1257 maint/gnulib/lib/regcomp.c if (node->token.type == OP_BACK_REF && dfa->subexp_map) token 1259 maint/gnulib/lib/regcomp.c int idx = node->token.opr.idx; token 1260 maint/gnulib/lib/regcomp.c node->token.opr.idx = dfa->subexp_map[idx]; token 1261 maint/gnulib/lib/regcomp.c dfa->used_bkref_map |= 1 << node->token.opr.idx; token 1264 maint/gnulib/lib/regcomp.c else if (node->token.type == SUBEXP token 1265 maint/gnulib/lib/regcomp.c && node->left && node->left->token.type == SUBEXP) token 1267 maint/gnulib/lib/regcomp.c Idx other_idx = node->left->token.opr.idx; token 1273 maint/gnulib/lib/regcomp.c dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; token 1289 maint/gnulib/lib/regcomp.c if (node->left && node->left->token.type == SUBEXP) token 1295 maint/gnulib/lib/regcomp.c if (node->right && node->right->token.type == SUBEXP) token 1318 maint/gnulib/lib/regcomp.c && (node->token.opr.idx >= BITSET_WORD_BITS token 1320 maint/gnulib/lib/regcomp.c & ((bitset_word_t) 1 << node->token.opr.idx)))) token 1336 maint/gnulib/lib/regcomp.c op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx; token 1337 maint/gnulib/lib/regcomp.c op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp; token 1347 maint/gnulib/lib/regcomp.c if (node->token.type == CONCAT) token 1355 maint/gnulib/lib/regcomp.c node->node_idx = re_dfa_add_node (dfa, node->token); token 1358 maint/gnulib/lib/regcomp.c if (node->token.type == ANCHOR) token 1359 maint/gnulib/lib/regcomp.c dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type; token 1368 maint/gnulib/lib/regcomp.c switch (node->token.type) token 1395 maint/gnulib/lib/regcomp.c switch (node->token.type) token 1431 maint/gnulib/lib/regcomp.c if (node->token.type == OP_BACK_REF) token 1436 maint/gnulib/lib/regcomp.c DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type)); token 1743 maint/gnulib/lib/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) token 1749 maint/gnulib/lib/regcomp.c token->type = END_OF_RE; token 1754 maint/gnulib/lib/regcomp.c token->opr.c = c; token 1756 maint/gnulib/lib/regcomp.c token->word_char = 0; token 1757 maint/gnulib/lib/regcomp.c token->mb_partial = 0; token 1761 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 1762 maint/gnulib/lib/regcomp.c token->mb_partial = 1; token 1770 maint/gnulib/lib/regcomp.c token->type = BACK_SLASH; token 1775 maint/gnulib/lib/regcomp.c token->opr.c = c2; token 1776 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 1781 maint/gnulib/lib/regcomp.c token->word_char = IS_WIDE_WORD_CHAR (wc) != 0; token 1784 maint/gnulib/lib/regcomp.c token->word_char = IS_WORD_CHAR (c2) != 0; token 1790 maint/gnulib/lib/regcomp.c token->type = OP_ALT; token 1796 maint/gnulib/lib/regcomp.c token->type = OP_BACK_REF; token 1797 maint/gnulib/lib/regcomp.c token->opr.idx = c2 - '1'; token 1803 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1804 maint/gnulib/lib/regcomp.c token->opr.ctx_type = WORD_FIRST; token 1810 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1811 maint/gnulib/lib/regcomp.c token->opr.ctx_type = WORD_LAST; token 1817 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1818 maint/gnulib/lib/regcomp.c token->opr.ctx_type = WORD_DELIM; token 1824 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1825 maint/gnulib/lib/regcomp.c token->opr.ctx_type = NOT_WORD_DELIM; token 1830 maint/gnulib/lib/regcomp.c token->type = OP_WORD; token 1834 maint/gnulib/lib/regcomp.c token->type = OP_NOTWORD; token 1838 maint/gnulib/lib/regcomp.c token->type = OP_SPACE; token 1842 maint/gnulib/lib/regcomp.c token->type = OP_NOTSPACE; token 1847 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1848 maint/gnulib/lib/regcomp.c token->opr.ctx_type = BUF_FIRST; token 1854 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1855 maint/gnulib/lib/regcomp.c token->opr.ctx_type = BUF_LAST; token 1860 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_SUBEXP; token 1864 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_SUBEXP; token 1868 maint/gnulib/lib/regcomp.c token->type = OP_DUP_PLUS; token 1872 maint/gnulib/lib/regcomp.c token->type = OP_DUP_QUESTION; token 1876 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_DUP_NUM; token 1880 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_DUP_NUM; token 1888 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 1892 maint/gnulib/lib/regcomp.c token->word_char = IS_WIDE_WORD_CHAR (wc) != 0; token 1895 maint/gnulib/lib/regcomp.c token->word_char = IS_WORD_CHAR (token->opr.c); token 1901 maint/gnulib/lib/regcomp.c token->type = OP_ALT; token 1905 maint/gnulib/lib/regcomp.c token->type = OP_ALT; token 1908 maint/gnulib/lib/regcomp.c token->type = OP_DUP_ASTERISK; token 1912 maint/gnulib/lib/regcomp.c token->type = OP_DUP_PLUS; token 1916 maint/gnulib/lib/regcomp.c token->type = OP_DUP_QUESTION; token 1920 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_DUP_NUM; token 1924 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_DUP_NUM; token 1928 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_SUBEXP; token 1932 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_SUBEXP; token 1935 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_BRACKET; token 1938 maint/gnulib/lib/regcomp.c token->type = OP_PERIOD; token 1948 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1949 maint/gnulib/lib/regcomp.c token->opr.ctx_type = LINE_FIRST; token 1962 maint/gnulib/lib/regcomp.c token->type = ANCHOR; token 1963 maint/gnulib/lib/regcomp.c token->opr.ctx_type = LINE_LAST; token 1975 maint/gnulib/lib/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax) token 1980 maint/gnulib/lib/regcomp.c token->type = END_OF_RE; token 1984 maint/gnulib/lib/regcomp.c token->opr.c = c; token 1989 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2000 maint/gnulib/lib/regcomp.c token->opr.c = c2; token 2001 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2012 maint/gnulib/lib/regcomp.c token->opr.c = c2; token 2017 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_COLL_ELEM; token 2021 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_EQUIV_CLASS; token 2027 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_CHAR_CLASS; token 2032 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2033 maint/gnulib/lib/regcomp.c token->opr.c = c; token 2042 maint/gnulib/lib/regcomp.c token->type = OP_CHARSET_RANGE; token 2045 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_BRACKET; token 2048 maint/gnulib/lib/regcomp.c token->type = OP_NON_MATCH_LIST; token 2051 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2105 maint/gnulib/lib/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, token 2111 maint/gnulib/lib/regcomp.c tree = parse_branch (regexp, preg, token, syntax, nest, err); token 2115 maint/gnulib/lib/regcomp.c while (token->type == OP_ALT) token 2117 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); token 2118 maint/gnulib/lib/regcomp.c if (token->type != OP_ALT && token->type != END_OF_RE token 2119 maint/gnulib/lib/regcomp.c && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) token 2123 maint/gnulib/lib/regcomp.c branch = parse_branch (regexp, preg, token, syntax, nest, err); token 2154 maint/gnulib/lib/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token, token 2159 maint/gnulib/lib/regcomp.c tree = parse_expression (regexp, preg, token, syntax, nest, err); token 2163 maint/gnulib/lib/regcomp.c while (token->type != OP_ALT && token->type != END_OF_RE token 2164 maint/gnulib/lib/regcomp.c && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) token 2166 maint/gnulib/lib/regcomp.c expr = parse_expression (regexp, preg, token, syntax, nest, err); token 2199 maint/gnulib/lib/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token, token 2204 maint/gnulib/lib/regcomp.c switch (token->type) token 2207 maint/gnulib/lib/regcomp.c tree = create_token_tree (dfa, NULL, NULL, token); token 2219 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax); token 2220 maint/gnulib/lib/regcomp.c mbc_remain = create_token_tree (dfa, NULL, NULL, token); token 2232 maint/gnulib/lib/regcomp.c tree = parse_sub_exp (regexp, preg, token, syntax, nest + 1, err); token 2238 maint/gnulib/lib/regcomp.c tree = parse_bracket_exp (regexp, dfa, token, syntax, err); token 2244 maint/gnulib/lib/regcomp.c if (!__glibc_likely (dfa->completed_bkref_map & (1 << token->opr.idx))) token 2249 maint/gnulib/lib/regcomp.c dfa->used_bkref_map |= 1 << token->opr.idx; token 2250 maint/gnulib/lib/regcomp.c tree = create_token_tree (dfa, NULL, NULL, token); token 2277 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax); token 2278 maint/gnulib/lib/regcomp.c return parse_expression (regexp, preg, token, syntax, nest, err); token 2282 maint/gnulib/lib/regcomp.c if ((token->type == OP_CLOSE_SUBEXP) token 2293 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2296 maint/gnulib/lib/regcomp.c tree = create_token_tree (dfa, NULL, NULL, token); token 2305 maint/gnulib/lib/regcomp.c if ((token->opr.ctx_type token 2309 maint/gnulib/lib/regcomp.c if (token->opr.ctx_type == WORD_DELIM token 2310 maint/gnulib/lib/regcomp.c || token->opr.ctx_type == NOT_WORD_DELIM) token 2313 maint/gnulib/lib/regcomp.c if (token->opr.ctx_type == WORD_DELIM) token 2315 maint/gnulib/lib/regcomp.c token->opr.ctx_type = WORD_FIRST; token 2316 maint/gnulib/lib/regcomp.c tree_first = create_token_tree (dfa, NULL, NULL, token); token 2317 maint/gnulib/lib/regcomp.c token->opr.ctx_type = WORD_LAST; token 2321 maint/gnulib/lib/regcomp.c token->opr.ctx_type = INSIDE_WORD; token 2322 maint/gnulib/lib/regcomp.c tree_first = create_token_tree (dfa, NULL, NULL, token); token 2323 maint/gnulib/lib/regcomp.c token->opr.ctx_type = INSIDE_NOTWORD; token 2325 maint/gnulib/lib/regcomp.c tree_last = create_token_tree (dfa, NULL, NULL, token); token 2336 maint/gnulib/lib/regcomp.c tree = create_token_tree (dfa, NULL, NULL, token); token 2347 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax); token 2351 maint/gnulib/lib/regcomp.c tree = create_token_tree (dfa, NULL, NULL, token); token 2366 maint/gnulib/lib/regcomp.c token->type == OP_NOTWORD, err); token 2376 maint/gnulib/lib/regcomp.c token->type == OP_NOTSPACE, err); token 2394 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax); token 2396 maint/gnulib/lib/regcomp.c while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS token 2397 maint/gnulib/lib/regcomp.c || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM) token 2399 maint/gnulib/lib/regcomp.c bin_tree_t *dup_tree = parse_dup_op (tree, regexp, dfa, token, token 2410 maint/gnulib/lib/regcomp.c && (token->type == OP_DUP_ASTERISK token 2411 maint/gnulib/lib/regcomp.c || token->type == OP_OPEN_DUP_NUM)) token 2431 maint/gnulib/lib/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, token 2439 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); token 2442 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_SUBEXP) token 2446 maint/gnulib/lib/regcomp.c tree = parse_reg_exp (regexp, preg, token, syntax, nest, err); token 2448 maint/gnulib/lib/regcomp.c && token->type != OP_CLOSE_SUBEXP)) token 2467 maint/gnulib/lib/regcomp.c tree->token.opr.idx = cur_nsub; token 2475 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) token 2479 maint/gnulib/lib/regcomp.c re_token_t start_token = *token; token 2481 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_DUP_NUM) token 2484 maint/gnulib/lib/regcomp.c start = fetch_number (regexp, token, syntax); token 2487 maint/gnulib/lib/regcomp.c if (token->type == CHARACTER && token->opr.c == ',') token 2498 maint/gnulib/lib/regcomp.c end = ((token->type == OP_CLOSE_DUP_NUM) ? start token 2499 maint/gnulib/lib/regcomp.c : ((token->type == CHARACTER && token->opr.c == ',') token 2500 maint/gnulib/lib/regcomp.c ? fetch_number (regexp, token, syntax) : -2)); token 2507 maint/gnulib/lib/regcomp.c if (token->type == END_OF_RE) token 2517 maint/gnulib/lib/regcomp.c *token = start_token; token 2518 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 2525 maint/gnulib/lib/regcomp.c || token->type != OP_CLOSE_DUP_NUM)) token 2540 maint/gnulib/lib/regcomp.c start = (token->type == OP_DUP_PLUS) ? 1 : 0; token 2541 maint/gnulib/lib/regcomp.c end = (token->type == OP_DUP_QUESTION) ? 1 : -1; token 2544 maint/gnulib/lib/regcomp.c fetch_token (token, regexp, syntax); token 2578 maint/gnulib/lib/regcomp.c if (elem->token.type == SUBEXP) token 2580 maint/gnulib/lib/regcomp.c uintptr_t subidx = elem->token.opr.idx; token 3013 maint/gnulib/lib/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, token 3058 maint/gnulib/lib/regcomp.c token_len = peek_token_bracket (token, regexp, syntax); token 3059 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) token 3064 maint/gnulib/lib/regcomp.c if (token->type == OP_NON_MATCH_LIST) token 3071 maint/gnulib/lib/regcomp.c token_len = peek_token_bracket (token, regexp, syntax); token 3072 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) token 3080 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_BRACKET) token 3081 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 3095 maint/gnulib/lib/regcomp.c ret = parse_bracket_element (&start_elem, regexp, token, token_len, dfa, token 3105 maint/gnulib/lib/regcomp.c token_len = peek_token_bracket (token, regexp, syntax); token 3110 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) token 3115 maint/gnulib/lib/regcomp.c if (token->type == OP_CHARSET_RANGE) token 3128 maint/gnulib/lib/regcomp.c token->type = CHARACTER; token 3147 maint/gnulib/lib/regcomp.c token_len = peek_token_bracket (token, regexp, syntax); token 3208 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) token 3213 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_BRACKET) token 3289 maint/gnulib/lib/regcomp.c re_token_t *token, int token_len, re_dfa_t *dfa, token 3302 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_COLL_ELEM || token->type == OP_OPEN_CHAR_CLASS token 3303 maint/gnulib/lib/regcomp.c || token->type == OP_OPEN_EQUIV_CLASS) token 3304 maint/gnulib/lib/regcomp.c return parse_bracket_symbol (elem, regexp, token); token 3305 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == OP_CHARSET_RANGE) && !accept_hyphen) token 3317 maint/gnulib/lib/regcomp.c elem->opr.ch = token->opr.c; token 3327 maint/gnulib/lib/regcomp.c re_token_t *token) token 3329 maint/gnulib/lib/regcomp.c unsigned char ch, delim = token->opr.c; token 3337 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_CHAR_CLASS) token 3349 maint/gnulib/lib/regcomp.c switch (token->type) token 3619 maint/gnulib/lib/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax) token 3625 maint/gnulib/lib/regcomp.c fetch_token (token, input, syntax); token 3626 maint/gnulib/lib/regcomp.c c = token->opr.c; token 3627 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) token 3629 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_DUP_NUM || c == ',') token 3631 maint/gnulib/lib/regcomp.c num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2) token 3668 maint/gnulib/lib/regcomp.c const re_token_t *token) token 3686 maint/gnulib/lib/regcomp.c tree->token = *token; token 3687 maint/gnulib/lib/regcomp.c tree->token.duplicated = 0; token 3688 maint/gnulib/lib/regcomp.c tree->token.opt_subexp = 0; token 3707 maint/gnulib/lib/regcomp.c if (node->token.type == SUBEXP && node->token.opr.idx == idx) token 3708 maint/gnulib/lib/regcomp.c node->token.opt_subexp = 1; token 3730 maint/gnulib/lib/regcomp.c free_token (&node->token); token 3750 maint/gnulib/lib/regcomp.c *p_new = create_token_tree (dfa, NULL, NULL, &node->token); token 3754 maint/gnulib/lib/regcomp.c (*p_new)->token.duplicated = 1; token 1378 maint/gnulib/lib/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token) token 1418 maint/gnulib/lib/regex_internal.c dfa->nodes[dfa->nodes_len] = token; token 1421 maint/gnulib/lib/regex_internal.c ((token.type == OP_PERIOD && dfa->mb_cur_max > 1) token 1422 maint/gnulib/lib/regex_internal.c || token.type == COMPLEX_BRACKET); token 467 maint/gnulib/lib/regex_internal.h re_token_t token; token 183 maint/gnulib/lib/stdio.in.h #define _GL_STDIO_STRINGIZE(token) #token token 184 maint/gnulib/lib/stdio.in.h #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) token 46 maint/gnulib/lib/strtok_r.c char *token; token 60 maint/gnulib/lib/strtok_r.c token = s; token 61 maint/gnulib/lib/strtok_r.c s = strpbrk (token, delim); token 64 maint/gnulib/lib/strtok_r.c *save_ptr = __rawmemchr (token, '\0'); token 71 maint/gnulib/lib/strtok_r.c return token;