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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c96 char *str_xf, *str_xt; /* numbers to exclude from sequence */ local
242 str_xt = strchr (optarg, ',');
243 if (NULL == str_xt)
248 *str_xt++ = '\0';
332 mpf_set_str (f_xt, str_xt, 10))
336 str_xf, str_xt);

Completed in 126 milliseconds