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

/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_stdenc.c57 _citrus_stdenc_getops_t getops; local
80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module,
82 if (getops == NULL) {
93 ret = (*getops)(ce->ce_ops, sizeof(*ce->ce_ops));
H A Dcitrus_iconv.c114 _citrus_iconv_getops_t getops; local
153 getops = (_citrus_iconv_getops_t)_citrus_find_getops(ci->ci_module,
155 if (!getops) {
164 ret = (*getops)(ci->ci_ops);
H A Dcitrus_mapper.c208 _citrus_mapper_getops_t getops; local
229 getops = (_citrus_mapper_getops_t)
231 if (!getops) {
240 ret = (*getops)(cm->cm_ops);

Completed in 58 milliseconds