Searched refs:ilstr_len (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 62 VERIFY3U(ilstr_len(ils), ==, 0); in ist_empty() 111 VERIFY3U(ilstr_len(ils), ==, target); in ist_huge() 203 VERIFY3U(ilstr_len(ils), ==, 0); in ist_random() 214 VERIFY3U(ilstr_len(ils), ==, n + 1); in ist_random() 218 VERIFY3U(ilstr_len(ils), ==, target); in ist_random()
|
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 263 ilstr_cstr(&hdp->hdp_buf), ilstr_len(&hdp->hdp_buf)); in hexdump_output() 276 size_t strl = ilstr_len(&hdp->hdp_buf); in hexdump_squishable() 277 size_t pstrl = ilstr_len(&hdp->hdp_pbuf); in hexdump_squishable()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ilstr.h | 59 extern size_t ilstr_len(ilstr_t *);
|
/illumos-gate/usr/src/common/bootbanner/ |
H A D | bootbanner.c | 137 if (ilstr_len(s) > 0) { in bootbanner_print_one()
|
/illumos-gate/usr/src/common/ilstr/ |
H A D | ilstr.c | 319 ilstr_len(ilstr_t *ils) in ilstr_len() function
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 334 if (ilstr_len(&testout) != reflen || in main()
|