Searched defs:do_conv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c482 * do_conv
488 do_conv(iconv_t fd, const char *src, uint32_t srclen) function
496 gprintf(0, "*************** do_conv("
560 gprintf(0, "******* exiting do_conv()\n");
589 conv_dst = do_conv(gmnp->fd, (const char *)msgstr, msgstr_len);
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c101 static int do_conv(pam_handle_t *, int, int,
732 status = do_conv(pamh, PAM_PROMPT_ECHO_ON, 1, messages,
2640 do_conv(pam_handle_t *pamh, int msg_style, int num_msg, function
2760 ret = do_conv(pamh, msg_style, num_msg, messages,
2772 * handle (pam_get_item) or from the input stream (do_conv).
2846 if ((error = do_conv(pamh, PAM_PROMPT_ECHO_OFF, 1, messages,

Completed in 50 milliseconds