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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp14 // compare_attributes
19 compare_attributes(const Attribute* a, const Attribute* b) function
31 // compare_attributes
34 compare_attributes(const void* _a, const void* _b) function
36 return compare_attributes(*(const Attribute**)_a, *(const Attribute**)_b);
44 return compare_attributes(a->GetCurrentAttribute(),
260 int cmp = compare_attributes(oldAttr, newAttr);
462 qsort(attributes, count, sizeof(Attribute*), compare_attributes);

Completed in 30 milliseconds