udf_core.c | 688 const char *osta_id = "OSTA Compressed Unicode"; local in function:udf_to_unix_name 699 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); 731 const char *osta_id = "OSTA Compressed Unicode"; local in function:unix_to_udf_name 755 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); 984 udf_encode_osta_id(char *osta_id, uint16_t len, char *text) 989 memset(osta_id, 0, len); 993 unix_to_udf_name(osta_id, &result_len, text, strlen(text), 997 osta_id[len-1] = strlen(text)+1;
|