Searched refs:charspec (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/fs/udf/ |
| H A D | ecma167-udf.h | 217 struct charspec { struct 342 struct charspec desc_charset; /* KEY according to ECMA 167 */ 343 struct charspec explanatory_charset; 358 struct charspec lvi_charset; 386 struct charspec desc_charset; /* KEY */ 632 struct charspec logvol_id_charset; 634 struct charspec fileset_charset;
|
| H A D | udf_subr.h | 167 void udf_osta_charset(struct charspec *charspec); 197 void udf_to_unix_name(char *result, int result_len, char *id, int len, struct charspec *chsp); 198 …udf_name(char *result, uint8_t *result_len, char const *name, int name_len, struct charspec *chsp);
|
| H A D | udf_subr.c | 2235 udf_osta_charset(struct charspec *charspec) in udf_osta_charset() argument 2237 memset(charspec, 0, sizeof(struct charspec)); in udf_osta_charset() 2238 charspec->type = 0; in udf_osta_charset() 2239 strcpy((char *) charspec->inf, "OSTA Compressed Unicode"); in udf_osta_charset() 4196 struct charspec *chsp) in udf_to_unix_name() 4238 struct charspec *chsp) in unix_to_udf_name() 4595 struct charspec osta_charspec; in udf_lookup_name_in_dir() 4830 struct charspec osta_charspec; in udf_dir_detach() 5105 struct charspec osta_charspec; in udf_dir_attach()
|
| /netbsd-src/sbin/newfs_udf/ |
| H A D | udf_core.h | 288 extern void udf_osta_charset(struct charspec *charspec); 291 struct charspec *chsp); 293 char const *name, int name_len, struct charspec *chsp);
|
| H A D | udf_core.c | 672 udf_osta_charset(struct charspec *charspec) in udf_osta_charset() argument 674 memset(charspec, 0, sizeof(*charspec)); in udf_osta_charset() 675 charspec->type = 0; in udf_osta_charset() 676 strcpy((char *) charspec->inf, "OSTA Compressed Unicode"); in udf_osta_charset() 683 struct charspec *chsp) in udf_to_unix_name() 726 struct charspec *chsp) in unix_to_udf_name() 986 struct charspec osta_charspec; in udf_encode_osta_id() 1837 struct charspec osta_charspec; in udf_encode_symlink() 2058 struct charspec osta_charspec; in udf_create_fid()
|
| /netbsd-src/sbin/fsck_udf/ |
| H A D | main.c | 3443 struct charspec osta_charspec; in udf_process_node_pass1() 3566 struct charspec osta_charspec; in udf_node_pass3_repairdir()
|