toupper_w 1565 source3/include/proto.h smb_ucs2_t toupper_w(smb_ucs2_t val); toupper_w 1340 source3/lib/charcnv.c smb_ucs2_t v = toupper_w(dest_ucs2[i]); toupper_w 132 source3/lib/ms_fnmatch.c if (toupper_w(c) != toupper_w(*n)) { toupper_w 522 source3/lib/util_unistr.c smb_ucs2_t v = toupper_w(cp); toupper_w 580 source3/lib/util_unistr.c while ((*COPY_UCS2_CHAR(&cpb,b)) && toupper_w(*(COPY_UCS2_CHAR(&cpa,a))) == toupper_w(cpb)) { toupper_w 596 source3/lib/util_unistr.c while ((n < len) && *COPY_UCS2_CHAR(&cpb,b) && (toupper_w(*(COPY_UCS2_CHAR(&cpa,a))) == toupper_w(cpb))) { toupper_w 859 source3/lib/util_unistr.c smb_ucs2_t uc = toupper_w(UCS2_CHAR(c));