OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISLOWER
(Results
1 - 2
of
2
) sorted by relevancy
/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/sys/external/bsd/ipf/netinet/
ip_compat.h
709
#define
ISLOWER
(x)
islower
((u_char)(x))
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025