Searched refs:locase (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/boot/
H A Dprintf.c50 char c, sign, locase; number() local
53 /* locase = 0 or 0x20. ORing digits or letters with 'locase' number()
55 locase = (type & SMALL); number()
86 tmp[i++] = (digits[__do_div(num, base)] | locase); number()
100 *str++ = ('X' | locase); number()
/linux-4.1.27/fs/hpfs/
H A Dname.c34 static inline unsigned char locase(unsigned char *dir, unsigned char a) locase() function
70 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); hpfs_translate_name()
/linux-4.1.27/lib/
H A Dvsprintf.c397 char locase; number() local
402 /* locase = 0 or 0x20. ORing digits or letters with 'locase' number()
404 locase = (spec.flags & SMALL); number()
431 tmp[i++] = hex_asc_upper[num] | locase; number()
439 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); number()
473 *buf = ('X' | locase); number()

Completed in 113 milliseconds