tag | line | file | source code |
---|---|---|---|
sbegin | 159 | include/asm-generic/string.h | char *sbegin, *send; |
sbegin | 162 | include/asm-generic/string.h | sbegin = s ? s : ssave; |
sbegin | 163 | include/asm-generic/string.h | if (!sbegin) { |
sbegin | 166 | include/asm-generic/string.h | sbegin += strspn(sbegin,ct); |
sbegin | 167 | include/asm-generic/string.h | if (*sbegin == '\0') { |
sbegin | 171 | include/asm-generic/string.h | send = strpbrk( sbegin, ct); |
sbegin | 175 | include/asm-generic/string.h | return (sbegin); |