Searched refs:osta_id (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.h211 void udf_encode_osta_id(char *osta_id, uint16_t len, char *text);
H A Dudf_create.c446 udf_encode_osta_id(char *osta_id, uint16_t len, char *text) argument
452 bzero(osta_id, len);
466 udf_CompressUnicode(len, 8, (unicode_t *) u16_name, (byte *) osta_id);
469 osta_id[len-1] = strlen(text)+1;
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.c4155 const char *osta_id = "OSTA Compressed Unicode"; local
4164 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4197 const char *osta_id = "OSTA Compressed Unicode"; local
4221 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);

Completed in 87 milliseconds