Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c33 const char *check = ilstr_cstr(ils); \
78 VERIFY(ilstr_cstr(ils) != NULL); in ist_empty()
79 VERIFY3U(ilstr_cstr(ils)[0], ==, '\0'); in ist_empty()
248 if (strcmp(ilstr_cstr(ils), want) != 0) { in ist_printf_2()
250 printf("got: %s\n", ilstr_cstr(ils)); in ist_printf_2()
283 VERIFY(strcmp(ilstr_cstr(ils), "") == 0); in ist_resets()
302 VERIFY3U(ilstr_cstr(ils)[0], ==, '\0'); in ist_random()
/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c335 memcmp(ilstr_cstr(&testout), refdata, in main()
344 ilstr_cstr(&testout)); in main()
356 (void) fprintf(fp, "%s", ilstr_cstr(&testout)); in main()
361 (void) fprintf(stdout, "%s\n", ilstr_cstr(&testout)); in main()
/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c263 ilstr_cstr(&hdp->hdp_buf), ilstr_len(&hdp->hdp_buf)); in hexdump_output()
272 const char *str = ilstr_cstr(&hdp->hdp_buf); in hexdump_squishable()
273 const char *pstr = ilstr_cstr(&hdp->hdp_pbuf); in hexdump_squishable()
399 ilstr_cstr(&hdp.hdp_buf)); in hexdumph()
/illumos-gate/usr/src/uts/common/sys/
H A Dilstr.h62 extern const char *ilstr_cstr(ilstr_t *);
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c138 printfunc(ilstr_cstr(s), *nump); in bootbanner_print_one()
/illumos-gate/usr/src/common/ilstr/
H A Dilstr.c366 ilstr_cstr(ilstr_t *ils) in ilstr_cstr() function