Home | History | Annotate | Download | only in stubs

Lines Matching refs:strtol

48 // HP C++ on Tru64 does not have strtoll, but strtol is already 64-bit.
49 #define strtoll strtol
345 // Architecture-neutral plug compatible replacements for strtol() and
357 return strtol(nptr, endptr, base);