Home
last modified time | relevance | path

Searched refs:toupper (Results 51 – 75 of 382) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h198 #define towupper(x) toupper(x)
247 #define towupper(x) toupper(x)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dchresc.c105 c = toupper(c); in chrexp()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c111 ch = toupper(ch); in ns_parse_ttl()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_serial.c171 toupper(prod_info.ifpi_manuf_name[i]); in ipmi_serial_lookup()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h305 toupper (
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c281 *attr = toupper( *attr ); in do_entry2text()
339 toupper( vals[ 0 ][ 0 ] ) != 'T' ) { in do_entry2text()
346 toupper( vals[ 0 ][ 0 ] ) == 'T' )) { in do_entry2text()
720 outval = toupper( outval[ 0 ] ) == 'T' ? in do_vals2text()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h79 #ifndef toupper
80 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h286 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c587 ep->type = toupper(ep->type); in ckmagic()
593 ep->type = toupper(ep->type); in ckmagic()
605 ep->type = toupper(ep->type); in ckmagic()
626 ep->type = toupper(ep->type); in ckmagic()
640 ep->type = toupper(ep->type); in ckmagic()
1025 vowl += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1027 freq += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1029 rare += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
/illumos-gate/usr/src/cmd/mailx/
H A Dlist.c716 if (toupper(*cp++) != toupper(*cp2++)) { in matchsubj()
H A Dutil.c280 while (toupper(*s1++) == toupper(*s2)) in icequal()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c136 *param = toupper(*param); in df_build_cache()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h268 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? ((C) - 'a' + 'A'): (C)) macro
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c467 if (toupper(*pn++) != toupper(*dn++)) in namecmp()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c134 *tstr = toupper(*tstr); in sgen_callback()
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c245 label[i] = toupper(label[i]); in ga_member_cb()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslstartup.c285 *FileChar = (char) toupper ((int) *FileChar); in AslDetectSourceFileType()
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c343 c = toupper(c); in strindex()
390 sets[i] = toupper(sets[i]); in loadprivinfo()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg47 func | toupper | int | int | ctype.h | +ALL
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h39 #define toupper(x) (((x) >= 'a' && (x) <= 'z') ? (x) - 'a' + 'A' : (x)) macro
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c388 c = toupper(*p); in strupr()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dfunc.c167 if( islower(z[i]) ) z[i] = toupper(z[i]); in upperFunc()
445 zResult[0] = toupper(zIn[i]); in soundexFunc()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathkey.c214 c = toupper(c); in pathkey_20100601()
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c1672 if (toupper(buf[0]) == ends[i]) in vs_strtoshift()
1681 if (buf[1] == '\0' || (toupper(buf[1]) == 'B' && buf[2] == '\0' && in vs_strtoshift()
1682 toupper(buf[0]) != 'B')) { in vs_strtoshift()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c390 c = toupper(c);
395 c = toupper(c);

12345678910>>...16