OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISSPECIAL
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_utf7.c
160
#define
ISSPECIAL
(c) ((c) == '\0' || (c) == BASE64_IN)
165
#define ISDIRECT(ei, c) (!SHIFT7BIT((c)) && (
ISSPECIAL
((c)) || \
168
#define ISSAFE(ei, c) (!SHIFT7BIT((c)) && (
ISSPECIAL
((c)) || \
/src/common/dist/zlib/contrib/untgz/
untgz.c
287
#define
ISSPECIAL
(c) (((c) == '*') || ((c) == '/'))
293
if (
ISSPECIAL
(*expr))
Completed in 12 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025