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 - 7
of
7
) sorted by relevancy
/src/lib/libc/citrus/
citrus_bcs_strtol.c
58
#undef
isupper
59
#define
isupper
(c) _bcs_isupper(c)
macro
citrus_bcs_strtoul.c
63
#undef
isupper
64
#define
isupper
(c) _bcs_isupper(c)
macro
/src/sys/sys/
ctype_inline.h
57
#define
isupper
(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U))
macro
/src/sys/external/bsd/acpica/dist/include/
acclib.h
179
#define
isupper
(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP))
macro
/src/sys/lib/libkern/
libkern.h
71
LIBKERN_INLINE int
isupper
(int) __unused;
163
isupper
(int ch)
function in typeref:typename:LIBKERN_INLINE int
177
return (
isupper
(ch) || islower(ch));
235
if (
isupper
(ch))
/src/sys/netinet6/
icmp6.c
1522
#define
isupper
(x) ('A' <= (x) && (x) <= 'Z')
macro
1525
#define tolower(x) (
isupper
(x) ? (x) + 'a' - 'A' : (x))
1608
if (
isupper
(*p)) {
/src/sys/external/bsd/ipf/netinet/
ip_proxy.h
143
# ifndef
isupper
144
# define
isupper
(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z'))
macro
150
# define isalpha(x) (
isupper
(x) || islower(x))
153
# define toupper(x) (
isupper
(x) ? (x) : (x) - 'a' + 'A')
Completed in 34 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025