Searched refs:cmp_func (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | o_names.c | 51 int (*cmp_func) (const char *a, const char *b); member 82 int (*cmp_func) (const char *, const char *), in OBJ_NAME_new_index() 114 name_funcs->cmp_func = obj_strcasecmp; in OBJ_NAME_new_index() 130 if (cmp_func != NULL) in OBJ_NAME_new_index() 131 name_funcs->cmp_func = cmp_func; in OBJ_NAME_new_index() 149 a->type)->cmp_func(a->name, b->name); in obj_name_cmp()
|
| /freebsd-12.1/lib/libc/tests/nss/ |
| H A D | testutil.h | 130 int (*cmp_func)(struct ent *, struct ent *, void *), void *mdata)\ 137 ATF_REQUIRE(cmp_func != NULL); \ 151 rv = cmp_func(&e1->data, &e2->data, mdata); \ 323 int (*cmp_func)(struct ent *, struct ent *, void *), \ 328 rv = __##ent##_test_data_compare(td1, td2, cmp_func, cmp_mdata); \
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | hx_locl.h | 148 int (*cmp_func)(hx509_context, hx509_cert, void *); member
|
| H A D | cert.c | 2903 q->cmp_func = func; in hx509_query_match_cmp_func() 3041 ret = (*q->cmp_func)(context, cert, q->cmp_func_ctx); in _hx509_query_match_cert()
|
| /freebsd-12.1/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib_common.h | 167 int (*cmp_func)(const void *, const void *),
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | objects.h | 46 int (*cmp_func) (const char *, const char *),
|
| /freebsd-12.1/usr.bin/sort/ |
| H A D | file.c | 1224 int (*cmp_func)(const void *, const void *)) in sort_qsort() 1227 qsort(list, count, elem_size, cmp_func); in sort_qsort()
|