Home
last modified time | relevance | path

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

123456789

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A D_toupper.texi1 @node _toupper
2 @section @code{_toupper}
3 @findex _toupper
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_toupper.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A D_toupper.texi1 @node _toupper
2 @section @code{_toupper}
3 @findex _toupper
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/_toupper.htm…
/dports/devel/cvs-devel/cvs-1.12.13/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]);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/ctype/c/sccz80/
H A Dtoupper.asm12 PUBLIC _toupper
13 _toupper: label
42 PUBLIC _toupper
43 defc _toupper = toupper
/dports/news/fidogate4/fidogate-4.4.10/src/include/
H A Dfidogate.h125 #undef _toupper
130 #define _toupper(c) ((c)-'a'+'A') macro
132 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/
H A Dfidogate.h99 #undef _toupper
104 #define _toupper(c) ((c)-'a'+'A') macro
106 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/ctype/
H A D_toupper.c4 #undef _toupper
6 _DEFUN(_toupper,(c),int c)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/ctype/
H A D_toupper.c4 #undef _toupper
6 _DEFUN(_toupper,(c),int c)
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dctype.h72 #undef _toupper
92 #define _toupper(c) ((c) - 'a' + 'A') macro
96 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/ctype/c/sdcc_iy/
H A Dtoupper.asm7 PUBLIC _toupper
11 _toupper: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/ctype/c/sdcc_ix/
H A Dtoupper.asm7 PUBLIC _toupper
11 _toupper: label
/dports/lang/sdcc/sdcc-4.0.0/device/include/pic16/
H A Dctype.h66 #define _toupper(c) ((c) & ~('a' - 'A')) macro
69 #define toupper(c) ((islower(c)) ? _toupper(c) : (c))
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A Dtoupper.s13 .export _toupper
17 _toupper: label
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dresources.h95 #ifndef _toupper
96 # define _toupper(c) ((c) - 'a' + 'A') macro
/dports/sysutils/syslinux/syslinux-6.03/com32/include/
H A Dctype.h106 #define _toupper(__c) ((__c) & ~32) macro
111 return islower(__c) ? _toupper(__c) : __c; in toupper()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_macros.h69 # define _toupdown(c) (isupper(c) ? _tolower(c) : _toupper(c))
106 # define to_upper(l) (is_lower(l) ? _toupper(l) : (l))
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/romkan/
H A Drk_macros.h63 # define _toupdown(c) (isupper(c) ? _tolower(c) : _toupper(c))
83 # define to_upper(l) (is_lower(l) ? _toupper(l) : (l))

123456789