Searched defs:do_conv (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libpam/ |
H A D | pam_framework.c | 105 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,
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 558 * 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);
|
Completed in 41 milliseconds