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

/haiku/src/libs/gnu/
H A Dxattr.cpp46 uint8 typeBytes[4] = { (uint8)((type >> 24) & 0xff), local
49 if (isprint(typeBytes[0]) && isprint(typeBytes[1])
50 && isprint(typeBytes[2]) && isprint(typeBytes[3])) {
51 typeString[0] = typeBytes[0];
52 typeString[1] = typeBytes[1];
53 typeString[2] = typeBytes[2];
54 typeString[3] = typeBytes[3];

Completed in 78 milliseconds