Searched defs:outbuf (Results 1 – 25 of 32) sorted by relevance
12
/glibc-2.36/iconvdata/ |
D | bug-iconv14.c | 35 char *outbuf; in with_escape_sequence() local 84 char *outbuf; in with_flush() local
|
D | bug-iconv15.c | 31 char *outbuf = out; in do_test() local
|
D | bug-iconv8.c | 14 char *outbuf; in do_test() local
|
D | bug-iconv5.c | 21 char *outbuf; in do_test() local
|
D | bug-iconv6.c | 24 char outbuf[outremain]; in do_test() local
|
D | bug-iconv9.c | 22 char outbuf[100]; in do_test() local
|
D | tst-table-to.c | 75 char *outbuf = (char *) buf; in main() local
|
D | tst-e2big.c | 34 char *outbuf = alloca (outbufsize); in test() local
|
D | tst-loading.c | 133 char outbuf[10000]; in do_test() local
|
D | bug-iconv11.c | 53 char *outbuf = output; in test_ibm93x() local
|
D | tst-table-from.c | 66 char *outbuf = (char *) out; in try() local
|
/glibc-2.36/iconv/ |
D | iconv.c | 30 iconv (iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, in iconv()
|
D | tst-iconv1.c | 14 char *outbuf; in do_test() local
|
D | gconv.c | 31 const unsigned char *inbufend, unsigned char **outbuf, in __gconv()
|
D | tst-iconv9.c | 48 char *outbuf; in do_test() local
|
D | tst-iconv3.c | 13 wchar_t outbuf[BUFSIZE]; in do_test() local
|
D | tst-iconv6.c | 47 uint32_t outbuf[3] = { 0, 0, 0 }; in do_test() local
|
D | tst-iconv-opt.c | 42 char outbuf[500]; in test_iconv() local
|
D | tst-iconv5.c | 95 char *inbuf, *outbuf; in test_unalign() local
|
D | skeleton.c | 427 unsigned char *outbuf = data->__outbuf; in FUNCTION_NAME() local 511 unsigned char *outbuf = (__builtin_expect (outbufstart == NULL, 1) in FUNCTION_NAME() local
|
/glibc-2.36/localedata/ |
D | tst-iconv-math-trans.c | 54 char outbuf[500]; in do_test() local
|
D | bug-iconv-trans.c | 14 char outbuf[500]; in main() local
|
/glibc-2.36/wcsmbs/ |
D | mbrtoc16.c | 61 unsigned char *outbuf = (unsigned char *) &wc; in mbrtoc16() local
|
D | mbrtowc.c | 43 unsigned char *outbuf = (unsigned char *) (pwc ?: buf); in __mbrtowc() local
|
/glibc-2.36/libio/ |
D | tst-widetext.c | 69 char *outbuf = (char *) wcbuf; in do_test() local
|
12