Home
last modified time | relevance | path

Searched refs:lenops (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/lib/libc/citrus/modules/
Dcitrus_mapper_serial.c87 size_t lenops, uint32_t expected_version) in _citrus_mapper_serial_mapper_getops() argument
89 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_serial_mapper_getops()
100 size_t lenops, uint32_t expected_version) in _citrus_mapper_parallel_mapper_getops() argument
102 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_parallel_mapper_getops()
Dcitrus_mapper_none.c57 size_t lenops, uint32_t expected_version) in _citrus_mapper_none_mapper_getops() argument
59 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_none_mapper_getops()
Dcitrus_iconv_none.c55 _citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops, size_t lenops, in _citrus_iconv_none_iconv_getops() argument
58 if (expected_version<_CITRUS_ICONV_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_iconv_none_iconv_getops()
Dcitrus_mapper_646.c89 size_t lenops, uint32_t expected_version) in _citrus_mapper_646_mapper_getops() argument
91 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_646_mapper_getops()
Dcitrus_mapper_zone.c88 size_t lenops, uint32_t expected_version) in _citrus_mapper_zone_mapper_getops() argument
90 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_zone_mapper_getops()
Dcitrus_mapper_std.c67 _citrus_mapper_std_mapper_getops(struct _citrus_mapper_ops *ops, size_t lenops, in _citrus_mapper_std_mapper_getops() argument
70 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_mapper_std_mapper_getops()
Dcitrus_iconv_std.c66 _citrus_iconv_std_iconv_getops(struct _citrus_iconv_ops *ops, size_t lenops, in _citrus_iconv_std_iconv_getops() argument
69 if (expected_version<_CITRUS_ICONV_ABI_VERSION || lenops<sizeof(*ops)) in _citrus_iconv_std_iconv_getops()
/netbsd/src/lib/libc/citrus/
Dcitrus_stdenc_template.h52 _FUNCNAME(stdenc_getops)(struct _citrus_stdenc_ops *ops, size_t lenops, in _FUNCNAME()
55 if (expected_version<_CITRUS_STDENC_ABI_VERSION || lenops<sizeof(*ops)) in _FUNCNAME()
Dcitrus_ctype_template.h499 _FUNCNAME(ctype_getops)(_citrus_ctype_ops_rec_t *ops, size_t lenops, in _FUNCNAME()
502 if (expected_version<_CITRUS_CTYPE_ABI_VERSION || lenops<sizeof(*ops)) in _FUNCNAME()