Home
last modified time | relevance | path

Searched refs:compSAentryName (Results 1 – 3 of 3) sorted by relevance

/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_internal.c15 int compSAentryName(const struct SAentry *el1, const struct SAentry *el2) { in compSAentryName() function
44 …size_t)icfg.ueCount, sizeof(struct SAentry), (int (*)(const void *, const void *))compSAentryName); in SAentryByName()
H A Dw_internal.h34 extern int compSAentryName(const struct SAentry *el1, const struct SAentry *el2);
H A Dw_log_operations.c137 …size_t)icfg.ueCount, sizeof(struct SAentry), (int (*)(const void *, const void *))compSAentryName); in ComputeUser()