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

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c49 static char **word_list = NULL; /* list of word pointers */ variable
95 * word_list to point to a chunck of allocated memory containing
110 if(word_list != NULL && word_block != NULL)
151 if ((word_list = (char **) malloc(word_count * sizeof(char *))) == NULL)
155 word_list[i] = p;
158 qsort(word_list, word_count, sizeof(char *), word_compare);
176 * That word_list and word_block besetup
190 if(word_list == NULL || word_block == NULL)
192 if ((value = (char **) bsearch(&word, word_list, word_count, sizeof(char *),
210 * frees up memory occupied by word_list an
[all...]

Completed in 14 milliseconds