Searched defs:word_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c48 static char **word_list = NULL; /* list of word pointers */ variable
94 * word_list to point to a chunck of allocated memory containing
109 if(word_list != NULL && word_block != NULL)
147 if ((word_list = (char **) malloc(word_count * sizeof(char *))) == NULL)
151 word_list[i] = p;
154 qsort(word_list, word_count, sizeof(char *), word_compare);
172 * That word_list and word_block besetup
186 if(word_list == NULL || word_block == NULL)
188 if ((value = (char **) bsearch(&word, word_list, word_count, sizeof(char *),
206 * frees up memory occupied by word_list an
[all...]

Completed in 269 milliseconds