Searched defs:strtoul (Results 1 - 5 of 5) sorted by last modified time

/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h174 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
178 #define strtoul(s,r,b) ((b) == 16 ? \ macro
/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.h640 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro
/external/openssh/openbsd-compat/
H A Dstrtoul.c1 /* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
48 strtoul(const char *nptr, char **endptr, int base) function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h78 // strchr, vsnprintf, strtoul, tolowercase
121 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function

Completed in 119 milliseconds