locase             50 arch/x86/boot/printf.c 	char c, sign, locase;
locase             55 arch/x86/boot/printf.c 	locase = (type & SMALL);
locase             86 arch/x86/boot/printf.c 			tmp[i++] = (digits[do_div(num, base)] | locase);
locase            100 arch/x86/boot/printf.c 			*str++ = ('X' | locase);
locase            102 fs/hpfs/name.c 	for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]);
locase            379 lib/vsprintf.c 	char locase;
locase            385 lib/vsprintf.c 	locase = (type & SMALL);
locase            422 lib/vsprintf.c 			tmp[i++] = (digits[((unsigned char)num) & mask] | locase);
locase            454 lib/vsprintf.c 				*buf = ('X' | locase);