Home
last modified time | relevance | path

Searched refs:str2shift (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1112 str2shift(libzfs_handle_t *hdl, const char *buf) in str2shift() function
1185 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
1199 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c516 str2shift(const char *buf) in str2shift() function
552 fval *= pow(2, str2shift(end)); in nicenumtoull()
560 int shift = str2shift(end); in nicenumtoull()