Searched refs:_toupper (Results 1 – 19 of 19) sorted by relevance
28 vms_actime[4] = _toupper(vms_actime[4]);29 vms_actime[5] = _toupper(vms_actime[5]);36 vms_modtime[4] = _toupper(vms_modtime[4]);37 vms_modtime[4] = _toupper(vms_modtime[5]);
156 #undef _toupper158 _toupper(int c) in _toupper() function
39 __only_inline int _toupper(int _c);92 PROTO_STD_DEPRECATED(_toupper);
91 int _toupper(int);213 __only_inline int _toupper(int _c) in _toupper() function
21 # define _toupper(__c) __toupper(__c) macro
56 { return _toupper(__c); } in do_toupper()
57 { return _toupper(__c); } in do_toupper()
71 { return _toupper(__c); } in do_toupper()
72 { return _toupper(__c); } in do_toupper()
35 #ifdef _toupper36 # undef _toupper38 #define _toupper(c) (((c) < 'a' || (c) > 'z') ? (c) : (c) & ~040) macro
341 @{ return _toupper(__c); @}349 Your C library provides equivalents to IRIX's @code{_toupper} and
325 @{ return _toupper(__c); @}333 Your C library provides equivalents to IRIX's @code{_toupper} and
553 _toupper
78 extern int _toupper(int);
1196 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";1208 test_text = "# define _toupper(__c) __toupper(__c)\n";
1473 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";1485 test_text = "# define _toupper(__c) __toupper(__c)\n";
1296 fun:_toupper=uninstrumented