Home
last modified time | relevance | path

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

123456789

/freebsd/crypto/heimdal/lib/roken/
H A Dstrcasecmp.c46 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) { in strcasecmp()
52 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strcasecmp()
H A Dstrncasecmp.c46 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) in strncasecmp()
56 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strncasecmp()
H A Dstrupr.c47 *s = toupper((unsigned char)*s); in strupr()
/freebsd/usr.bin/localedef/
H A Dctype.c82 int32_t toupper; member
284 ctn->toupper = wc; in add_caseconv()
423 if (ctn->toupper) in dump_ctype()
424 rl.mapupper[wc] = htote(ctn->toupper); in dump_ctype()
456 if (ctn->toupper == 0) { in dump_ctype()
459 (last_up->toupper + 1 == ctn->toupper)) { in dump_ctype()
468 htote(ctn->toupper); in dump_ctype()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcctype32 int toupper(int c);
107 #ifdef toupper
108 # undef toupper
124 using ::toupper _LIBCPP_USING_IF_EXISTS;
H A Dctype.h57 # undef toupper
/freebsd/contrib/one-true-awk/testdir/
H A DT.builtin28 $awk '{ printf("%s|%s|%s\n", tolower($0), toupper($0), $0)}' >foo1
30 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower)'
35 $awk '{ printf("%s|%s|%s\n", tolower($0), toupper($0), $0)}') >foo1
37 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower) for utf-8'
/freebsd/lib/libc/inet/
H A Dnsap_addr.c55 c = toupper(c); in inet_nsap_addr()
60 c = toupper(c); in inet_nsap_addr()
/freebsd/contrib/ncurses/
H A Dmk-0th.awk74 printf "\n%s_SRC =", toupper(name);
78 make_lintlib(name, sprintf("$(%s_SRC)", toupper(name)));
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c257 if (lcase & KICONV_UPPER && ud != toupper(ud)) { in kiconv_xlat16_open()
258 table[us] |= (u_char)toupper(ud) << 16; in kiconv_xlat16_open()
275 if (lcase & KICONV_FROM_UPPER && c != toupper(c)) { in kiconv_xlat16_open()
276 table[us] |= (u_char)toupper(c) << 16; in kiconv_xlat16_open()
/freebsd/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile15 err.D_PROTO_ARG.toupper.d \
34 err.D_PROTO_LEN.toupper.d \
104 tst.toupper.d \
/freebsd/contrib/pjdfstest/tests/
H A Dconf37 fs=`mount -p | awk '$2 == "'$mountpoint'" { print toupper($3) }'`
47 fs=`df -PT . | tail -1 | awk '{print toupper($2)}'`
/freebsd/include/
H A Dctype.h60 int toupper(int);
99 #define toupper(c) __sbtoupper(c) macro
/freebsd/lib/libc/locale/
H A Disctype.c196 #undef toupper
198 toupper(int c) in toupper() function
H A DMakefile.inc15 tolower.c toupper.c utf8.c wcrtomb.c wcsnrtombs.c \
43 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
70 MLINKS+=toupper.3 toupper_l.3
/freebsd/usr.bin/bintrans/
H A Dqp.c48 return (16 * hexval(toupper(s[1])) + hexval(toupper(s[2]))); in decode_char()
/freebsd/contrib/netbsd-tests/usr.bin/awk/
H A Dd_toupper.awk4 print toupper($0);
/freebsd/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]/
/freebsd/contrib/smbfs/lib/smb/
H A Dnls.c68 nls_upper[i] = toupper(i); in nls_setlocale()
206 *dst++ = toupper(*src++); in nls_str_upper()
/freebsd/tests/sys/cddl/zfs/include/
H A Dtranslatecommands.awk26 CMDNAME = toupper(cmdname)
/freebsd/usr.bin/ipcrm/
H A Dipcrm.c240 IPC_TO_STR(toupper(c)), target_id); in main()
245 IPC_TO_STRING(toupper(c))); in main()
/freebsd/usr.bin/procstat/
H A Dprocstat_sigs.c56 name[i] = toupper(name[i]); in procstat_print_signame()
75 name[i] = toupper(name[i]); in procstat_close_signame()
/freebsd/contrib/ntp/libntp/
H A Dvint64ops.c51 if (toupper(*++src) == 'X') { in strtouv64()
57 if (src[0] == '0' && toupper(src[1]) == 'X') in strtouv64()

123456789