Searched refs:RB_PROTOTYPE_INTERNAL (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 384 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) 386 RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static) 387 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ macro
|
/freebsd/sys/sys/ |
H A D | tree.h | 409 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) 411 RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __unused static) 412 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ macro
|