Searched defs:strtoul (Results 1 - 5 of 5) sorted by relevance
/external/syslinux/dos/ |
H A D | strtoul.c | 2 * strtoul.c 4 * strtoul() function 12 unsigned long strtoul(const char *nptr, char **endptr, int base) function
|
/external/openssh/openbsd-compat/ |
H A D | strtoul.c | 1 /* $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/syslinux/gpxe/src/core/ |
H A D | misc.c | 24 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 D | server.h | 157 /* 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 D | stringutils.h | 61 // strchr, vsnprintf, strtoul, tolowercase 101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function
|
Completed in 8600 milliseconds