Searched refs:atoll (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dstdlib.h43 using std::tr1::atoll;
/freebsd-9.3-release/lib/libc/stdlib/
H A Datoll.c42 atoll(str) function
H A DSymbol.map16 atoll;
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h155 #undef atoll
187 extern "C" long long int (atoll)(const char *);
194 using ::atoll;
215 using ::__gnu_cxx::atoll;
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daix52.h187 extern long long int atoll(const char *);
/freebsd-9.3-release/include/
H A Dstdlib.h137 atoll(const char *);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h140 /// long long atoll(const char *nptr);
141 atoll, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp86 "atoll",
565 TLI.setUnavailable(LibFunc::atoll);
/freebsd-9.3-release/contrib/gcc/
H A Dread-rtl.c1090 HOST_WIDE_INT atoll (const char *);
1093 atoll (const char *p)
1676 /* Prefer atoll over atoq, since the former is in the ISO C99 standard.
1679 tmp_wide = atoll (tmp_char);
1092 atoll (const char *p) function
H A Dconfigure9290 for ac_func in times clock kill getrlimit setrlimit atoll atoq \
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1132 duration = atoll(optarg);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1169 case LibFunc::atoll:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure7623 atoll("10");
[all...]

Completed in 224 milliseconds