Searched refs:win2unixchr (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/ |
H A D | msdosfs_conv.c | 76 static u_char * win2unixchr(u_char *, uint16_t, struct msdosfsmount *); 714 c = win2unixchr(tmpbuf, code, pmp); in win2unixfn() 734 c = win2unixchr(tmpbuf, code, pmp); in win2unixfn() 754 c = win2unixchr(tmpbuf, code, pmp); in win2unixfn() 964 win2unixchr(u_char *outbuf, uint16_t wc, struct msdosfsmount *pmp) in win2unixchr() function
|