Searched refs:cfuncname (Results 1 – 1 of 1) sorted by relevance
573 #define STR_TO_TYPE_FUNC(funcname, cfuncname, type) \ in TYPE_TO_A_FUNC() argument574 type cfuncname(constant char *buf, constant char **ebuf, int radix) \ in TYPE_TO_A_FUNC()591 type r = cfuncname(cbuf, &cbuf, radix); \