Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h384 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 Dtree.h409 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