HomeSort by relevance Sort by last modified time
    Searched defs:atol (Results 1 - 9 of 9) 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
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 309 INTERCEPT_LIBRARY_FUNCTION(atol); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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/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
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 149 /// long atol(const char *str);
150 atol, enumerator in enum:llvm::LibFunc::Func

Completed in 230 milliseconds