Searched refs:tokenval (Results 1 – 2 of 2) sorted by relevance
107 int count, tokenval; in parse_intlist() local112 if ((tokenval = fn(token)) < 0) in parse_intlist()114 intlist[count++] = tokenval; in parse_intlist()123 int count, tokenval; in parse_events() local128 if ((tokenval = pmc_pmu_idx_get_by_event(cpuid, token)) < 0) in parse_events()130 intlist[count++] = tokenval; in parse_events()
500 char *tokenval = NULL; in find_new_token_data() local532 if (!TEST_ptr(tokenval = OPENSSL_strdup(tmpstring))) in find_new_token_data()535 TEST_info("Recorded Token %s\n", tokenval); in find_new_token_data()541 && !strcmp(tmpstring, tokenval)) { in find_new_token_data()550 OPENSSL_free(tokenval); in find_new_token_data()