Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/
Dprintf.c48 char c, sign, locase; in number() local
53 locase = (type & SMALL); in number()
84 tmp[i++] = (digits[__do_div(num, base)] | locase); in number()
98 *str++ = ('X' | locase); in number()
/Linux-v5.4/fs/hpfs/
Dname.c35 static inline unsigned char locase(unsigned char *dir, unsigned char a) in locase() function
71 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()
/Linux-v5.4/lib/
Dvsprintf.c422 char locase; in number() local
431 locase = (spec.flags & SMALL); in number()
458 tmp[i++] = hex_asc_upper[num] | locase; in number()
466 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
500 *buf = ('X' | locase); in number()