Searched refs:unix2winchr (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/vfs/msdosfs/ |
H A D | msdosfs_conv.c | 72 static uint16_t unix2winchr(const u_char **, size_t *, int, 560 code = unix2winchr(&un, &unlen, 0, pmp); in unix2winfn() 567 code = unix2winchr(&un, &unlen, 0, pmp); in unix2winfn() 574 code = unix2winchr(&un, &unlen, 0, pmp); in unix2winfn() 619 c1 = unix2winchr(__DECONST(const u_char **, &np), &len, in winChkName() 621 c2 = unix2winchr(&un, &unlen, LCASE_BASE, pmp); in winChkName() 971 unix2winchr(const u_char **instr, size_t *ilen, int lower, in unix2winchr() function
|