Home
last modified time | relevance | path

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

/NextBSD/tools/regression/gaithrstress/
HDgaithrstress.c54 static char **randwords; variable
120 randwords[my_arc4random_r() % nrandwords], in work()
122 randwords[my_arc4random_r() % nrandwords] : "", in work()
165 randwords = calloc(nrandwords, sizeof(char *)); in dowordfile()
166 if (randwords == NULL) in dowordfile()
172 randwords[nrandwords] = strdup(newword); in dowordfile()
173 if (randwords[nrandwords] == NULL) in dowordfile()