Lines Matching refs:tokens
331 char *tokens[6];
347 tokens[i] = strtok(str, ",");
348 if (!tokens[i])
352 tokens[5] = strtok(str, "\n");
353 if (!tokens[5])
357 index = strtoull(tokens[0], NULL, 0);
374 buf = tokens[1];
392 buf = tokens[2];
405 buf = tokens[3];
418 strcpy(bdesc->simp, strtok(tokens[4], " \t"));
419 strcpy(bdesc->detail, tokens[5]);