Searched refs:brkl (Results 1 – 1 of 1) sorted by relevance
200 char *word, *path, *sflags, *brkl; in line_parse() local209 for (i = 0, word = strtok_r(line, " \t", &brkl); word != NULL; in line_parse()210 i++, word = strtok_r(NULL, " \t", &brkl)) { in line_parse()