Searched refs:nrandwords (Results 1 – 1 of 1) sorted by relevance
53 static size_t nrandwords; variable118 randwords[my_arc4random_r() % nrandwords], in work()120 randwords[my_arc4random_r() % nrandwords] : "", in work()158 nrandwords = 0; in dowordfile()160 nrandwords++; in dowordfile()163 randwords = calloc(nrandwords, sizeof(char *)); in dowordfile()166 n = nrandwords; in dowordfile()167 nrandwords = 0; in dowordfile()170 randwords[nrandwords] = strdup(newword); in dowordfile()171 if (randwords[nrandwords] == NULL) in dowordfile()[all …]