cmp_fn 220 maint/gnulib/tests/test-tsearch.c if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) cmp_fn 225 maint/gnulib/tests/test-tsearch.c elem = tsearch (x + j, root, cmp_fn); cmp_fn 227 maint/gnulib/tests/test-tsearch.c || tfind (x + j, (void *const *) root, cmp_fn) == NULL) cmp_fn 242 maint/gnulib/tests/test-tsearch.c elem = tfind (x + j, (void *const *) root, cmp_fn); cmp_fn 243 maint/gnulib/tests/test-tsearch.c if (elem == NULL || tdelete (x + j, root, cmp_fn) == NULL) cmp_fn 251 maint/gnulib/tests/test-tsearch.c if (tfind (x + j, (void *const *) root, cmp_fn) == NULL)