Searched defs:tok (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcstok.c45 wchar_t *tok; local
65 tok = s - 1;
81 return (tok);
/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrsep.c51 char *tok; local
55 for (tok = s;;) {
65 return (tok);
H A Dstrtok.c45 char *tok; local
65 tok = s - 1;
81 return (tok);

Completed in 264 milliseconds