/freebsd/sys/sys/ |
H A D | queue_mergesort.h | 189 #define SLIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 197 #define LIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 205 #define STAILQ_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 213 #define TAILQ_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | list.c | 173 list_concat(list_t **list1, list_t *list2) in list_concat() 192 list_t *list1, *next2; in slist_merge() local
|
/freebsd/lib/libc/stdlib/ |
H A D | merge.c | 116 u_char *list2, *list1, *p2, *p, *last, **p1; in mergesort_b() local 266 setup(u_char *list1, u_char *list2, size_t n, size_t size, cmp_t cmp) in setup()
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | list.h | 159 #define ISC_LIST_APPENDLIST(list1, list2, link) \ argument 172 #define ISC_LIST_PREPENDLIST(list1, list2, link) \ argument
|
H A D | util.h | 205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link) argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_config.c | 87 char *list1[] = { "/tmp/foo", "/tmp/foo/bar", NULL }; variable
|
/freebsd/crypto/openssl/crypto/ |
H A D | params_dup.c | 149 const OSSL_PARAM *list1[OSSL_PARAM_MERGE_LIST_MAX + 1]; in OSSL_PARAM_merge() local
|
/freebsd/contrib/diff/src/ |
H A D | diff3.c | 900 compare_line_list (char * const list1[], size_t const lengths1[], in compare_line_list()
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.c | 2391 int taglist_intersect(uint8_t* list1, size_t list1len, const uint8_t* list2, in taglist_intersect()
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 974 ice_match_prop_lst(struct LIST_HEAD_TYPE * list1,struct LIST_HEAD_TYPE * list2) ice_match_prop_lst() argument
|