Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dsys-queue.h460 (head)->sqx_first = XSIMPLEQ_XOR(head, NULL); \
466 XSIMPLEQ_XOR(head, NULL)) \
468 (head)->sqx_first = XSIMPLEQ_XOR(head, (elm)); \
472 (elm)->field.sqx_next = XSIMPLEQ_XOR(head, NULL); \
473 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
479 XSIMPLEQ_XOR(head, NULL)) \
481 (listelm)->field.sqx_next = XSIMPLEQ_XOR(head, (elm)); \
485 if (((head)->sqx_first = XSIMPLEQ_XOR(head, \
491 if (((elm)->field.sqx_next = XSIMPLEQ_XOR(head, \
493 == XSIMPLEQ_XOR(head, NULL)) \
[all …]