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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c243 u_int8_t pascal_length = 0; local
249 pascal_length = *((const u_int8_t*)(hfs_str));
250 if (pascal_length > 31) {
284 u_int8_t pascal_length = 0; local
290 pascal_length = *((const u_int8_t*)(hfs_str));
291 if (pascal_length > 31) {

Completed in 8 milliseconds