Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/tests/sys/cddl/zfs/bin/
H A Drandfree_file.c58 filesize = atoll(optarg); in main()
61 start_off = atoll(optarg); in main()
64 off_len = atoll(optarg); in main()
H A Dfile_write.c83 offset = atoll(optarg); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c68 filesize = atoll(optarg); in main()
71 start_off = atoll(optarg); in main()
74 off_len = atoll(optarg); in main()
H A Dfile_fadvise.c60 advise = atoll(optarg); in main()
H A Dfile_write.c99 offset = atoll(optarg); in main()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_atoi.c107 ATF_REQUIRE(atoll("0") == strtoll("0", NULL, 10)); in ATF_TC_BODY()
108 ATF_REQUIRE(atoll("-1") == strtoll("-1", NULL, 10)); in ATF_TC_BODY()
109 ATF_REQUIRE(atoll(buf) == strtoll(buf, NULL, 10)); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp298 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
300 MEMPROF_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR()
329 MEMPROF_INTERCEPT_FUNC(atoll); in InitializeMemprofInterceptors()
/freebsd/tools/test/arc4random/
H A Dbiastest.c55 tries = atoll(optarg); in main()
59 threshold = (uint32_t)atoll(optarg); in main()
/freebsd/lib/libc/stdlib/
H A Datoll.c41 atoll(const char *str) in atoll() function
H A DMakefile.inc4 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
47 MLINKS+=atol.3 atoll.3
H A DSymbol.map12 atoll;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp697 INTERCEPTOR(long long, atoll, const char *nptr) { argument
699 ASAN_INTERCEPTOR_ENTER(ctx, atoll);
702 return REAL(atoll)(nptr);
793 ASAN_INTERCEPT_FUNC(atoll);
H A Dasan_win_dll_thunk.cpp68 INTERCEPT_LIBRARY_FUNCTION(atoll);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib37 long long atoll(const char* nptr); // C99
112 using ::atoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc37 using ::atoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc37 using std::atoll _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c127 size = ((off_t)atoll(argv[1]) * (off_t)mult); in main()
/freebsd/include/
H A Dstdlib.h140 atoll(const char *);
/freebsd/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c199 int64_t cpufreq = atoll(optarg); in main()
/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c212 imsi = atoll(imsi_txt); in db_get_milenage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def937 /// long long atoll(const char *nptr);
938 TLI_DEFINE_ENUM_INTERNAL(atoll)
939 TLI_DEFINE_STRING_INTERNAL("atoll")
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1185 duration = atoll(optarg); in main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc244 SYMBOL(atoll, None, <stdlib.h>)
H A DStdSymbolMap.inc689 SYMBOL(atoll, std::, <cstdlib>)
690 SYMBOL(atoll, None, <cstdlib>)
691 SYMBOL(atoll, None, <stdlib.h>)

12