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

/haiku/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp21 type_name(int type) function
31 printf("%s lock %lld:%lld\n", type_name(type), start, length);
39 fprintf(stderr, "ERROR: %s lock %lld:%lld failed: %s\n", type_name(type),
/haiku/src/bin/
H A Dcatattr.cpp98 type_name(uint32 type) function
223 printf("%s : %s : ", fileName, type_name(info.type).String());
H A Dcopyattr.cpp90 const char *type_name; member in struct:supported_attribute_type
711 for (int i = 0; kSupportedAttributeTypes[i].type_name; i++) {
713 kSupportedAttributeTypes[i].type_name) == 0) {

Completed in 56 milliseconds