Lines Matching defs:tok_end
529 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul;
538 tok_end = strstr(tok, "-");
540 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
541 if (!tok_end) {
547 bind_cpu_1 = atol(tok_end + 1);
666 char *tok, *tok_end, *tok_step, *tok_mul;
674 tok_end = strstr(tok, "-");
676 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
677 if (!tok_end) {
683 bind_node_1 = atol(tok_end + 1);