Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dasprintf-14933.c35 char short_exp[] = { '0', '1', '2', '3', '\0', 'a', 'b', 'c', '\0' }; in main() local
36 size_t short_len = ARRAY_SIZE(short_exp); in main()
52 if (memcmp(short_exp, out, short_len) != 0) { in main()
56 (void) fprintf(stderr, " 0x%02x", short_exp[i]); in main()