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

/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c181 debug_dump_to_xml_ptentry(path_table_entry *pttemp, int num, int mode) argument
184 printf("<length>%i</length>\n", pttemp->length[0]);
186 pttemp->extended_attribute_length[0]);
188 debug_get_encoded_number(pttemp->parent_number,mode));
190 pttemp->name, pttemp->length[0]);
197 path_table_entry pttemp; local
206 fread(&pttemp, 1, 8, fd);
209 fread(((unsigned char*)&pttemp) + 8, 1, pttemp
[all...]

Completed in 96 milliseconds