Searched refs:strtoll (Results 76 - 85 of 85) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3388 // symbol accessed by strtoll on our own.
7968 // TODO(kamil): Implement strtoll as a common inteceptor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp125 long long int Result = strtoll(nptr.c_str(), &End, Base);
130 // then if strtoll successfully parses a number on the host,
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c168 *vall = strtoll(s, &p, 0);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c8742 res->tsf = strtoll(pos + 5, NULL, 16);
8758 res->parent_tsf = strtoll(pos + 7, NULL, 16);
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c3497 *lun = strtoll(tmpstr, &end, 0);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9101 cb.cb_version = strtoll(optarg, &end, 10);
/freebsd-13-stable/contrib/libevent/
H A Dconfigure14153 strtoll \
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure14126 strtoll \
/freebsd-13-stable/contrib/apr/
H A Dconfigure24328 int64_strfn="strtoll"
24371 int64_strfn="strtoll"
24380 int64_strfn="strtoll"
25182 off_t_strfn='strtoll'
25750 if test "$have_int64_strfn" = "0" && test "$int64_strfn" = "strtoll"; then
/freebsd-13-stable/contrib/ntp/
H A Dconfigure29436 for ac_func in strtoll
29438 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"

Completed in 1000 milliseconds

1234