OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISUPPER
(Results
1 - 3
of
3
) 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/tests/lib/libc/gen/
h_ctype_abuse.c
54
M(
ISUPPER
,
isupper
) \
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
707
#define
ISUPPER
(x)
isupper
((u_char)(x))
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025