Searched defs:static_words_size (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libtsol/common/ |
| H A D | private.c | 112 * static_words_size = Updated if needed. 128 int *static_words_size, int new_words_size, char **static_words, 162 if (*static_words_size < new_words_size && 167 *static_words_size = new_words_size; 127 build_strings(int *static_string_size, char **static_string, char *new_string, int *static_words_size, int new_words_size, char **static_words, char **static_dimming, int number_of_words, char *long_words, char *short_words, char *dimming_list, int full) argument
|
Completed in 69 milliseconds