Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/makefs/cd9660/
HDcd9660_debug.c180 debug_dump_to_xml_ptentry(path_table_entry *pttemp, int num, int mode) in debug_dump_to_xml_ptentry() argument
183 printf("<length>%i</length>\n", pttemp->length[0]); in debug_dump_to_xml_ptentry()
185 pttemp->extended_attribute_length[0]); in debug_dump_to_xml_ptentry()
187 debug_get_encoded_number(pttemp->parent_number,mode)); in debug_dump_to_xml_ptentry()
189 pttemp->name, pttemp->length[0]); in debug_dump_to_xml_ptentry()
196 path_table_entry pttemp; in debug_dump_to_xml_path_table() local
205 fread(&pttemp, 1, 8, fd); in debug_dump_to_xml_path_table()
208 fread(((unsigned char*)&pttemp) + 8, 1, pttemp.length[0], fd); in debug_dump_to_xml_path_table()
209 t += pttemp.length[0]; in debug_dump_to_xml_path_table()
210 debug_dump_to_xml_ptentry(&pttemp, n, mode); in debug_dump_to_xml_path_table()