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

  /bionic/libc/stdlib/
strtol.c 1 /* $OpenBSD: strtol.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
44 strtol(const char *nptr, char **endptr, int base) function
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 174 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
175 #define strtol(s,r,b) ((b) == 16 ? \ macro
  /external/bison/lib/
strtol.c 63 # define strtol __wcstoull_l macro
65 # define strtol __wcstoul_l macro
69 # define strtol __strtoull_l macro
71 # define strtol __strtoul_l macro
77 # define strtol __wcstoll_l macro
79 # define strtol __wcstol_l macro
83 # define strtol __strtoll_l macro
85 # define strtol __strtol_l macro
93 # define strtol wcstoull macro
95 # define strtol wcstou macro
99 # define strtol macro
101 # define strtol macro
107 # define strtol macro
109 # define strtol macro
113 # define strtol macro
252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
443 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
    [all...]

Completed in 180 milliseconds