Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_kern.c44 #define LOCKFUN(_name_, _descr_,_needld_, _expect_) \ argument
45 ATF_TC(lockme_##_name_); \
46 ATF_TC_HEAD(lockme_##_name_, tc) { \
49 ATF_TC_BODY(lockme_##_name_, tc) { \
50 locktest(tc, LOCKME_##_name_, _needld_, _expect_); \
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.h67 #define _CITRUS_PROP_CB_T_OPS(_name_) \ argument
68 _citrus_prop_##_name_##_cb_t _name_
H A Dcitrus_bcs.h44 #define _CITRUS_BCS_PRED(_name_, _cond_) \ argument
45 static __inline int _citrus_bcs_##_name_(uint8_t c) { return (_cond_); }