head               52 common/libc/string/strtok_r.c 	char *head;  /* start of word */
head               61 common/libc/string/strtok_r.c 	head = *context;
head               62 common/libc/string/strtok_r.c 	if (head == NULL) {
head               67 common/libc/string/strtok_r.c 	while (*head && strchr(seps, *head)) {
head               68 common/libc/string/strtok_r.c 		head++;
head               72 common/libc/string/strtok_r.c 	if (*head == 0) {
head               79 common/libc/string/strtok_r.c 	tail = head;
head               95 common/libc/string/strtok_r.c 	return head;