Home
last modified time | relevance | path

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

/misc/
A Dtst-tsearch.c94 cmp_fn (const void *a, const void *b) in cmp_fn() function
295 if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) in mangle_tree()
300 elem = tsearch (x + j, root, cmp_fn); in mangle_tree()
302 || tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
317 elem = tfind (x + j, (void *const *) root, cmp_fn); in mangle_tree()
318 if (elem == NULL || tdelete (x + j, root, cmp_fn) == NULL) in mangle_tree()
326 if (tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()

Completed in 4 milliseconds