Lines Matching defs:tok_end
557 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul;
566 tok_end = strstr(tok, "-");
568 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
569 if (!tok_end) {
575 bind_cpu_1 = atol(tok_end + 1);
705 char *tok, *tok_end, *tok_step, *tok_mul;
713 tok_end = strstr(tok, "-");
715 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
716 if (!tok_end) {
722 bind_node_1 = atol(tok_end + 1);