Home
last modified time | relevance | path

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

/fs/isofs/
Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
24 op = ascii; in uni16_to_x8()
38 return (op - ascii); in uni16_to_x8()
/fs/fat/
Ddir.c141 static int uni16_to_x8(struct super_block *sb, unsigned char *ascii, in uni16_to_x8() argument
151 op = ascii; in uni16_to_x8()
178 return op - ascii; in uni16_to_x8()
/fs/
Dseq_file.c882 bool ascii) in seq_hex_dump() argument
911 buffer, size, ascii); in seq_hex_dump()