Searched refs:asbuf (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/test/
H A DAlloc.c130 char *asbuf; local in function:test_XtAsprintf_short
135 aslen = XtAsprintf(&asbuf, "%s: %d\n", program_name, r);
137 g_assert_nonnull(asbuf);
139 g_assert_cmpstr(snbuf, ==, asbuf);
140 g_assert_cmpint(asbuf[aslen], ==, '\0');
147 char *asbuf; local in function:test_XtAsprintf_long
152 aslen = XtAsprintf(&asbuf, "%.*s", r2, test_chars + r1);
154 g_assert_nonnull(asbuf);
156 g_assert_cmpint(strncmp(asbuf, test_chars + r1, r2), ==, 0);
157 g_assert_cmpint(asbuf[asle
[all...]

Completed in 2 milliseconds