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

  /src/usr.sbin/makefs/cd9660/
cd9660_debug.c 189 debug_dump_to_xml_ptentry(path_table_entry *pttemp, int num, int mode)
192 printf("<length>%i</length>\n", pttemp->length[0]);
194 pttemp->extended_attribute_length[0]);
196 debug_get_encoded_number(pttemp->parent_number,mode));
198 pttemp->name, pttemp->length[0]);
205 path_table_entry pttemp; local in function:debug_dump_to_xml_path_table
214 fread(&pttemp, 1, 8, fd);
217 fread(((unsigned char*)&pttemp) + 8, 1, pttemp.length[0], fd)
    [all...]
cd9660_debug.c 189 debug_dump_to_xml_ptentry(path_table_entry *pttemp, int num, int mode)
192 printf("<length>%i</length>\n", pttemp->length[0]);
194 pttemp->extended_attribute_length[0]);
196 debug_get_encoded_number(pttemp->parent_number,mode));
198 pttemp->name, pttemp->length[0]);
205 path_table_entry pttemp; local in function:debug_dump_to_xml_path_table
214 fread(&pttemp, 1, 8, fd);
217 fread(((unsigned char*)&pttemp) + 8, 1, pttemp.length[0], fd)
    [all...]
cd9660_debug.c 189 debug_dump_to_xml_ptentry(path_table_entry *pttemp, int num, int mode)
192 printf("<length>%i</length>\n", pttemp->length[0]);
194 pttemp->extended_attribute_length[0]);
196 debug_get_encoded_number(pttemp->parent_number,mode));
198 pttemp->name, pttemp->length[0]);
205 path_table_entry pttemp; local in function:debug_dump_to_xml_path_table
214 fread(&pttemp, 1, 8, fd);
217 fread(((unsigned char*)&pttemp) + 8, 1, pttemp.length[0], fd)
    [all...]

Completed in 30 milliseconds