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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atol.c 1 /* $OpenBSD: atol.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34 atol(const char *str) function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 4 The atoi, atol, and atoll functions convert the initial portion of the string
8 - atol: strtol(nptr, (char **)NULL, 10)
60 /** The atol function converts the initial portion of the string pointed to by
65 @return The atol function returns the converted value.
68 atol(const char *nptr) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 381 INTERCEPT_LIBRARY_FUNCTION(atol); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 151 extern long int atol (__const char *__nptr)
289 __NTH (atol (__const char *__nptr)) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 151 extern long int atol (__const char *__nptr)
289 __NTH (atol (__const char *__nptr)) function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 409 def atol(s, base=10): function
410 """atol(s [,base]) -> long

Completed in 622 milliseconds