Searched refs:utfbuf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Diconvert.c62 char *utfbuf = 0, *outbuf, *newbuf; local
104 utfbuf = (char *)malloc(utflen);
105 if (!utfbuf)
111 ob = utfbuf;
126 newbuf = (char *)realloc(utfbuf, utflen);
129 ob = (ob - utfbuf) + newbuf;
131 utfbuf = newbuf;
145 *tolen = ob - utfbuf;
147 free(utfbuf);
151 newbuf = (char *)safe_realloc_add_2op_(utfbuf, (o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c237 unsigned char utfbuf[6]; local
239 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
248 do_esc_char(utfbuf[i], (unsigned char)(flags | orflags),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strex.c202 unsigned char utfbuf[6]; local
204 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
211 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_strex.c237 unsigned char utfbuf[6]; local
239 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
248 do_esc_char(utfbuf[i], (unsigned char)(flags | orflags),

Completed in 54 milliseconds