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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c558 * do_conv
564 do_conv(iconv_t fd, char *src, uint32_t srclen) function
572 gprintf(0, "*************** do_conv("
636 gprintf(0, "******* exiting do_conv()\n");
665 conv_dst = do_conv(gmnp->fd, msgstr, msgstr_len);
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c105 static int do_conv(pam_handle_t *, int, int,
738 status = do_conv(pamh, PAM_PROMPT_ECHO_ON, 1, messages,
2893 do_conv(pam_handle_t *pamh, int msg_style, int num_msg, function
3023 ret = do_conv(pamh, msg_style, num_msg, messages,
3035 * handle (pam_get_item) or from the input stream (do_conv).
3109 if ((error = do_conv(pamh, PAM_PROMPT_ECHO_OFF, 1, messages,

Completed in 41 milliseconds