map_file           47 lib/util/charset/codepoints.c 	upcase_table = map_file(talloc_asprintf(mem_ctx, "%s/upcase.dat", dyn_DATADIR), 0x20000);
map_file           48 lib/util/charset/codepoints.c 	lowcase_table = map_file(talloc_asprintf(mem_ctx, "%s/lowcase.dat", dyn_DATADIR), 0x20000);
map_file           52 lib/util/charset/codepoints.c 		upcase_table = map_file("codepages/upcase.dat", 0x20000);
map_file           59 lib/util/charset/codepoints.c 		lowcase_table = map_file("codepages/lowcase.dat", 0x20000);
map_file           86 source3/lib/util_unistr.c 	upcase_table = (smb_ucs2_t *)map_file(data_path("upcase.dat"),
map_file           90 source3/lib/util_unistr.c 	lowcase_table = (smb_ucs2_t *)map_file(data_path("lowcase.dat"),
map_file          187 source3/lib/util_unistr.c 	valid_file = (uint8 *)map_file(data_path("valid.dat"), 0x10000);