Home
last modified time | relevance | path

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) { in addprogch()
309 if (custr_append(st_custr, s) == -1) { in addprogstr()
320 if (custr_append_vprintf(st_custr, fmt, va) == -1) { in addprogfmt()
332 custr_reset(st_custr); in mkprog()
438 st->st_prog = custr_cstr(st_custr); in mkprog()
1015 if (custr_alloc(&st_custr) == -1) { in main()