Searched defs:randdef (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c115 int randdef; local
129 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
131 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
145 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
229 else if (randdef == RF_OK)
235 randdef = RF_UNKNOWN;
237 if (randdef == RF_MISS)

Completed in 46 milliseconds