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

1234

/freebsd-13-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c98 transwait = strtoll(optarg, &p, 10);
/freebsd-13-stable/stand/libsa/
H A DMakefile38 SRCS+= abs.c strtol.c strtoll.c strtoul.c strtoull.c
H A Dstand.h354 extern long long strtoll(const char * __restrict, char ** __restrict, int);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp123 return as_integer_helper<long long>( func, s, idx, base, strtoll );
/freebsd-13-stable/contrib/pjdfstest/
H A Dpjdfstest.c707 args[i].num = strtoll(argv[i], &endp, 0);
728 pos = strtoll(argv[i], &endp, 0);
/freebsd-13-stable/lib/libmt/
H A Dmtlib.c194 entry->value_signed = strtoll(str, NULL, 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp444 INTERCEPTORS_STRTO_BASE(long long, strtoll, char)
1636 INTERCEPT_STRTO(strtoll);
/freebsd-13-stable/targets/pseudo/tests/
H A DMakefile.depend107 cddl/usr.sbin/dtrace/tests/common/strtoll \
/freebsd-13-stable/sbin/fsdb/
H A Dfsdb.c1033 size = strtoll(argv[1], &cp, 0);
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c402 minfree = strtoll(buf, &endp, 10);
/freebsd-13-stable/sbin/camcontrol/
H A Dmodeedit.c316 ival = strtoll(newvalue, &convertend, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp351 // strtoll returns long long >= 64 bits, so check it's in range too.
352 auto I = std::strtoll(S.c_str(), &End, 10);
/freebsd-13-stable/sys/kern/
H A Dsubr_blist.c1110 size = strtoll(ptr, NULL, 0);
/freebsd-13-stable/share/examples/scsi_target/
H A Dscsi_target.c175 user_size = strtoll(optarg, (char **)NULL, /*base*/10);
/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.c3676 portarg = strtoll(optarg, NULL, 0);
3804 lm.port = strtoll(optarg, NULL, 0);
3807 lm.plun = strtoll(optarg, NULL, 0);
3810 lm.lun = strtoll(optarg, NULL, 0);
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c397 membuf = strtoll(value, &endptr, 10);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dad.c415 t = strtoll(str, NULL, 10);
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmp.c1244 v->integer = strtoll(str, &end, 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp573 long long int ret = strtoll(nptr, &tmp_endptr, base);
/freebsd-13-stable/usr.bin/mt/
H A Dmt.c1089 param_set.value.value_signed = strtoll(param_value, NULL, 0);
/freebsd-13-stable/contrib/libevent/
H A Devutil.c451 return (ev_int64_t)strtoll(s, endptr, base);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devutil.c447 return (ev_int64_t)strtoll(s, endptr, base);
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c1016 val = strtoll(data, &end, 0);
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure8164 char *p = (char *)strtoll; char *q = (char *)strtoull;
8179 char *p = (char *)strtoll; char *q = (char *)strtoull;
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_util.c1882 iv = strtoll (tmp, NULL, 10);

Completed in 465 milliseconds

1234