locase             48 arch/x86/boot/printf.c 	char c, sign, locase;
locase             53 arch/x86/boot/printf.c 	locase = (type & SMALL);
locase             84 arch/x86/boot/printf.c 			tmp[i++] = (digits[__do_div(num, base)] | locase);
locase             98 arch/x86/boot/printf.c 			*str++ = ('X' | locase);
locase             71 fs/hpfs/name.c 	for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]);
locase            422 lib/vsprintf.c 	char locase;
locase            431 lib/vsprintf.c 	locase = (spec.flags & SMALL);
locase            458 lib/vsprintf.c 		tmp[i++] = hex_asc_upper[num] | locase;
locase            466 lib/vsprintf.c 			tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase);
locase            500 lib/vsprintf.c 				*buf = ('X' | locase);