Searched refs:unicode_t (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/vfs/udf/ |
| HD | osta.h | 21 typedef unsigned short unicode_t; typedef 24 int udf_UncompressUnicode(int, byte *, unicode_t *); 26 int udf_CompressUnicode(int, int, unicode_t *, byte *); 29 int UDFTransName(unicode_t *, unicode_t *, int);
|
| HD | osta.c | 39 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode() 144 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode() 297 int IsIllegal(unicode_t ch); 302 int UnicodeIsPrint(unicode_t); 314 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName() 316 unicode_t *udfName, /* (Input) Name from UDF volume.*/ in UDFTransName() 325 unicode_t current; in UDFTransName() 383 unicode_t ext[EXT_SIZE]; in UDFTransName() 460 unicode_t ch) /* (Input) Unicode char to search for. */ in UnicodeInString() 482 int IsIllegal(unicode_t ch) in IsIllegal()
|
| HD | udf_vnops.c | 422 unicode_t *transname; in udf_transname() 427 transname = kmalloc(NAME_MAX * sizeof(unicode_t), M_TEMP, M_WAITOK | M_ZERO); in udf_transname() 460 transname = kmalloc(NAME_MAX * sizeof(unicode_t), M_TEMP, in udf_cmpname()
|