Home
last modified time | relevance | path

Searched refs:ISLOWER (Results 1 – 25 of 4570) sorted by relevance

12345678910>>...183

/dports/russian/gd/libgd-2.3.1/cmake/modules/
H A DTestForHighBitCharacters.c22 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
23 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
25 # define ISLOWER(c) \ macro
29 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
38 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/math/plplot/plplot-5.15.0/cmake/modules/
H A DTestForHighBitCharacters.c3 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
4 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6 # define ISLOWER(c) \ macro
10 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/math/plplot-ada/plplot-5.15.0/cmake/modules/
H A DTestForHighBitCharacters.c3 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
4 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6 # define ISLOWER(c) \ macro
10 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/ukrainian/gd/libgd-2.3.1/cmake/modules/
H A DTestForHighBitCharacters.c22 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
23 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
25 # define ISLOWER(c) \ macro
29 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
38 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/japanese/gd/libgd-2.3.1/cmake/modules/
H A DTestForHighBitCharacters.c22 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
23 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
25 # define ISLOWER(c) \ macro
29 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
38 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/graphics/gd/libgd-2.3.1/cmake/modules/
H A DTestForHighBitCharacters.c22 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') macro
23 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
25 # define ISLOWER(c) \ macro
29 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
38 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) in main()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc880.vhd37 function ISLOWER ( TESTCHAR: in CHARACTER ) return BOOLEAN;
41 function ISLOWER ( TESTCHAR: in CHARACTER ) return BOOLEAN is function
48 end ISLOWER;
71 if ISLOWER( CHAR_AT_HAND ) then
80 if (ISLOWER(CHAR_AT_HAND) = false) then
83 assert ( ISLOWER( CHAR_AT_HAND ) )
84 report "ISLOWER is wrong"
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc10-devel/gcc-10-20211008/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0]))
230 if (ISLOWER (*p))
235 while (ISLOWER(*p) || ISDIGIT (*p)
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/xelfviewer/XELFViewer-0.03/XCppfilt/3rdparty/cppfilt/src/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/devel/binutils/binutils-2.37/libiberty/
H A Dcplus-dem.c214 if (!ISLOWER (mangled[0])) in ada_demangle()
230 if (ISLOWER (*p)) in ada_demangle()
235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dcplus-dem.c242 if (!ISLOWER (mangled[0])) in ada_demangle()
258 if (ISLOWER (*p)) in ada_demangle()
263 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
264 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc9/gcc-9.4.0/libiberty/
H A Dcplus-dem.c242 if (!ISLOWER (mangled[0])) in ada_demangle()
258 if (ISLOWER (*p)) in ada_demangle()
263 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
264 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/lang/gcc9-aux/gcc-9.1.0/libiberty/
H A Dcplus-dem.c242 if (!ISLOWER (mangled[0])) in ada_demangle()
258 if (ISLOWER (*p)) in ada_demangle()
263 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
264 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/common/
H A Dmyfnmatch.cpp14 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
73 if(ISALPHA(c) && ISLOWER(c)) in parsekeyword()
247 if((ISLOWER(c) && ISLOWER(rangestart)) || in setcharset()
365 found = ISLOWER(*s); in loop()
/dports/devel/git-gui/git-2.34.1/
H A Dwildmatch.c48 #define ISLOWER(c) (ISASCII(c) && islower(c)) macro
199 else if ((flags & WM_CASEFOLD) && ISLOWER(t_ch)) { in dowild()
239 if (ISLOWER(t_ch)) in dowild()
253 else if ((flags & WM_CASEFOLD) && ISLOWER(t_ch)) in dowild()
/dports/devel/git-svn/git-2.34.1/
H A Dwildmatch.c48 #define ISLOWER(c) (ISASCII(c) && islower(c)) macro
199 else if ((flags & WM_CASEFOLD) && ISLOWER(t_ch)) { in dowild()
239 if (ISLOWER(t_ch)) in dowild()
253 else if ((flags & WM_CASEFOLD) && ISLOWER(t_ch)) in dowild()

12345678910>>...183