/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | randfree_file.c | 58 filesize = atoll(optarg); in main() 61 start_off = atoll(optarg); in main() 64 off_len = atoll(optarg); in main()
|
H A D | file_write.c | 83 offset = atoll(optarg); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | randfree_file.c | 68 filesize = atoll(optarg); in main() 71 start_off = atoll(optarg); in main() 74 off_len = atoll(optarg); in main()
|
H A D | file_fadvise.c | 60 advise = atoll(optarg); in main()
|
H A D | file_write.c | 99 offset = atoll(optarg); in main()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_atoi.c | 107 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 D | memprof_interceptors.cpp | 298 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 D | biastest.c | 55 tries = atoll(optarg); in main() 59 threshold = (uint32_t)atoll(optarg); in main()
|
/freebsd/lib/libc/stdlib/ |
H A D | atoll.c | 41 atoll(const char *str) in atoll() function
|
H A D | Makefile.inc | 4 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 D | Symbol.map | 12 atoll;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 697 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 D | asan_win_dll_thunk.cpp | 68 INTERCEPT_LIBRARY_FUNCTION(atoll);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdlib | 37 long long atoll(const char* nptr); // C99 112 using ::atoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdlib.inc | 37 using ::atoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdlib.cppm |
|
H A D | cstdlib.inc | 37 using std::atoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mkfile.c | 127 size = ((off_t)atoll(argv[1]) * (off_t)mult); in main()
|
/freebsd/include/ |
H A D | stdlib.h | 140 atoll(const char *);
|
/freebsd/contrib/arm-optimized-routines/networking/test/ |
H A D | chksum.c | 199 int64_t cpufreq = atoll(optarg); in main()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.c | 212 imsi = atoll(imsi_txt); in db_get_milenage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 937 /// 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 D | lockstat.c | 1185 duration = atoll(optarg); in main()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 244 SYMBOL(atoll, None, <stdlib.h>)
|
H A D | StdSymbolMap.inc | 689 SYMBOL(atoll, std::, <cstdlib>) 690 SYMBOL(atoll, None, <cstdlib>) 691 SYMBOL(atoll, None, <stdlib.h>)
|