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

  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 140 cd9660_pad_string_spaces(char *str, int len) function in typeref:typename:void
  /src/usr.sbin/makefs/
cd9660.c 698 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.volume_id, 32);
699 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.system_id, 32);
700 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.volume_set_id,
702 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.publisher_id,
704 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.preparer_id,
706 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.application_id,
708 cd9660_pad_string_spaces(
710 cd9660_pad_string_spaces(
712 cd9660_pad_string_spaces(
cd9660.h 355 void cd9660_pad_string_spaces(char *, int);

Completed in 22 milliseconds