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

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c295 static custr_t *st_custr; variable
300 if (custr_appendc(st_custr, c) == -1) {
309 if (custr_append(st_custr, s) == -1) {
320 if (custr_append_vprintf(st_custr, fmt, va) == -1) {
332 custr_reset(st_custr);
438 st->st_prog = custr_cstr(st_custr);
1015 if (custr_alloc(&st_custr) == -1) {

Completed in 59 milliseconds