Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/usr.bin/cvs/vms/
H A Dutime.c28 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]);
/openbsd/lib/libc/gen/
H A Disctype.c156 #undef _toupper
158 _toupper(int c) in _toupper() function
/openbsd/lib/libc/hidden/
H A Dctype.h39 __only_inline int _toupper(int _c);
92 PROTO_STD_DEPRECATED(_toupper);
/openbsd/include/
H A Dctype.h91 int _toupper(int);
213 __only_inline int _toupper(int _c) in _toupper() function
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dctype.h21 # define _toupper(__c) __toupper(__c) macro
/openbsd/gnu/gcc/fixincludes/tests/base/
H A Dctype.h21 # define _toupper(__c) __toupper(__c) macro
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h56 { return _toupper(__c); } in do_toupper()
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h57 { return _toupper(__c); } in do_toupper()
/openbsd/gnu/gcc/libstdc++-v3/config/os/irix/irix5.2/
H A Dctype_noninline.h71 { return _toupper(__c); } in do_toupper()
/openbsd/gnu/gcc/libstdc++-v3/config/os/irix/irix6.5/
H A Dctype_noninline.h72 { return _toupper(__c); } in do_toupper()
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h35 #ifdef _toupper
36 # undef _toupper
38 #define _toupper(c) (((c) < 'a' || (c) > 'z') ? (c) : (c) & ~040) macro
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A Dporting.texi341 @{ return _toupper(__c); @}
349 Your C library provides equivalents to IRIX's @code{_toupper} and
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A Dporting.texi325 @{ return _toupper(__c); @}
333 Your C library provides equivalents to IRIX's @code{_toupper} and
/openbsd/lib/libc/
H A DSymbols.list553 _toupper
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h78 extern int _toupper(int);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h78 extern int _toupper(int);
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dinclhack.def1196 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
1208 test_text = "# define _toupper(__c) __toupper(__c)\n";
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def1473 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
1485 test_text = "# define _toupper(__c) __toupper(__c)\n";
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1296 fun:_toupper=uninstrumented