Home
last modified time | relevance | path

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

/freebsd/lib/libc/iconv/
H A Dcitrus_stdenc.c57 _citrus_stdenc_getops_t getops; in _citrus_stdenc_open() local
80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module, in _citrus_stdenc_open()
82 if (getops == NULL) { in _citrus_stdenc_open()
93 ret = (*getops)(ce->ce_ops, sizeof(*ce->ce_ops)); in _citrus_stdenc_open()
H A Dcitrus_iconv.c115 _citrus_iconv_getops_t getops; in open_shared() local
156 getops = (_citrus_iconv_getops_t)_citrus_find_getops(ci->ci_module, in open_shared()
158 if (!getops) { in open_shared()
167 ret = (*getops)(ci->ci_ops); in open_shared()
H A Dcitrus_mapper.c208 _citrus_mapper_getops_t getops; in mapper_open() local
229 getops = (_citrus_mapper_getops_t) in mapper_open()
231 if (!getops) { in mapper_open()
240 ret = (*getops)(cm->cm_ops); in mapper_open()