Home
last modified time | relevance | path

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

/dports/security/libtasn1/libtasn1-4.18.0/lib/
H A Dint.h114 # define _asn1_strtol(n,e,b) strtol((const char *) n, e, b) macro
H A Delement.c86 valtmp = _asn1_strtol (value, NULL, 10); in _asn1_convert_integer()
/dports/security/gnutls/gnutls-3.6.16/lib/minitasn1/
H A Dint.h114 #define _asn1_strtol(n,e,b) strtol((const char *) n, e, b) macro
H A Delement.c86 valtmp = _asn1_strtol (value, NULL, 10); in _asn1_convert_integer()