Searched refs:altslash (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | utfconv.h | 95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash, 129 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags); 164 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags);
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_utfconv.c | 203 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash, int flags) in utf8_encodelen() argument 227 ucs_ch = altslash ? altslash : '_'; in utf8_encodelen() 271 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags) in utf8_encodestr() argument 310 if (altslash) { in utf8_encodestr() 311 ucs_ch = altslash; in utf8_encodestr() 440 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags) in utf8_decodestr() argument 587 if (ucs_ch == altslash) { in utf8_decodestr()
|