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

12345678

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dctype.h22 #undef TOUPPER macro
26 # define TOUPPER(c) (islower(c) ? toupper(c) : (c)) macro
29 # define TOUPPER(c) toupper(c) macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Duppercase.c41 *cp = TOUPPER(ch);
H A Dfullname.c88 VSTRING_ADDCH(result, TOUPPER(pwd->pw_name[0]));
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrtol.c132 if ((base == 0 || base == 16) && TOUPPER ((unsigned char) s[1]) == 'X')
166 c = TOUPPER (c) - 'A' + 10;
193 c = TOUPPER (c) - 'A' + 10;
248 if (save - nptr >= 2 && TOUPPER ((unsigned char) save[-1]) == 'X' && save[-2] == '0')
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstrtol.c201 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
205 # define TOUPPER(Ch) towupper (Ch) macro
214 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
218 # define TOUPPER(Ch) toupper (Ch) macro
315 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
337 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
360 c = TOUPPER (c) - L_('A') + 10;
414 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
/macosx-10.9.5/bash-92/bash-3.2/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))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dstring.c117 *s = TOUPPER( (unsigned char) *s );
134 *s = TOUPPER( (unsigned char) *s );
/macosx-10.9.5/gnudiff-19/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);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c29 #define TOUPPER(c) (c & ~0x20) macro
31 #define ISALPHA(c) ((unsigned)(TOUPPER(c) - 'A') < 26)
122 *q++ = TOUPPER(*p++);
186 *q++ = TOUPPER(*p++);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dphonetic.c125 phoneme[0] = TOUPPER((unsigned char)*p);
129 ch = TOUPPER ((unsigned char)*p);
230 *n++ = TOUPPER((unsigned char)*Word);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-asm.in96 *rx++ = TOUPPER (c);
130 *rx++ = TOUPPER (c);
H A Dopenrisc-asm.c307 *rx++ = TOUPPER (c);
341 *rx++ = TOUPPER (c);
H A Dfr30-asm.c376 *rx++ = TOUPPER (c);
410 *rx++ = TOUPPER (c);
H A Dip2k-asm.c577 *rx++ = TOUPPER (c);
611 *rx++ = TOUPPER (c);
H A Dm32r-asm.c394 *rx++ = TOUPPER (c);
428 *rx++ = TOUPPER (c);
H A Dxstormy16-asm.c342 *rx++ = TOUPPER (c);
376 *rx++ = TOUPPER (c);
H A Diq2000-asm.c525 *rx++ = TOUPPER (c);
559 *rx++ = TOUPPER (c);
H A Dmt-asm.c661 *rx++ = TOUPPER (c);
695 *rx++ = TOUPPER (c);
H A Dxc16x-asm.c442 *rx++ = TOUPPER (c);
476 *rx++ = TOUPPER (c);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c348 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
351 # define TOUPPER(Ch, L) towupper (Ch) macro
357 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
360 # define TOUPPER(Ch, L) toupper (Ch) macro
364 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
400 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
888 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h397 # define TOUPPER(Ch) toupper (Ch) macro
400 # define TOUPPER(Ch) (ISLOWER (Ch) ? toupper (Ch) : (Ch)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dvms-hdr.c233 *fptr = TOUPPER (*fptr);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c346 *s = TOUPPER((unsigned char)*s);

Completed in 305 milliseconds

12345678