tolower_ascii     489 source3/client/clitar.c 	while(*s1 && *s2 && (*s1 == *s2 || tolower_ascii(*s1) == tolower_ascii(*s2) ||
tolower_ascii    1599 source3/include/proto.h int tolower_ascii(int c);
tolower_ascii    1403 source3/lib/util_str.c 		*s = tolower_ascii((unsigned char)*s);
tolower_ascii     427 source3/smbd/mangle_hash.c 		while( s1[i] && (tolower_ascii( s1[i] ) == s2[i]) )
tolower_ascii     674 source3/smbd/mangle_hash2.c 		char_flags[tolower_ascii(c1)] |= FLAG_POSSIBLE1;
tolower_ascii     675 source3/smbd/mangle_hash2.c 		char_flags[tolower_ascii(c2)] |= FLAG_POSSIBLE2;
tolower_ascii     676 source3/smbd/mangle_hash2.c 		char_flags[tolower_ascii(c3)] |= FLAG_POSSIBLE3;
tolower_ascii     677 source3/smbd/mangle_hash2.c 		char_flags[tolower_ascii(c4)] |= FLAG_POSSIBLE4;