Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h820 #define FICL_STRING_SET_FROM_COUNTED_STRING(string, countedstring) \ argument
821 {(string).text = (countedstring).text; \
822 (string).length = (countedstring).length; }