Home
last modified time | relevance | path

Searched defs:head2 (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/lib/libmagicrt/include/common/ut/
H A Dutlist.h315 #define LL_CONCAT(head1,head2) \ argument
318 #define LL_CONCAT2(head1,head2,next) \ argument
524 #define DL_CONCAT(head1,head2) \ argument
527 #define DL_CONCAT2(head1,head2,prev,next) \ argument
/minix3/sys/sys/
H A Dqueue.h214 #define LIST_MOVE(head1, head2) do { \ argument
383 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument
556 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
644 #define STAILQ_CONCAT(head1, head2) do { \ argument
/minix3/external/bsd/elftoolchain/dist/common/
H A D_elftc.h89 #define STAILQ_CONCAT(head1, head2) do { \ argument
/minix3/lib/libc/cdb/
H A Dcdbw.c180 struct key_hash_head *head, *head2, *new_head; in cdbw_put_key() local