toupper_ascii_fast_table  338 source3/include/smb_macros.h extern const char toupper_ascii_fast_table[];
toupper_ascii_fast_table  339 source3/include/smb_macros.h #define toupper_ascii_fast(c) toupper_ascii_fast_table[(unsigned int)(c)];
toupper_ascii_fast_table   27 source3/lib/util_str.c const char toupper_ascii_fast_table[128] = {