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

12345678

/freebsd-13-stable/contrib/netbsd-tests/usr.bin/awk/
H A Dd_toupper.awk4 print toupper($0);
/freebsd-13-stable/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-13-stable/crypto/heimdal/lib/roken/
H A Dstrcasecmp.c46 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) {
52 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrncasecmp.c46 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2))
56 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrupr.c47 *s = toupper((unsigned char)*s);
H A Dhex.c46 c = toupper((unsigned char)c);
/freebsd-13-stable/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-13-stable/tests/sys/cddl/zfs/include/
H A Dtranslatecommands.awk27 CMDNAME = toupper(cmdname)
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h29 int toupper(int c);
55 #undef toupper macro
/freebsd-13-stable/contrib/ncurses/
H A Dmk-0th.awk74 printf "\n%s_SRC =", toupper(name);
78 make_lintlib(name, sprintf("$(%s_SRC)", toupper(name)));
/freebsd-13-stable/sys/sys/
H A Dctype.h93 toupper(int c) function
/freebsd-13-stable/lib/libc/inet/
H A Dnsap_addr.c61 c = toupper(c);
66 c = toupper(c);
/freebsd-13-stable/lib/libc/locale/
H A Disctype.c202 #undef toupper macro
204 toupper(int c) function
/freebsd-13-stable/include/
H A Dctype.h63 int toupper(int);
102 #define toupper(c) __sbtoupper(c) macro
108 * tolower() and toupper() respectively, minus extra checking to ensure that
111 * toupper() since this doesn't violate the specification itself, only its
/freebsd-13-stable/usr.bin/localedef/
H A Dctype.c84 int32_t toupper; member in struct:ctype_node
286 ctn->toupper = wc;
425 if (ctn->toupper)
426 rl.mapupper[wc] = htote(ctn->toupper);
458 if (ctn->toupper == 0) {
461 (last_up->toupper + 1 == ctn->toupper)) {
470 htote(ctn->toupper);
/freebsd-13-stable/contrib/apr/include/
H A Dapr_lib.h232 /** @see toupper */
233 #define apr_toupper(c) (toupper(((unsigned char)(c))))
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_req_name.c119 buf[i] = (char)toupper(UChar(buf[i]));
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c231 *String = (char) toupper ((int) *String);
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dnls.c71 nls_upper[i] = toupper(i);
209 *dst++ = toupper(*src++);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh66 CANTREAD1(toupper)
/freebsd-13-stable/lib/libkiconv/
H A Dxlat16_iconv.c259 if (lcase & KICONV_UPPER && ud != toupper(ud)) {
260 table[us] |= (u_char)toupper(ud) << 16;
277 if (lcase & KICONV_FROM_UPPER && c != toupper(c)) {
278 table[us] |= (u_char)toupper(c) << 16;
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_req_name.c166 buf[i] = (char)toupper(UChar(buf[i]));

Completed in 241 milliseconds

12345678