Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
/netbsd/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
/netbsd/common/dist/zlib/contrib/untgz/
H A Duntgz.c288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro
/netbsd/lib/libc/citrus/modules/
H A Dcitrus_utf7.c160 #define ISSPECIAL(c) ((c) == '\0' || (c) == BASE64_IN) macro