HomeSort by relevance Sort by last modified time
    Searched defs:strtoul (Results 1 - 4 of 4) sorted by null

  /bionic/libc/stdlib/
strtoul.c 1 /* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
43 strtoul(const char *nptr, char **endptr, int base) function
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 78 // strchr, vsnprintf, strtoul, tolowercase
121 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function
  /external/openssl/crypto/ocsp/
ocsp_ht.c 69 #define strtoul (unsigned long)strtol macro
230 retcode = strtoul(p, &r, 10);
  /external/openssl/
e_os.h 652 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro

Completed in 213 milliseconds