tag | line | file | source code |
sbegin | 135 | include/asm-sparc/string.h | char *sbegin, *send; |
sbegin | 137 | include/asm-sparc/string.h | sbegin = s ? s : ___strtok; |
sbegin | 138 | include/asm-sparc/string.h | if (!sbegin) { |
sbegin | 141 | include/asm-sparc/string.h | sbegin += strspn(sbegin,ct); |
sbegin | 142 | include/asm-sparc/string.h | if (*sbegin == '\0') { |
sbegin | 146 | include/asm-sparc/string.h | send = strpbrk( sbegin, ct); |
sbegin | 150 | include/asm-sparc/string.h | return (sbegin); |
sbegin | 176 | lib/string.c | char *sbegin, *send; |
sbegin | 178 | lib/string.c | sbegin = s ? s : ___strtok; |
sbegin | 179 | lib/string.c | if (!sbegin) { |
sbegin | 182 | lib/string.c | sbegin += strspn(sbegin,ct); |
sbegin | 183 | lib/string.c | if (*sbegin == '\0') { |
sbegin | 187 | lib/string.c | send = strpbrk( sbegin, ct); |
sbegin | 191 | lib/string.c | return (sbegin); |