HomeSort by: relevance | last modified time | path
    Searched defs:osta_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/newfs_udf/
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;
  /src/sys/fs/udf/
udf_subr.c 4201 const char *osta_id = "OSTA Compressed Unicode"; local in function:udf_to_unix_name
4210 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4243 const char *osta_id = "OSTA Compressed Unicode"; local in function:unix_to_udf_name
4266 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);

Completed in 18 milliseconds