Home
last modified time | relevance | path

Searched refs:send (Results 1 – 1 of 1) sorted by relevance

/kernel/lib/libc/string/
A Dstrtok.c16 char *sbegin, *send; in strtok() local
27 send = strpbrk( sbegin, ct); in strtok()
28 if (send && *send != '\0') in strtok()
29 *send++ = '\0'; in strtok()
30 ___strtok = send; in strtok()

Completed in 5 milliseconds