OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISUPPER
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
syntax.h
65
#define
ISUPPER
02 /* an upper case letter */
84
#define is_upper(c) (sh_ctype(c) &
ISUPPER
)
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
707
#define
ISUPPER
(x)
isupper
((u_char)(x))
Completed in 13 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025