OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISLOWER
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-safe-ctype.h
41
#undef
ISLOWER
/src/external/gpl3/gdb/dist/gdbsupport/
gdb-safe-ctype.h
41
#undef
ISLOWER
/src/bin/sh/
syntax.h
66
#define
ISLOWER
04 /* a lower case letter */
85
#define is_lower(c) (sh_ctype(c) &
ISLOWER
)
86
#define is_alpha(c) (sh_ctype(c) & (ISUPPER|
ISLOWER
))
87
#define is_name(c) (sh_ctype(c) & (ISUPPER|
ISLOWER
|ISUNDER))
88
#define is_in_name(c) (sh_ctype(c) & (ISUPPER|
ISLOWER
|ISUNDER|ISDIGIT))
/src/external/bsd/nvi/dist/common/
multibyte.h
54
#define
ISLOWER
iswlower
87
#define
ISLOWER
islower
/src/external/gpl2/gmake/dist/glob/
fnmatch.c
83
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
371
|| (STREQ (str, "lower") &&
ISLOWER
((unsigned char) *n))
/src/external/gpl2/grep/dist/src/
system.h
182
#define
ISLOWER
(C) (IN_CTYPE_DOMAIN (C) &&
islower
(C))
dfa.c
71
#define
ISLOWER
(C)
islower
(C)
83
#define
ISLOWER
(C) (isascii(C) &&
islower
(C))
314
else if (
ISLOWER
(b))
661
FUNC(is_lower,
ISLOWER
)
/src/external/gpl2/xcvs/dist/lib/
fnmatch.c
114
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
getdate.c
153
#define
ISLOWER
(c) (IN_CTYPE_DOMAIN (c) &&
islower
(c))
2806
if (
ISLOWER
(ch))
/src/external/gpl3/binutils/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl3/binutils.old/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl3/gcc.old/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl3/gdb/dist/readline/readline/
chardefs.h
94
#define
ISLOWER
(c) (IN_CTYPE_DOMAIN (c) &&
islower
((unsigned char)c))
99
#define _rl_lowercase_p(c) (NON_NEGATIVE(c) &&
ISLOWER
(c))
/src/external/gpl3/gdb.old/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h
94
#define
ISLOWER
(c) (IN_CTYPE_DOMAIN (c) &&
islower
((unsigned char)c))
99
#define _rl_lowercase_p(c) (NON_NEGATIVE(c) &&
ISLOWER
(c))
/src/external/gpl3/gdb/dist/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c
56
#define
ISLOWER
(C)
islower
(C)
68
#define
ISLOWER
(C) (isascii(C) &&
islower
(C))
288
else if (
ISLOWER
(b))
635
FUNC(is_lower,
ISLOWER
)
regex.c
209
# define
ISLOWER
(c) (IN_CTYPE_DOMAIN (c) &&
islower
(c))
3260
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
3300
|| (is_lower &&
ISLOWER
(ch))
3309
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1780
#define
ISLOWER
(c) (ISASCII(c) &&
islower
((unsigned char)(c)))
1786
#define TOUPPER(c) (
ISLOWER
(c) ? toupper((unsigned char)(c)) : (c))
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
709
#define
ISLOWER
(x)
islower
((u_char)(x))
/src/external/gpl3/binutils/dist/libiberty/
regex.c
240
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
3265
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
3305
|| (is_lower &&
ISLOWER
(ch))
3314
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
/src/external/gpl3/binutils.old/dist/libiberty/
regex.c
240
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
3265
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
3305
|| (is_lower &&
ISLOWER
(ch))
3314
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
/src/external/gpl3/gcc/dist/libiberty/
regex.c
240
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
3265
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
3305
|| (is_lower &&
ISLOWER
(ch))
3314
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
/src/external/gpl3/gcc.old/dist/libiberty/
regex.c
240
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
3265
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
3305
|| (is_lower &&
ISLOWER
(ch))
3314
&& (ISUPPER (ch) ||
ISLOWER
(ch)))
Completed in 102 milliseconds
1
2
Indexes created Wed Apr 22 00:22:44 UTC 2026