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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c161 char *token2; local
196 while ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) != NULL) {
197 if ((rc = parse_policylist(token2, pent)) != SUCCESS) {
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2578 char *token2; local
2594 if ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) == NULL) {
2602 /* parse token2 */
2603 if (strncmp(token2, CONF_MODULEPATH, strlen(CONF_MODULEPATH)) != 0) {
2608 if (value = strpbrk(token2, SEP_EQUAL)) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c3134 re_token_t token2;
3160 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3161 if (BE (token2.type == END_OF_RE, 0))
3166 if (token2.type == OP_CLOSE_BRACKET)
3180 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3374 re_token_t token2;
3375 (void) peek_token_bracket (&token2, regexp, syntax);
3376 if (token2.type != OP_CLOSE_BRACKET)
3125 re_token_t token2; local
3365 re_token_t token2; local

Completed in 36 milliseconds