Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ficl/
H A Dficl.h819 #define FICL_STRING_SET_FROM_COUNTED_STRING(string, countedstring) \ argument
820 {(string).text = (countedstring).text; \
821 (string).length = (countedstring).length; }