Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1149 str2shift(libzfs_handle_t *hdl, const char *buf) in str2shift() function
1224 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
1238 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c546 str2shift(const char *buf) in str2shift() function
582 fval *= pow(2, str2shift(end)); in nicenumtoull()
590 int shift = str2shift(end); in nicenumtoull()