Home
last modified time | relevance | path

Searched refs:toupper (Results 76 – 100 of 382) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c198 if (!icase && toupper(*path) == *cp) in dirmatch()
/illumos-gate/usr/src/cmd/sort/
H A Dfields.c244 month_name[j] = toupper(month_name[j]); in field_initialize_month()
598 month_candidate[j] = toupper((L->l_data.sp + month_offset)[j]); in field_convert_month()
704 t = toupper(t); in field_convert_alpha()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1157 if (toupper(buf[0]) == ends[i]) in str2shift()
1171 if (buf[1] == '\0' || (toupper(buf[1]) == 'B' && buf[2] == '\0' && in str2shift()
1172 toupper(buf[0]) != 'B')) in str2shift()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duname.c370 *t++ = islower(n) ? toupper(n) : n; in b_uname()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsutils.c459 Result[i] = (char) toupper ((int) *ExternalName); in AcpiNsBuildInternalName()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h226 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c)
/illumos-gate/usr/src/cmd/mt/
H A Dmt.c312 tmp[0] = toupper(name[i]); in print_config()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h488 int toupper(int);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c504 *cp = toupper((int)*cp); in krb5int_domain_get_realm()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2078 toupper((int)(wbpb->ebpb.volume_label[i]))) { in print_reproducing_command()
2689 wbpb->ebpb.volume_label[i] = toupper(lbl[i]); in label_volume()
2922 dep->pcd_filename[i] = toupper(fn[i]); in dirent_label_fill()
2933 dep->pcd_ext[i] = toupper(fn[i + PCFNAMESIZE]); in dirent_label_fill()
2963 dep->pcd_filename[i] = toupper(fname[i]); in dirent_fname_fill()
2971 dep->pcd_ext[i] = toupper(fext[i]); in dirent_fname_fill()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl238 statline [string toupper $tblname] $size [percent $size $file_pgcnt]
253 set name [string toupper $tbl]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h370 #define towupper(c) toupper(c)
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c343 *c = toupper(*c); in enumerate_disks()
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c869 upper[i] = toupper(upper[i]); in cpcgen_manual_intel_file_before()
1453 upper[i] = toupper(upper[i]); in cpcgen_manual_amd_file_before()
1460 *c = toupper(*c); in cpcgen_manual_amd_file_before()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c390 gch = toupper(gch); in tipin()
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c174 toupper(fields[field].text2[0]), in display()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h260 static __inline int toupper(int c) in toupper() function
H A Dprintf.c207 *++p = upper ? toupper(c) : c; in ksprintn()
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c638 c = toupper(c); in getnum()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c261 *bp = toupper(*bp);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c278 c = toupper(c); in sig_number()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c1059 c = toupper(c); in col()
1115 c = toupper(c); in col()
1727 c = toupper(i); in bra()
2610 *s++ = (env->flags & REG_ICASE) ? toupper(c) : c; in seq()
2663 f->re.onechar = (env->flags & REG_ICASE) ? toupper(x) : x; in seq()
2965 c = toupper(c); in bmstr()
3265 fold[i] = toupper(i); in regcomp()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c36 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A': (C)) macro
122 p[i] = toupper(uchar(s[i])); in str_upper()
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c524 *str++ = toupper(c); in upcase()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c174 d = toupper(c); in getbr()

12345678910>>...16