/external/libxml2/os400/ |
libxmlmain.c | 42 size_t inbytesleft; local 60 inbytesleft = 0; 64 &inbuf, &inbytesleft, &outbuf, &outbytesleft); 68 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft); 81 inbytesleft = 0; 82 iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); 83 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
|
/external/compiler-rt/test/msan/ |
iconv.cc | 25 size_t inbytesleft = strlen(inbuf_); local 43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); 47 assert(inbytesleft == 0);
|
/external/libxml2/os400/iconv/ |
iconv.h | 23 size_t Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft,
|
iconv.c | 127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, 136 return iconv(*(iconv_t *) cd, inbuf, inbytesleft, outbuf, outbytesleft);
|
/external/e2fsprogs/ |
configure | [all...] |
/external/libexif/ |
configure | [all...] |