Lines Matching full:spos
2374 unsigned char *spos;2380 spos = str;2394 *spos = d & UCHAR_MAX;2396 ++spos;2405 *spos = d & UCHAR_MAX;2407 ++spos;2411 while(--spos > str) {2413 *str = *spos;2414 *spos = t;