Home
last modified time | relevance | path

Searched refs:is_osta_typ0 (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf_subr.c4130 int ucode_chars, nice_uchars, is_osta_typ0, nout; in udf_to_unix_name() local
4137 is_osta_typ0 = (chsp->type == 0); in udf_to_unix_name()
4138 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in udf_to_unix_name()
4139 if (is_osta_typ0) { in udf_to_unix_name()
4172 int udf_chars, is_osta_typ0, bits; in unix_to_udf_name() local
4193 is_osta_typ0 = (chsp->type == 0); in unix_to_udf_name()
4194 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in unix_to_udf_name()
4195 if (is_osta_typ0) { in unix_to_udf_name()