Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c157 int randdef; local
171 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
173 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
187 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
271 else if (randdef == RF_OK)
277 randdef = RF_UNKNOWN;
279 if (randdef == RF_MISS)