Searched defs:strtoul (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
H A D | sunos4.h | 119 #define strtoul strtol macro
|
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | server.h | 151 /* strtol and strtoul supports base 16 or else assumes it is base 10 */ 155 #define strtoul(s,r,b) ((b) == 16 ? \ macro
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | stringutils.h | 61 // strchr, vsnprintf, strtoul, tolowercase 101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function
|
/external/openssl/crypto/ocsp/ |
H A D | ocsp_ht.c | 69 #define strtoul (unsigned long)strtol macro 235 retcode = strtoul(p, &r, 10);
|
/external/openssl/ |
H A D | e_os.h | 656 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro
|
/external/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 613 /// unsigned long int strtoul(const char *nptr, char **endptr, int base); 614 strtoul, enumerator in enum:llvm::LibFunc::Func
|
Completed in 188 milliseconds