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

/freebsd-current/crypto/openssl/apps/
H A Dcmp.c2161 char *tailptr; local
2167 res = strtol(str, &tailptr, 10);
2168 if (res == LONG_MIN || res == LONG_MAX || *tailptr != '\0')

Completed in 33 milliseconds