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

/freebsd-12-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c54 static char **randwords; variable
120 randwords[my_arc4random_r() % nrandwords],
122 randwords[my_arc4random_r() % nrandwords] : "",
165 randwords = calloc(nrandwords, sizeof(char *));
166 if (randwords == NULL)
172 randwords[nrandwords] = strdup(newword);
173 if (randwords[nrandwords] == NULL)

Completed in 180 milliseconds