tail               53 common/libc/string/strtok_r.c 	char *tail;  /* end of word */
tail               79 common/libc/string/strtok_r.c 	tail = head;
tail               80 common/libc/string/strtok_r.c 	while (*tail && !strchr(seps, *tail)) {
tail               81 common/libc/string/strtok_r.c 		tail++;
tail               85 common/libc/string/strtok_r.c 	if (*tail == 0) {
tail               89 common/libc/string/strtok_r.c 		*tail = 0;
tail               90 common/libc/string/strtok_r.c 		tail++;
tail               91 common/libc/string/strtok_r.c 		*context = tail;
tail               77 user/testbin/tail/tail.c 	tail(file, atoi(argv[2]), argv[1]);