Searched refs:ilstr_cstr (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 63 VERIFY(ilstr_cstr(ils) != NULL); in ist_empty() 64 VERIFY3U(ilstr_cstr(ils)[0], ==, '\0'); in ist_empty() 88 VERIFY(strcmp(ilstr_cstr(ils), "B") == 0); in ist_prealloc_toobig() 123 VERIFY(strcmp(ilstr_cstr(ils), want) == 0); in ist_printf_1() 152 if (strcmp(ilstr_cstr(ils), want) != 0) { in ist_printf_2() 154 printf("got: %s\n", ilstr_cstr(ils)); in ist_printf_2() 166 VERIFY(strcmp(ilstr_cstr(ils), "") == 0); in ist_resets() 169 VERIFY(strcmp(ilstr_cstr(ils), "") == 0); in ist_resets() 173 VERIFY(strcmp(ilstr_cstr(ils), "abc") == 0); in ist_resets() 177 VERIFY(strcmp(ilstr_cstr(ils), "abcdef") == 0); in ist_resets() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ilstr.h | 57 extern const char *ilstr_cstr(ilstr_t *);
|
/illumos-gate/usr/src/common/bootbanner/ |
H A D | bootbanner.c | 138 printfunc(ilstr_cstr(s), *nump); in bootbanner_print_one()
|
/illumos-gate/usr/src/common/ilstr/ |
H A D | ilstr.c | 302 ilstr_cstr(ilstr_t *ils) in ilstr_cstr() function
|