Searched refs:unicode_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/udf/ |
H A D | osta.h | 33 typedef unsigned short unicode_t; typedef 36 int udf_UncompressUnicode(int, byte *, unicode_t *); 38 int udf_CompressUnicode(int, int, unicode_t *, byte *); 41 int UDFTransName(unicode_t *, unicode_t *, int);
|
H A D | osta.c | 37 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode() 142 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode() 294 int IsIllegal(unicode_t ch); 299 int UnicodeIsPrint(unicode_t); 311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName() 313 unicode_t *udfName, /* (Input) Name from UDF volume.*/ in UDFTransName() 322 unicode_t current; in UDFTransName() 380 unicode_t ext[EXT_SIZE]; in UDFTransName() 457 unicode_t ch) /* (Input) Unicode char to search for. */ in UnicodeInString() 479 int IsIllegal(unicode_t ch) in IsIllegal()
|
H A D | udf_vfsops.c | 144 sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0); in udf_init()
|
H A D | udf_vnops.c | 520 unicode_t *transname; in udf_transname()
|