numa.c | 453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; local 475 tok_step = strstr(tok, "#"); 476 if (tok_step) { 477 step = atol(tok_step + 1); 585 char *tok, *tok_end, *tok_step, *tok_mul; local 606 tok_step = strstr(tok, "#"); 607 if (tok_step) { 608 step = atol(tok_step + 1); [all...] |