Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dprivate.c134 char *s_w = short_words; in build_strings() local
177 if (*s_w == '\000') { in build_strings()
179 s_w++; in build_strings()
182 (void) strcpy(w, s_w); in build_strings()
183 w += (len = strlen(s_w) + 1); in build_strings()
184 s_w += len; in build_strings()