Searched defs:strtol (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Datol.tcl17 proc strtol {str radix} { procedure
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrtol.c41 strtol(string, endPtr, base) function
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrtol.c7 strtol(const char *nptr, char **endptr, int base) function
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstrtol.c38 strtol( function
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrtol.c51 strtol(nptr, endptr, base) function
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrtoimax.c79 # define strtol strtoul macro
H A Dstrtol.c71 # define strtol __wcstoull_l macro
73 # define strtol __wcstoul_l macro
77 # define strtol __strtoull_l macro
79 # define strtol __strtoul_l macro
85 # define strtol __wcstoll_l macro
87 # define strtol __wcstol_l macro
91 # define strtol __strtoll_l macro
93 # define strtol __strtol_l macro
101 # define strtol wcstoull macro
103 # define strtol wcstou macro
107 # define strtol macro
109 # define strtol macro
115 # define strtol macro
117 # define strtol macro
121 # define strtol macro
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrtoimax.c54 # define strtol strtoul macro
H A Dstrtol.c59 # define strtol __wcstoull_l macro
61 # define strtol __wcstoul_l macro
65 # define strtol __strtoull_l macro
67 # define strtol __strtoul_l macro
73 # define strtol __wcstoll_l macro
75 # define strtol __wcstol_l macro
79 # define strtol __strtoll_l macro
81 # define strtol __strtol_l macro
89 # define strtol wcstoull macro
91 # define strtol wcstou macro
95 # define strtol macro
97 # define strtol macro
103 # define strtol macro
105 # define strtol macro
109 # define strtol macro
241 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
432 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dstrtol.c47 long strtol(str, ptr, base) function
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrtol.c147 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrtol.c88 strtol(const char *nptr, char **endptr, register int base) function
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dstrtol.c47 #define strtol strtoul macro
51 strtol (nptr, endptr, base) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrtol.c59 # define strtol strtoull macro
61 # define strtol strtoul macro
65 # define strtol strtoll macro
92 strtol (nptr, endptr, base) function
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStringFuncs.c127 strtol(const char *nptr, char **endptr, int base) function
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h264 #define strtol __db_Cstrtol macro
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h264 #define strtol __db_Cstrtol macro
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h266 #define strtol __db_Cstrtol macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h266 #define strtol __db_Cstrtol macro
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h266 #define strtol __db_Cstrtol macro
/macosx-10.10.1/procmail-14/procmail/src/
H A Dincludes.h519 #define strtol(s,p,b) sstrtol(s,p,b) macro

Completed in 340 milliseconds