Searched refs:outbytesleft (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | iconv.cpp | 35 size_t outbytesleft = sizeof(outbuf_); in main() local 49 res = iconv(cd, 0, 0, &outbuf, &outbytesleft); in main() 52 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | iconv_test.c | 21 size_t outbytesleft = 100; in main() local 22 int ret = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5489 char **outbuf, SIZE_T *outbytesleft) { 5492 outbytesleft); 5497 if (outbytesleft) 5498 COMMON_INTERCEPTOR_READ_RANGE(ctx, outbytesleft, sizeof(*outbytesleft)); 5503 SIZE_T res = REAL(iconv)(cd, inbuf, inbytesleft, outbuf, outbytesleft);
|