OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isupper
(Results
1 - 25
of
249
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/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/bsd/openldap/dist/include/ac/
ctype.h
29
# define TOLOWER(c) (
isupper
(c) ? tolower(c) : (c))
/src/usr.sbin/makefs/cd9660/
cd9660_strings.c
67
return (
isupper
((unsigned char)c)
75
return (
isupper
((unsigned char)c)
/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/apache2/llvm/dist/libcxx/include/
ctype.h
26
int
isupper
(int c);
52
#undef
isupper
macro
/src/external/gpl2/xcvs/dist/lib/
strncasecmp.c
30
#define TOLOWER(Ch) (
isupper
(Ch) ? tolower (Ch) : (Ch))
strcasecmp.c
36
#define TOLOWER(Ch) (
isupper
(Ch) ? tolower (Ch) : (Ch))
/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
ctype.h
44
using std::
isupper
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
ctype.h
44
using std::
isupper
;
/src/tests/usr.bin/xlint/lint1/
msg_342.c
27
int
isupper
(int);
60
/* expect+1: warning: argument to '
isupper
' must be 'unsigned char' or EOF, not 'char' [341] */
61
isupper
(c);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
ctype.d
43
pure int
isupper
(int c);
/src/games/hangman/
getguess.c
61
if (
isupper
(ch))
/src/lib/libc/regex/
utils.h
52
#define iswupper(a)
isupper
(a)
/src/lib/libtelnet/
genget.c
45
#define LOWER(x) (
isupper
((unsigned char)x) ? tolower((unsigned char)x) : (x))
/src/external/gpl2/diffutils/dist/lib/
strcasecmp.c
37
#define TOLOWER(Ch) (
isupper
(Ch) ? tolower (Ch) : (Ch))
/src/external/gpl2/groff/dist/src/libs/libgroff/
cmap.cpp
56
cmlower.v[i] = ISASCII(i) &&
isupper
(i) ? tolower(i) : i;
strcasecmp.c
37
#define TOLOWER(Ch) (
isupper
(Ch) ? tolower (Ch) : (Ch))
strtol.c
84
&&
isupper
((unsigned char)*str)
106
&&
isupper
((unsigned char)*str)
/src/external/gpl2/texinfo/dist/lib/
strcasecmp.c
37
#define TOLOWER(Ch) (
isupper
(Ch) ? tolower (Ch) : (Ch))
/src/games/pig/
pig.c
98
allupper = firstupper =
isupper
((unsigned char)buf[0]);
100
allupper = allupper &&
isupper
((unsigned char)buf[i]);
/src/usr.bin/spell/spellprog/
look.c
64
if (
isupper
(*s))
176
else if (
isupper
(*s2))
/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/games/battlestar/
getcom.c
91
if (
isupper
((unsigned char)*buf1)) {
Completed in 27 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Sun Aug 09 00:24:28 UTC 2026