Searched refs:TOUPPER (Results 1 - 25 of 44) sorted by relevance

12

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrtol.c133 if ((base == 0 || base == 16) && TOUPPER ((unsigned char) s[1]) == 'X')
167 c = TOUPPER (c) - 'A' + 10;
194 c = TOUPPER (c) - 'A' + 10;
249 if (save - nptr >= 2 && TOUPPER ((unsigned char) save[-1]) == 'X' && save[-2] == '0')
H A Dcasemod.c50 # define TOGGLE(x) (ISUPPER (x) ? tolower (x) : (TOUPPER (x)))
203 case CASE_UPPER: nc = TOUPPER (wc); break;
218 case CASE_UPPER: nwc = TOUPPER (wc); break;
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c177 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
181 # define TOUPPER(Ch) towupper (Ch) macro
195 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
199 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
318 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
366 || (int) (TOUPPER (c) - L_('A') + 10) >= base))
409 c = TOUPPER (c) - L_('A') + 10;
416 c = TOUPPER (c) - L_('A') + 10;
457 c = TOUPPER (c) - L_('A') + 10;
464 c = TOUPPER (
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrtol.c199 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
203 # define TOUPPER(Ch) towupper (Ch) macro
212 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
216 # define TOUPPER(Ch) toupper (Ch) macro
313 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
335 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
358 c = TOUPPER (c) - L_('A') + 10;
412 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
H A Dstrftime.c273 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
276 # define TOUPPER(Ch, L) towupper (Ch) macro
281 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
284 # define TOUPPER(Ch, L) toupper (Ch) macro
310 fputc (TOUPPER ((UCHAR_T) *src, loc), fp);
329 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrtol.c200 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
204 # define TOUPPER(Ch) towupper (Ch) macro
213 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
217 # define TOUPPER(Ch) toupper (Ch) macro
314 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
336 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
359 c = TOUPPER (c) - L_('A') + 10;
413 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
H A Dstrftime.c269 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
272 # define TOUPPER(Ch, L) towupper (Ch) macro
277 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
280 # define TOUPPER(Ch, L) toupper (Ch) macro
306 fputc (TOUPPER ((UCHAR_T) *src, loc), fp);
325 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h101 #define TOUPPER(c) (ISLOWER(c) ? toupper(c) : (c)) macro
104 /* letter to control char -- ASCII. The TOUPPER is in there so \ce and
106 # define TOCTRL(x) (TOUPPER(x) & 037)
110 # define UNCTRL(x) (TOUPPER((x) | 0x40))
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrtol.c207 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
211 # define TOUPPER(Ch) towupper (Ch) macro
225 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
229 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
336 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
358 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
381 c = TOUPPER (c) - L_('A') + 10;
435 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
H A Dstrftime.c308 # define TOUPPER(Ch) towupper (Ch) macro
312 # define TOUPPER(Ch) toupper (Ch) macro
315 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)) macro
349 dest[len] = TOUPPER ((UCHAR_T) src[len]);
829 *old_start = TOUPPER ((UCHAR_T) *old_start);
/haiku-fatelf/src/bin/gdb/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen-asm.in95 *rx++ = TOUPPER (c);
129 *rx++ = TOUPPER (c);
H A Dfr30-asm.c391 *rx++ = TOUPPER (c);
425 *rx++ = TOUPPER (c);
H A Dm32r-asm.c406 *rx++ = TOUPPER (c);
440 *rx++ = TOUPPER (c);
H A Dopenrisc-asm.c329 *rx++ = TOUPPER (c);
363 *rx++ = TOUPPER (c);
H A Dxstormy16-asm.c352 *rx++ = TOUPPER (c);
386 *rx++ = TOUPPER (c);
H A Dip2k-asm.c642 *rx++ = TOUPPER (c);
676 *rx++ = TOUPPER (c);
H A Diq2000-asm.c528 *rx++ = TOUPPER (c);
562 *rx++ = TOUPPER (c);
H A Dfrv-asm.c1035 *rx++ = TOUPPER (c);
1069 *rx++ = TOUPPER (c);
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c320 #undef TOUPPER macro
352 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
355 # define TOUPPER(Ch, L) towupper (Ch) macro
361 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
364 # define TOUPPER(Ch, L) toupper (Ch) macro
368 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
404 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
888 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-hdr.c307 *fptr = TOUPPER (*fptr);
H A Dbfd.c1048 digit = TOUPPER (digit) - 'A' + 10;
H A Dsyms.c686 c = TOUPPER (c);
/haiku-fatelf/src/bin/findutils/locate/
H A Dlocate.c139 # define TOUPPER(Ch) toupper (Ch) macro
142 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/haiku-fatelf/src/libs/termcap/
H A Dconfigure781 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
784 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);

Completed in 279 milliseconds

12