Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dprivate.c126 int *static_words_size, int new_words_size, char **static_words, in build_strings() argument
160 if (*static_words_size < new_words_size && in build_strings()
165 *static_words_size = new_words_size; in build_strings()