Home | History | Annotate | Download | only in lib

Lines Matching refs:stringlen

2254 /* 'stringlen' is the part of input string to be considered,
2259 picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh,
2266 if (((*ind) >= stringlen)) {
2272 while ((((*ind) < stringlen) && (string[(*ind)] != sepCh)) && (string[((*ind))] != (picoos_char)NULLC)) {
2282 if ((*ind) < stringlen) {
2286 /* reached end of input; set ind to stringlen so that no
2288 (*ind) = stringlen;