/freebsd/crypto/heimdal/lib/roken/ |
H A D | strcasecmp.c | 46 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 D | strncasecmp.c | 46 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) in strncasecmp() 56 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strncasecmp()
|
H A D | strupr.c | 47 *s = toupper((unsigned char)*s); in strupr()
|
/freebsd/usr.bin/localedef/ |
H A D | ctype.c | 82 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 D | cctype | 32 int toupper(int c); 106 #ifdef toupper 107 # undef toupper 123 using ::toupper _LIBCPP_USING_IF_EXISTS;
|
H A D | ctype.h | 29 int toupper(int c); 57 # undef toupper
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.builtin | 28 $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 D | nsap_addr.c | 55 c = toupper(c); in inet_nsap_addr() 60 c = toupper(c); in inet_nsap_addr()
|
/freebsd/contrib/ncurses/ |
H A D | mk-0th.awk | 74 printf "\n%s_SRC =", toupper(name); 78 make_lintlib(name, sprintf("$(%s_SRC)", toupper(name)));
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_iconv.c | 257 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 D | Makefile | 15 err.D_PROTO_ARG.toupper.d \ 34 err.D_PROTO_LEN.toupper.d \ 104 tst.toupper.d \
|
/freebsd/contrib/pjdfstest/tests/ |
H A D | conf | 37 fs=`mount -p | awk '$2 == "'$mountpoint'" { print toupper($3) }'` 47 fs=`df -PT . | tail -1 | awk '{print toupper($2)}'`
|
/freebsd/include/ |
H A D | ctype.h | 60 int toupper(int); 99 #define toupper(c) __sbtoupper(c) macro
|
/freebsd/lib/libc/locale/ |
H A D | isctype.c | 196 #undef toupper 198 toupper(int c) in toupper() function
|
H A D | Makefile.inc | 14 tolower.c toupper.c utf8.c wcrtomb.c wcsnrtombs.c \ 42 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \ 69 MLINKS+=toupper.3 toupper_l.3
|
/freebsd/usr.bin/bintrans/ |
H A D | qp.c | 49 return (16 * hexval(toupper(s[1])) + hexval(toupper(s[2]))); in decode_char()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nls.c | 68 nls_upper[i] = toupper(i); in nls_setlocale() 206 *dst++ = toupper(*src++); in nls_str_upper()
|
/freebsd/contrib/netbsd-tests/usr.bin/awk/ |
H A D | d_toupper.awk | 4 print toupper($0);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.D_PROTO_LEN.toupper.d | 28 trace(toupper());
|
H A D | err.D_PROTO_ARG.toupper.d | 28 trace(toupper(timestamp));
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_sigs.c | 56 name[i] = toupper(name[i]); in procstat_print_signame() 75 name[i] = toupper(name[i]); in procstat_close_signame()
|
/freebsd/usr.bin/ipcrm/ |
H A D | ipcrm.c | 240 IPC_TO_STR(toupper(c)), target_id); in main() 245 IPC_TO_STRING(toupper(c))); in main()
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | translatecommands.awk | 26 CMDNAME = toupper(cmdname)
|
/freebsd/contrib/ntp/libntp/ |
H A D | vint64ops.c | 51 if (toupper(*++src) == 'X') { in strtouv64() 57 if (src[0] == '0' && toupper(src[1]) == 'X') in strtouv64()
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_drive.c | 180 if (toupper(drive[0]) == 'E' || toupper(drive[0]) == 'S') { in mfi_lookup_drive() 184 if (toupper(drive[0]) == 'E') { in mfi_lookup_drive() 191 if (toupper(*cp) != 'S') in mfi_lookup_drive()
|