Searched refs:CLEN (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c2462 clen = CLEN(ptr);
H A Dextract.c2194 for (i = CLEN(r); i > 0; i--)
H A Dmatch.c182 return (*s && *s != '/') ? recmatch(p, s + CLEN(s), ic) : 0;
184 return *s ? recmatch(p, s + CLEN(s), ic) : 0;
259 return r ? recmatch(q + CLEN(q), s + CLEN(s), ic) : 0;
269 return QMatch(Case((uch)c), Case(*s)) ? recmatch(p, s + CLEN(s), ic) : 0;
271 return Case((uch)c) == Case(*s) ? recmatch(p, s + CLEN(s), ic) : 0;
H A Dunzpriv.h1080 # define CLEN(ptr) mblen((ZCONST char *)(ptr), MB_CUR_MAX) macro
1082 # define PREINCSTR(ptr) (ptr += CLEN(ptr))
1099 # define CLEN(ptr) 1 macro
2245 if ((i = CLEN(p)) > 1) { \

Completed in 79 milliseconds