Searched refs:do_conv (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libpam/ |
H A D | pam_framework.c | 105 static int do_conv(pam_handle_t *, int, int, 737 status = do_conv(pamh, PAM_PROMPT_ECHO_ON, 1, messages, in pam_get_user() 2645 do_conv(pam_handle_t *pamh, int msg_style, int num_msg, in do_conv() function 2765 ret = do_conv(pamh, msg_style, num_msg, messages, in __pam_display_msg() 2851 if ((error = do_conv(pamh, PAM_PROMPT_ECHO_OFF, 1, messages, in __pam_get_authtok()
|
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 488 do_conv(iconv_t fd, const char *src, uint32_t srclen) in do_conv() function 589 conv_dst = do_conv(gmnp->fd, (const char *)msgstr, msgstr_len); in conv_msg()
|