Searched defs:TOUPPER (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/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.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h101 #define TOUPPER(c) (ISLOWER(c) ? toupper(c) : (c)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/macosx-10.10.1/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
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
/macosx-10.10.1/gnutar-453/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
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c29 #define TOUPPER(c) (c & ~0x20) macro
/macosx-10.10.1/emacs-93/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
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h397 # define TOUPPER(Ch) toupper (Ch) macro
400 # define TOUPPER(Ch) (ISLOWER (Ch) ? toupper (Ch) : (Ch)) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1711 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c)) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dpattern.c2436 #define TOUPPER(x) towupper(x) macro
2442 #define TOUPPER(x) toupper(x) macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1640 #define TOUPPER(c) rb_toupper((unsigned char)(c)) macro

Completed in 284 milliseconds