/freebsd/lib/libc/iconv/ |
H A D | citrus_prop.h | 44 #define _CITRUS_PROP_CB0_T(_func_, _type_) \ argument 45 typedef int (*_citrus_prop_##_func_##_cb_func_t) \ 48 _citrus_prop_##_func_##_cb_func_t func; \ 49 } _citrus_prop_##_func_##_cb_t; 54 #define _CITRUS_PROP_CB1_T(_func_, _type_) \ argument 55 typedef int (*_citrus_prop_##_func_##_cb_func_t) \ 58 _citrus_prop_##_func_##_cb_func_t func; \ 59 } _citrus_prop_##_func_##_cb_t;
|
H A D | citrus_prop.c | 77 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument 79 _citrus_prop_read_##_func_##_common(struct _memstream * __restrict ms, \ 107 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument 109 _citrus_prop_read_##_func_(struct _memstream * __restrict ms, \ in _CITRUS_PROP_READ_UINT_COMMON() 131 obj->u._func_ = 0; \ in _CITRUS_PROP_READ_UINT_COMMON() 139 return (_citrus_prop_read_##_func_##_common \ in _CITRUS_PROP_READ_UINT_COMMON() 140 (ms, &obj->u._func_, base, neg)); \ in _CITRUS_PROP_READ_UINT_COMMON() 388 #define CALL0(_func_) \ in _citrus_prop_parse_element() argument 390 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element() 391 hint->name, ostart.u._func_); \ in _citrus_prop_parse_element() [all …]
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | h_fsmacros.h | 128 #define ATF_TC_FSADD_RO(_fs_,_type_,_func_,_desc_,_gen_) \ argument 129 ATF_TC(_fs_##_##_func_); \ 130 ATF_TC_HEAD(_fs_##_##_func_,tc) \ 136 void *_fs_##_func_##tmp; \ 138 ATF_TC_BODY(_fs_##_##_func_,tc) \ 142 FSTEST_CONSTRUCTOR(tc,_fs_,_fs_##_func_##tmp); \ 146 if (_fs_##_fstest_mount(tc, _fs_##_func_##tmp, \ 149 _func_(tc,FSTEST_MNTNAME); \
|
/freebsd/lib/libiconv_modules/UTF8/ |
H A D | citrus_utf8.c | 121 #define _CEI_TO_STATE(_ei_, _func_) (_ei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/EUCTW/ |
H A D | citrus_euctw.c | 94 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/JOHAB/ |
H A D | citrus_johab.c | 65 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/EUC/ |
H A D | citrus_euc.c | 102 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/GBK2K/ |
H A D | citrus_gbk2k.c | 65 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/MSKanji/ |
H A D | citrus_mskanji.c | 99 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/DECHanyu/ |
H A D | citrus_dechanyu.c | 64 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_) argument
|
/freebsd/lib/libiconv_modules/BIG5/ |
H A D | citrus_big5.c | 108 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/UES/ |
H A D | citrus_ues.c | 61 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/ZW/ |
H A D | citrus_zw.c | 69 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/UTF7/ |
H A D | citrus_utf7.c | 72 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/VIQR/ |
H A D | citrus_viqr.c | 216 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/HZ/ |
H A D | citrus_hz.c | 139 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/lib/libiconv_modules/ISO2022/ |
H A D | citrus_iso2022.c | 127 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 13552 runtime (such as __FUNCTION__ or _func_, etc.) The function name is used
|