toupper_ascii_fast  334 source3/include/smb_macros.h #ifndef toupper_ascii_fast
toupper_ascii_fast  830 source3/lib/charcnv.c 		*q++ = toupper_ascii_fast(*p);
toupper_ascii_fast  890 source3/lib/charcnv.c 		*q++ = toupper_ascii_fast(*p);
toupper_ascii_fast   89 source3/lib/util_str.c 		us = toupper_ascii_fast(*ps);
toupper_ascii_fast   90 source3/lib/util_str.c 		ut = toupper_ascii_fast(*pt);
toupper_ascii_fast  146 source3/lib/util_str.c 		us = toupper_ascii_fast(*ps);
toupper_ascii_fast  147 source3/lib/util_str.c 		ut = toupper_ascii_fast(*pt);
toupper_ascii_fast 1437 source3/lib/util_str.c 		*s = toupper_ascii_fast((unsigned char)*s);