Searched refs:toupper (Results 1 - 25 of 220) sorted by relevance

123456789

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.toupper.d28 trace(toupper());
H A Derr.D_PROTO_ARG.toupper.d28 trace(toupper(timestamp));
H A Dtst.toupper.d48 /input[i] != NULL && (this->out = toupper(input[i])) != expected[i]/
50 printf("expected toupper(\"%s\") to be \"%s\"; found \"%s\"\n",
58 printf("toupper(\"%s\") is \"%s\", as expected\n",
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrcasecmp.c49 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) {
55 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrncasecmp.c49 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2))
59 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrupr.c50 *s = toupper((unsigned char)*s);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dgenmsgc.awk92 uie = toupper(iename[i])
133 print "\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);"
138 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);"
143 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);"
148 print "\t\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);"
168 print "\tif(uni_encode_msg_hdr(msg, &p->hdr, UNI_" toupper(msg) ", cx, &mlen))"
175 print "\t uni_encode_ie(UNI_IE_" toupper(ie) ", msg, (union uni_ieall *)&p->" ie "_repeat, cx))"
176 print "\t\treturn (0x10000000 + UNI_IE_" toupper(ie) ");"
180 print "\t uni_encode_ie(UNI_IE_" toupper(ie) ", msg, (union uni_ieall *)&p->" ie ", cx))"
181 print "\t\treturn (UNI_IE_" toupper(i
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h66 #undef toupper macro
82 using ::toupper;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dctype.h47 using std::toupper;
/freebsd-9.3-release/sys/sys/
H A Dctype.h53 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
/freebsd-9.3-release/contrib/libstdc++/config/os/aix/
H A Dctype_noninline.h70 { return ::toupper((int) __c); }
77 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_noninline.h70 { return ::toupper((int) __c); }
77 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_noninline.h70 { return ::toupper((int) __c); }
77 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_noninline.h72 { return ::toupper((int) __c); }
79 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h71 { return ::toupper((int) __c); }
78 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/hpux/
H A Dctype_noninline.h71 { return ::toupper((int) __c); }
78 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_noninline.h68 { return ::toupper((int) __c); }
75 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/libstdc++/config/os/windiss/
H A Dctype_noninline.h71 { return ::toupper((int) __c); }
78 *__low = ::toupper((int) *__low);
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dcmap.cpp61 cmupper.v[i] = ISASCII(i) && islower(i) ? toupper(i) : i;
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_req_name.c157 buf[i] = toupper(UChar(buf[i]));
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_req_name.c112 buf[i] = toupper(UChar(buf[i]));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfomap.h45 #define Control(c) ((toupper (c)) & (~control_character_bit))
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmsg.c69 ch = toupper(fgetc(tty));
/freebsd-9.3-release/lib/libc/inet/
H A Dnsap_addr.c60 c = toupper(c);
65 c = toupper(c);

Completed in 199 milliseconds

123456789