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

/external/syslinux/dos/
H A Dstrtoul.c2 * strtoul.c
4 * strtoul() function
12 unsigned long strtoul(const char *nptr, char **endptr, int base) function
/external/syslinux/gpxe/src/core/
H A Dmisc.c24 val = strtoul(p, ( char ** ) &p, 10);
36 unsigned long strtoul ( const char *p, char **endp, int base ) { function
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h157 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
161 #define strtoul(s,r,b) ((b) == 16 ? \ macro
/external/webrtc/webrtc/base/
H A Dstringutils.h61 // strchr, vsnprintf, strtoul, tolowercase
101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function

Completed in 267 milliseconds