Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 26) 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/lib/libc/stdlib/
H A Datoll.c41 atoll(const char *str) in atoll() function
H A DMakefile.inc5 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
48 MLINKS+=atol.3 atoll.3
H A DSymbol.map12 atoll;
/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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp674 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
676 ASAN_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR()
679 return REAL(atoll)(nptr); in INTERCEPTOR()
770 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
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
110 using ::atoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc37 using ::atoll;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.inc37 using std::atoll;
/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.h143 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.def932 /// long long atoll(const char *nptr);
933 TLI_DEFINE_ENUM_INTERNAL(atoll)
934 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>)
/freebsd/contrib/tzdata/
H A Daustralasia1791 # "The nearly 3,000 Americans living on this remote Pacific atoll have a good
1875 # longitude of the atoll.
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1383 fun:atoll=uninstrumented

12