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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_ncons.c481 const char *emlat = strchr(emlptr, '@'); local
483 if (!emlat)
499 if ((baseat - baseptr) != (emlat - emlptr))
502 if (strncmp(baseptr, emlptr, emlat - emlptr))
508 emlptr = emlat + 1;

Completed in 179 milliseconds