OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISALNUM
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-safe-ctype.h
39
#undef
ISALNUM
/src/external/gpl3/gdb/dist/gdbsupport/
gdb-safe-ctype.h
39
#undef
ISALNUM
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-fgrep.c
39
#define
ISALNUM
(C) (IN_CTYPE_DOMAIN (C) &&
isalnum
(C))
m-regex.c
42
#define
ISALNUM
(C) (IN_CTYPE_DOMAIN (C) &&
isalnum
(C))
dfa.c
61
#define
ISALNUM
(C)
isalnum
(C)
73
#define
ISALNUM
(C) (isascii(C) &&
isalnum
(C))
640
FUNC(is_alnum,
ISALNUM
)
674
#define IS_WORD_CONSTITUENT(C) (
ISALNUM
(C) || (C) == '_')
regex.c
206
# define
ISALNUM
(c) (IN_CTYPE_DOMAIN (c) &&
isalnum
(c))
245
if (
ISALNUM
(c))
3293
if ( (is_alnum &&
ISALNUM
(ch))
/src/external/bsd/nvi/dist/common/
multibyte.h
20
#define
ISALNUM
(c) (ISALPHA(c) || ISDIGIT(c))
/src/external/gpl2/gmake/dist/glob/
fnmatch.c
80
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
365
if ((STREQ (str, "alnum") &&
ISALNUM
((unsigned char) *n))
/src/external/gpl2/grep/dist/src/
system.h
187
#define
ISALNUM
(C) (IN_CTYPE_DOMAIN (C) &&
isalnum
(C))
dfa.c
76
#define
ISALNUM
(C)
isalnum
(C)
88
#define
ISALNUM
(C) (isascii(C) &&
isalnum
(C))
666
FUNC(is_alnum,
ISALNUM
)
700
#define IS_WORD_CONSTITUENT(C) (
ISALNUM
(C) || (C) == '_')
/src/external/gpl2/xcvs/dist/lib/
fnmatch.c
111
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
/src/external/gpl3/binutils/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/gpl3/binutils.old/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/gpl3/gcc.old/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/gpl3/gdb/dist/readline/readline/
chardefs.h
91
#define
ISALNUM
(c) (IN_CTYPE_DOMAIN (c) &&
isalnum
((unsigned char)c))
103
#define _rl_alphabetic_p(c) (NON_NEGATIVE(c) &&
ISALNUM
(c))
116
# define _rl_isident(c) (
ISALNUM
(c) || (c) == '_')
/src/external/gpl3/gdb.old/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h
91
#define
ISALNUM
(c) (IN_CTYPE_DOMAIN (c) &&
isalnum
((unsigned char)c))
103
#define _rl_alphabetic_p(c) (NON_NEGATIVE(c) &&
ISALNUM
(c))
116
# define _rl_isident(c) (
ISALNUM
(c) || (c) == '_')
/src/external/gpl3/gdb/dist/include/
safe-ctype.h
90
#define
ISALNUM
(c) _sch_test(c, _sch_isalnum)
125
#undef
isalnum
macro
126
#define
isalnum
(c) do_not_use_isalnum_with_safe_ctype
macro
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1778
* XXX The (unsigned char) casts in
isalnum
() etc arguments are unnecessary
1784
#define
ISALNUM
(c) (ISASCII(c) &&
isalnum
((unsigned char)(c)))
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
703
#define
ISALNUM
(x)
isalnum
((u_char)(x))
/src/external/gpl3/binutils/dist/libiberty/
regex.c
237
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
294
if (
ISALNUM
(c))
3298
if ( (is_alnum &&
ISALNUM
(ch))
/src/external/gpl3/binutils.old/dist/libiberty/
regex.c
237
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
294
if (
ISALNUM
(c))
3298
if ( (is_alnum &&
ISALNUM
(ch))
/src/external/gpl3/gcc/dist/libiberty/
regex.c
237
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
294
if (
ISALNUM
(c))
3298
if ( (is_alnum &&
ISALNUM
(ch))
/src/external/gpl3/gcc.old/dist/libiberty/
regex.c
237
# define
ISALNUM
(c) (ISASCII (c) &&
isalnum
(c))
294
if (
ISALNUM
(c))
3298
if ( (is_alnum &&
ISALNUM
(ch))
Completed in 62 milliseconds
1
2
Indexes created Sun Jun 14 00:25:39 UTC 2026