Searched refs:locase (Results 1 – 4 of 4) sorted by relevance
50 char c, sign, locase; in number() local57 locase = (type & SMALL); in number()88 tmp[i++] = (digits[__do_div(num, base)] | locase); in number()
35 static inline unsigned char locase(unsigned char *dir, unsigned char a) in locase() function71 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()
113 char *number(char *end, unsigned long long num, int base, char locase) in number() argument134 *--end = digits[num & 0xf] | locase; in number()
472 char locase; in number() 479 /* locase = 0 or 0x20. ORing digits or letters with 'locase' in number() 481 locase = (spec.flags & SMALL); in number() 508 tmp[i++] = hex_asc_upper[num] | locase; in number() 516 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number() 550 *buf = ('X' | locase); in number() 471 char locase; number() local