udf_core.c | 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name 698 is_osta_typ0 = (chsp->type == 0); 699 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); 700 if (is_osta_typ0) { 732 int udf_chars, is_osta_typ0, bits; local in function:unix_to_udf_name 754 is_osta_typ0 = (chsp->type == 0); 755 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); 756 if (is_osta_typ0) {
|