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

  /external/syslinux/dos/
strtoul.c 2 * strtoul.c
4 * strtoul() function
12 unsigned long strtoul(const char *nptr, char **endptr, int base) function
  /external/syslinux/gpxe/src/core/
misc.c 24 val = strtoul(p, ( char ** ) &p, 10);
36 unsigned long strtoul ( const char *p, char **endp, int base ) { function
  /toolchain/binutils/binutils-2.27/libiberty/
strtoul.c 61 strtoul(const char *nptr, char **endptr, register int base) function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
262 /** The strtoul function converts the initial portion of the string pointed to
267 @return The strtoul function returns the converted value, if any. If no
273 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
  /bionic/libc/bionic/
strtol.cpp 194 unsigned long strtoul(const char* s, char** end, int base) { function
  /external/valgrind/coregrind/m_gdbserver/
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/
stringutils.h 61 // strchr, vsnprintf, strtoul, tolowercase
101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 217 unsigned long strtoul (const char *nptr, char **endptr, int base) function
220 // Null strtoul() function implementation to satisfy the linker, since there is

Completed in 603 milliseconds