Searched refs:conv (Results 126 - 150 of 267) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcp950ext.h36 cp950ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
121 cp950ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dgeorgian_ps.h45 georgian_ps_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
97 georgian_ps_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dhp_roman8.h47 hp_roman8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
95 hp_roman8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_10.h47 iso8859_10_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
90 iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_13.h47 iso8859_13_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
93 iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_14.h47 iso8859_14_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
105 iso8859_14_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_16.h47 iso8859_16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
96 iso8859_16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_2.h47 iso8859_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
96 iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_3.h47 iso8859_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
100 iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_4.h47 iso8859_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
96 iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_arabic.h53 mac_arabic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
114 mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_cyrillic.h53 mac_cyrillic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
110 mac_cyrillic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_greek.h53 mac_greek_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
111 mac_greek_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_hebrew.h53 mac_hebrew_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
110 mac_hebrew_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dmac_thai.h53 mac_thai_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
104 mac_thai_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dnextstep.h53 nextstep_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
119 nextstep_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dpt154.h41 pt154_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
98 pt154_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Datarist.h53 atarist_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
128 atarist_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1046.h53 cp1046_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
133 cp1046_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1256.h53 cp1256_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
127 cp1256_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dpam_winbind.c69 struct pam_conv *conv; local
71 retval = pam_get_item(pamh, PAM_CONV, (const void **) &conv ) ;
73 retval = conv->conv(nargs, (const struct pam_message **)message,
74 response, conv->appdata_ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
470 buf->conv = xmlBufferCreate();
471 if (buf->conv == NULL) {
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
488 xmlBufferFree(buf->conv);
490 buf->conv = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
998 (buf->encoder == NULL) && (buf->conv == NULL) &&
2228 if (out_buff->conv !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h124 char conv; /* overwriting unwritten extents */ member in struct:xfs_bmalloca
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c163 static int safe_iconv(iconv_t conv, const wchar_t *wchar, char *dest, argument
173 r=iconv(conv, (char**)&wchar, &in_len, &dptr, &out_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dlogin.c22 static const struct pam_conv conv = { variable in typeref:struct:pam_conv
296 pamret = pam_start("login", username, &conv, &pamh);

Completed in 86 milliseconds

1234567891011