Searched refs:dstring (Results 1 – 4 of 4) sorted by relevance
/fs/udf/ |
D | osta_udf.h | 101 dstring logicalVolIdent[128]; 102 dstring LVInfo1[36]; 103 dstring LVInfo2[36]; 104 dstring LVInfo3[36]; 174 dstring logicalVolIdent[128];
|
D | ecma_167.h | 57 typedef uint8_t dstring; typedef 196 dstring volIdent[32]; 203 dstring volSetIdent[128]; 284 dstring logicalVolIdent[128]; 427 dstring logicalVolIdent[128]; 429 dstring fileSetIdent[32]; 430 dstring copyrightFileIdent[32]; 431 dstring abstractFileIdent[32]; 763 dstring componentIdent[0];
|
D | unicode.c | 50 int udf_build_ustr(struct ustr *dest, dstring *ptr, int size) in udf_build_ustr() 71 static void udf_build_ustr_exact(struct ustr *dest, dstring *ptr, int exactsize) in udf_build_ustr_exact() 177 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() 182 memset(ocu, 0, sizeof(dstring) * length); in udf_UTF8toCS0() 302 static int udf_NLStoCS0(struct nls_table *nls, dstring *ocu, struct ustr *uni, in udf_NLStoCS0() 310 memset(ocu, 0, sizeof(dstring) * length); in udf_NLStoCS0()
|
D | udfdecl.h | 218 extern int udf_build_ustr(struct ustr *, dstring *, int);
|