Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance

/localedata/
A Dbug-iconv-trans.c14 char outbuf[500]; in main() local
15 char *outptr = outbuf; in main()
16 size_t outlen = sizeof (outbuf); in main()
52 if (memcmp (outbuf, expected, sizeof (expected)) != 0) in main()
55 (int) (sizeof (outbuf) - outlen), outbuf, expected); in main()
58 else if (outlen != sizeof (outbuf) - sizeof (expected)) in main()
61 sizeof (outbuf) - 15); in main()
65 printf ("output is \"%s\" which is OK\n", outbuf); in main()
A Dtst-iconv-math-trans.c54 char outbuf[500]; in do_test() local
55 char *outptr = outbuf; in do_test()
56 size_t outlen = sizeof (outbuf); in do_test()
86 if (memcmp (outbuf, expected, sizeof (expected)) != 0) in do_test()
89 (int) (sizeof (outbuf) - outlen), outbuf, expected); in do_test()
92 else if (outlen != sizeof (outbuf) - sizeof (expected)) in do_test()
95 sizeof (outbuf) - 15); in do_test()
99 printf ("output is \"%s\" which is OK\n", outbuf); in do_test()

Completed in 3 milliseconds