Home
last modified time | relevance | path

Searched refs:ISSPECIAL (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/untgz/
Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
294 if (ISSPECIAL(*expr)) in ExprMatch()