| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | strcasecmp.c | 48 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) { in strcasecmp() 54 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strcasecmp()
|
| D | strncasecmp.c | 48 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) in strncasecmp() 58 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strncasecmp()
|
| /netbsd/src/tests/lib/libc/locale/ |
| D | t_toupper.c | 80 reported = toupper((int)(unsigned char)t->lower[i]); in h_swapcase() 90 ATF_TC(toupper); 92 ATF_TC_HEAD(toupper, tc) in ATF_TC_HEAD() argument 98 ATF_TC_BODY(toupper, tc) in ATF_TC_BODY() argument 127 ATF_TP_ADD_TC(tp, toupper); in ATF_TP_ADD_TCS()
|
| /netbsd/src/sys/arch/atari/stand/ahdilabel/ |
| D | ahdilabel.c | 85 if (toupper(getchar()) == 'Y') { in main() 95 if (toupper(getchar()) == 'Y') { in main() 123 key = toupper(getchar()); in main() 186 if (toupper (getchar ()) == 'N') in main() 190 if (toupper (getchar ()) == 'Y') in main() 197 if (toupper (getchar ()) == 'N') in main() 201 if (toupper (getchar ()) == 'Y') in main() 334 i = (int) (toupper ((unsigned char)(buf[1]) - 'A')); in read_sector()
|
| /netbsd/src/sys/kern/ |
| D | vnode_if.sh | 68 toupper= 71 toupper=' 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"'
|
| D | makesyscalls.sh | 138 toupper= 141 toupper=' 170 $toupper
|
| D | gendevcalls.awk | 88 call_name_ub_uc = toupper(call_name_ub) 122 subsystem_ub_uc = toupper(subsystem_ub)
|
| /netbsd/src/external/bsd/openldap/dist/include/ac/ |
| D | ctype.h | 28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c)) 31 # define TOUPPER(c) toupper(c)
|
| /netbsd/src/sys/dev/onewire/ |
| D | devlist2h.awk | 40 printf("#define ONEWIRE_FAMILY_%s\t%s\n", toupper($2), $3) > hfile 41 printf("\t{ ONEWIRE_FAMILY_%s, \"", toupper($2)) > dfile
|
| /netbsd/src/sys/arch/hpcmips/stand/libsa/ |
| D | winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), in winblkopen() 145 toupper(devname[1]), in winblkopen() 146 toupper(devname[2]), in winblkopen()
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | msg_342.c | 30 int toupper(int); 67 toupper(c); in cover_is_ctype_function()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_ctype.c | 76 static int toupper_wrapper(int ch) { return toupper(ch); } in toupper_wrapper() 923 DEF_TEST_ABUSE(toupper) 938 DEF_TEST_USE(toupper) 975 ATF_CHECK_MSG((ch = toupper(ydots)) == ydots, "ch=0x%x", ch); in ATF_TC_BODY() 1010 ATF_CHECK_MSG((ch = toupper(Hard)) == Hard, "ch=0x%x", ch); in ATF_TC_BODY() 1045 ATF_CHECK_MSG((ch = toupper(ya)) == Ya, "ch=0x%x", ch); in ATF_TC_BODY() 1064 ADD_TEST_ABUSE(tp, toupper); in ATF_TP_ADD_TCS() 1079 ADD_TEST_USE(tp, toupper); in ATF_TP_ADD_TCS()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/ |
| D | ctype_configure_char.cc | 70 { return ::toupper((int) __c); } in do_toupper() 77 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/ |
| D | ctype_configure_char.cc | 70 { return ::toupper((int) __c); } in do_toupper() 77 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ |
| D | ctype_configure_char.cc | 70 { return ::toupper((int)(unsigned char) __c); } in do_toupper() 77 *__low = ::toupper((int)(unsigned char) *__low); in do_toupper()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/ |
| D | ctype_configure_char.cc | 70 { return ::toupper((int) __c); } in do_toupper() 77 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/ |
| D | ctype_configure_char.cc | 68 { return ::toupper((int) __c); } in do_toupper() 75 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/external/bsd/libbind/dist/inet/ |
| D | nsap_addr.c | 60 c = toupper(c); in inet_nsap_addr() 65 c = toupper(c); in inet_nsap_addr()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| D | ctype_configure_char.cc | 70 { return ::toupper((int) __c); } in do_toupper() 77 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/lib/libc/inet/ |
| D | nsap_addr.c | 75 c = toupper(c); in inet_nsap_addr() 80 c = toupper(c); in inet_nsap_addr()
|
| /netbsd/src/external/bsd/flex/dist/examples/manual/ |
| D | string1.lex | 46 temp = hextoint(toupper(inch)); 49 temp = (temp << 4) + hextoint(toupper(inch));
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/ |
| D | ctype_configure_char.cc | 98 { return ::toupper((int) __c); } in do_toupper() 105 *__low = ::toupper((int) *__low); in do_toupper()
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | safe-ctype.h | 145 #undef toupper 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | safe-ctype.h | 145 #undef toupper 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | safe-ctype.h | 145 #undef toupper 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|