Searched refs:_toupper (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h71 { return _toupper(__c); }
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h72 { return _toupper(__c); }
/freebsd-10-stable/include/
H A Dctype.h105 * POSIX.1-2001 specifies _tolower() and _toupper() to be macros equivalent to
110 * intent. We purposely leave _tolower() and _toupper() undocumented to
116 #define _toupper(c) __sbtoupper(c) macro
/freebsd-10-stable/contrib/dialog/
H A Dutil.c2244 ac = _toupper(ac);
2246 bc = _toupper(bc);
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h78 extern int _toupper(int);

Completed in 60 milliseconds