OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISLOWER
(Results
1 - 25
of
220
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/external/ibm-public/postfix/dist/src/util/
uppercase.c
42
if (
ISLOWER
(ch))
/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/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/external/bsd/ipf/dist/lib/
printfieldhdr.c
48
if (ISALPHA(*t) &&
ISLOWER
(*t))
/src/external/bsd/nvi/dist/common/
multibyte.h
54
#define
ISLOWER
iswlower
87
#define
ISLOWER
islower
/src/external/gpl3/binutils/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/src/external/gpl3/binutils.old/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/src/external/gpl3/gcc/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/src/external/gpl3/gcc.old/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/src/external/gpl3/gdb.old/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/src/external/gpl3/gdb/dist/libiberty/
cplus-dem.c
214
if (!
ISLOWER
(mangled[0]))
230
if (
ISLOWER
(*p))
235
while (
ISLOWER
(*p) || ISDIGIT (*p)
236
|| (p[0] == '_' && (
ISLOWER
(p[1]) || ISDIGIT (p[1]))));
/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/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/tests/lib/libc/gen/
h_ctype_abuse.c
55
M(
ISLOWER
,
islower
) \
/src/external/bsd/nvi/dist/vi/
v_ulcase.c
163
if (
ISLOWER
(ch)) {
/src/external/gpl2/grep/dist/src/
system.h
182
#define
ISLOWER
(C) (IN_CTYPE_DOMAIN (C) &&
islower
(C))
/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/dist/ld/
ldbuildid.c
101
if (
ISLOWER
(xdigit))
/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/binutils.old/dist/ld/
ldbuildid.c
101
if (
ISLOWER
(xdigit))
/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.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/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
Completed in 25 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Fri Apr 03 00:24:04 UTC 2026