Lines Matching defs:s
51 any(wchar_t c, unsigned char *s)55 while (d = *s++)63 int anys(c, s)64 unsigned char *c, *s;73 if((n = mbtowc(&e, (char *)s, MULTI_BYTE_MAX)) <= 0)77 s += n;93 unsigned char *s;95 if (s = as)96 while (*s++);97 return(s - as);