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

/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/bash-92/bash-3.2/include/
H A Dchartypes.h101 #define TOUPPER(c) (ISLOWER(c) ? toupper(c) : (c)) macro
/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/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.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
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c29 #define TOUPPER(c) (c & ~0x20) macro
/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
/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/postfix-252/postfix/src/util/
H A Dsys_defs.h1698 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c)) macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dpattern.c2341 #define TOUPPER(x) towupper(x) macro
2347 #define TOUPPER(x) toupper(x) macro
/macosx-10.9.5/cctools-845/as/
H A Di386.c73 #define TOUPPER toupper macro
H A Darm.c178 #define TOUPPER(c) toupper(c) macro
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1640 #define TOUPPER(c) rb_toupper((unsigned char)(c)) macro

Completed in 385 milliseconds