tolower 92 lib/util/charset/codepoints.c return tolower(val); tolower 540 lib/util/charset/util_unistr.c *s = tolower((uint8_t)*s); tolower 63 source3/iniparser/src/strlib.c l[i] = (char)tolower((int)s[i]); tolower 135 source3/lib/util_unistr.c lowcase_table[v] = UCS2_CHAR(isupper(i)?tolower(i):i); tolower 2525 source3/smbd/trans2.c extended_info->samba_version |= (tolower(*SAMBA_VERSION_REVISION) - 'a' + 1) & 0xff; tolower 224 source4/heimdal/lib/krb5/crypto.c tolower(((unsigned char*)cell.data)[i]) : 0); tolower 260 source4/heimdal/lib/krb5/crypto.c password[i] = tolower((unsigned char)password[i]); tolower 50 source4/heimdal/lib/roken/strlwr.c *s = tolower((unsigned char)*s); tolower 592 source4/ntvfs/posix/pvfs_shortname.c ctx->char_flags[tolower(c1)] |= FLAG_POSSIBLE1; tolower 593 source4/ntvfs/posix/pvfs_shortname.c ctx->char_flags[tolower(c2)] |= FLAG_POSSIBLE2; tolower 594 source4/ntvfs/posix/pvfs_shortname.c ctx->char_flags[tolower(c3)] |= FLAG_POSSIBLE3; tolower 595 source4/ntvfs/posix/pvfs_shortname.c ctx->char_flags[tolower(c4)] |= FLAG_POSSIBLE4;