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

/freebsd-10.2-release/contrib/libstdc++/include/tr1/
H A Dstdlib.h43 using std::tr1::atoll;
/freebsd-10.2-release/lib/libc/stdlib/
H A Datoll.c36 __FBSDID("$FreeBSD: releng/10.2/lib/libc/stdlib/atoll.c 251069 2013-05-28 20:57:40Z emaste $");
42 atoll(str) function
H A DMakefile.inc7 MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
32 MLINKS+=atol.3 atoll.3
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_atoi.c98 "Test that atoll(3) matches the corresponding strtoll(3) call");
107 ATF_REQUIRE(atoll("0") == strtoll("0", NULL, 10));
108 ATF_REQUIRE(atoll("-1") == strtoll("-1", NULL, 10));
109 ATF_REQUIRE(atoll(buf) == strtoll(buf, NULL, 10));
/freebsd-10.2-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-10.2-release/contrib/gcc/config/rs6000/
H A Daix52.h187 extern long long int atoll(const char *);
/freebsd-10.2-release/include/
H A Dstdlib.h137 atoll(const char *);
/freebsd-10.2-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-10.2-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp86 "atoll",
565 TLI.setUnavailable(LibFunc::atoll);
/freebsd-10.2-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-10.2-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c197 imsi = atoll(imsi_txt);
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1144 duration = atoll(optarg);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1169 case LibFunc::atoll:
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure7623 atoll("10");
[all...]

Completed in 439 milliseconds