Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dstrcasecmp.c48 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) { in strcasecmp()
54 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strcasecmp()
Dstrncasecmp.c48 && 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/
Dt_toupper.c80 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/
Dahdilabel.c85 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/
Dvnode_if.sh68 toupper=
71 toupper='
262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"'
Dmakesyscalls.sh138 toupper=
141 toupper='
170 $toupper
Dgendevcalls.awk88 call_name_ub_uc = toupper(call_name_ub)
122 subsystem_ub_uc = toupper(subsystem_ub)
/netbsd/src/external/bsd/openldap/dist/include/ac/
Dctype.h28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c))
31 # define TOUPPER(c) toupper(c)
/netbsd/src/sys/dev/onewire/
Ddevlist2h.awk40 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/
Dwinblk.c61 #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/
Dmsg_342.c30 int toupper(int);
67 toupper(c); in cover_is_ctype_function()
/netbsd/src/tests/lib/libc/gen/
Dt_ctype.c76 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/
Dctype_configure_char.cc70 { 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/
Dctype_configure_char.cc70 { 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/
Dctype_configure_char.cc70 { 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/
Dctype_configure_char.cc70 { 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/
Dctype_configure_char.cc68 { return ::toupper((int) __c); } in do_toupper()
75 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd/src/external/bsd/libbind/dist/inet/
Dnsap_addr.c60 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/
Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd/src/lib/libc/inet/
Dnsap_addr.c75 c = toupper(c); in inet_nsap_addr()
80 c = toupper(c); in inet_nsap_addr()
/netbsd/src/external/bsd/flex/dist/examples/manual/
Dstring1.lex46 temp = hextoint(toupper(inch));
49 temp = (temp << 4) + hextoint(toupper(inch));
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
Dctype_configure_char.cc98 { return ::toupper((int) __c); } in do_toupper()
105 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd/src/external/gpl3/binutils/dist/include/
Dsafe-ctype.h145 #undef toupper
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dsafe-ctype.h145 #undef toupper
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd/src/external/gpl3/gcc/dist/include/
Dsafe-ctype.h145 #undef toupper
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro

12345678910>>...12