Lines Matching defs:cs
64 unsigned char *s, *cs;
73 s = cs = as;
84 if ((len = mbtowc(&wc, (char *)cs, MB_LEN_MAX)) <= 0) {
86 wc = (unsigned char)*cs;
89 cs += len;
115 cs--;
119 cs++;
128 if (cs == s) {
131 } else if (*--cs == '/') {
132 *cs = 0;
133 if (s == cs)
155 if (*cs == 0)
156 slashsav = cs++; /* remember where first slash in as is */
163 rs = cs;
174 if (e->d_name[0] == '.' && *cs != '.')
177 if (gmatch(e->d_name, cs)) {