OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isupper
(Results
1 - 23
of
23
) sorted by relevancy
/src/lib/libc/citrus/
citrus_bcs_strtol.c
58
#undef
isupper
macro
59
#define
isupper
(c) _bcs_isupper(c)
macro
citrus_bcs_strtoul.c
63
#undef
isupper
macro
64
#define
isupper
(c) _bcs_isupper(c)
macro
/src/external/apache2/llvm/dist/libcxx/include/
ctype.h
26
int
isupper
(int c);
52
#undef
isupper
macro
/src/external/cddl/osnet/dist/common/util/
strtolctype.h
50
#define isalpha(ch) (
isupper
(ch) || islower(ch))
55
#define
isupper
(ch) ((ch) >= 'A' && (ch) <= 'Z')
macro
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
missing_files.py
51
def
isupper
(c):
function
55
return
isupper
(c) or islower(c)
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
missing_files.py
51
def
isupper
(c):
function
55
return
isupper
(c) or islower(c)
/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
71
#define
isupper
(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP))
macro
/src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.h
254
#define coerce_to_lower(c) ((
isupper
(c) ? tolower(c) : (c)))
271
#ifndef
isupper
272
#define
isupper
(c) ((c) >= 'A' && (c) <= 'Z')
267
#define
isupper
macro
/src/sys/lib/libkern/
libkern.h
71
LIBKERN_INLINE int
isupper
(int) __unused;
163
isupper
(int ch)
function
177
return (
isupper
(ch) || islower(ch));
235
if (
isupper
(ch))
/src/external/cddl/osnet/sys/kern/
ddi.c
89
#define isalpha(ch) (
isupper
(ch) || islower(ch))
94
#define
isupper
(ch) ((ch) >= 'A' && (ch) <= 'Z')
macro
/src/external/gpl3/binutils/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/binutils.old/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h
63
#undef
isupper
macro
67
#define
isupper
(x) \
macro
/src/external/gpl3/gcc.old/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h
63
#undef
isupper
macro
67
#define
isupper
(x) \
macro
/src/external/gpl3/gdb.old/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/gdb/dist/include/
safe-ctype.h
99
#define
ISUPPER
(c) _sch_test(c, _sch_isupper)
141
#undef
isupper
macro
142
#define
isupper
(c) do_not_use_isupper_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h
2631
isupper
(_CharT __c, const locale& __loc)
function
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h
2619
isupper
(_CharT __c, const locale& __loc)
function
/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 24 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026