Searched refs:lenops (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/lib/libc/citrus/modules/ |
| D | citrus_mapper_serial.c | 87 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()
|
| D | citrus_mapper_none.c | 57 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()
|
| D | citrus_iconv_none.c | 55 _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()
|
| D | citrus_mapper_646.c | 89 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()
|
| D | citrus_mapper_zone.c | 88 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()
|
| D | citrus_mapper_std.c | 67 _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()
|
| D | citrus_iconv_std.c | 66 _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/ |
| D | citrus_stdenc_template.h | 52 _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()
|
| D | citrus_ctype_template.h | 499 _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()
|