ROUNDS
#define ROUNDSLEN (sizeof (ROUNDS) - 1)
if ((r = strstr(s, ROUNDS)) == NULL) {
if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
#define ROUNDSLEN (sizeof (ROUNDS) - 1)
if ((r = strstr(s, ROUNDS)) == NULL) {
if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
"$" CRYPT_ALGNAME "," ROUNDS "%d$",