Home
last modified time | relevance | path

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

/dragonfly/lib/libc/citrus/
HDcitrus_prop.h43 #define _CITRUS_PROP_CB0_T(_func_, _type_) \ argument
45 (void * __restrict, const char *, _type_); \
53 #define _CITRUS_PROP_CB1_T(_func_, _type_) \ argument
55 (void * __restrict, const char *, _type_, _type_); \
HDcitrus_prop.c77 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument
80 _type_ * __restrict result, int base) \
82 _type_ acc, cutoff; \
86 acc = (_type_)0; \
107 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument
/dragonfly/contrib/cvs-1.12/lib/
HDprintf-parse.c82 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument
108 a->arg[n].type = (_type_); \ in PRINTF_PARSE()
109 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()