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

/external/openssl/crypto/ocsp/
H A Docsp_ht.c69 #define strtoul (unsigned long)strtol macro
230 retcode = strtoul(p, &r, 10);
/external/openssl/
H A De_os.h652 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro

Completed in 51 milliseconds