Searched hist:172029 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libutil/
H A Dexpand_number.3172029 Sat Sep 01 04:19:11 MDT 2007 pjd Implement expand_number(3), which is the opposite of humanize_number(3), ie.
a number in human-readable form is converted to int64_t, for example:
123b -> 123
10k -> 10240
16G -> 17179869184

First version submitted by: Eric Anderson <anderson@freebsd.org>
Approved by: re (bmah)
H A Dexpand_number.c172029 Sat Sep 01 04:19:11 MDT 2007 pjd Implement expand_number(3), which is the opposite of humanize_number(3), ie.
a number in human-readable form is converted to int64_t, for example:
123b -> 123
10k -> 10240
16G -> 17179869184

First version submitted by: Eric Anderson <anderson@freebsd.org>
Approved by: re (bmah)
H A DMakefilediff 172029 Sat Sep 01 04:19:11 MDT 2007 pjd Implement expand_number(3), which is the opposite of humanize_number(3), ie.
a number in human-readable form is converted to int64_t, for example:
123b -> 123
10k -> 10240
16G -> 17179869184

First version submitted by: Eric Anderson <anderson@freebsd.org>
Approved by: re (bmah)
H A Dlibutil.hdiff 172029 Sat Sep 01 04:19:11 MDT 2007 pjd Implement expand_number(3), which is the opposite of humanize_number(3), ie.
a number in human-readable form is converted to int64_t, for example:
123b -> 123
10k -> 10240
16G -> 17179869184

First version submitted by: Eric Anderson <anderson@freebsd.org>
Approved by: re (bmah)

Completed in 175 milliseconds