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

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h205 char pubIDString[129]; // Name of publisher byte319-446 member in struct:iso9660_volume
H A Diso9660.cpp252 const size_t kPubIDStringLen = sizeof(volume->pubIDString) - 1;
253 volume->pubIDString[kPubIDStringLen] = '\0';
254 strncpy(volume->pubIDString, buffer, kPubIDStringLen);
256 TRACE(("InitVolDesc - volume pub id string is %s\n", volume->pubIDString));

Completed in 188 milliseconds