expand_number man page on GhostBSD

Man page or keyword search:  
man Server   9747 pages
apropos Keyword Search (all sections)
Output format
GhostBSD logo
[printable version]

EXPAND_NUMBER(3)	 BSD Library Functions Manual	      EXPAND_NUMBER(3)

NAME
     expand_number — format a number from human readable form

LIBRARY
     System Utilities Library (libutil, -lutil)

SYNOPSIS
     #include <libutil.h>

     int
     expand_number(const char *buf, int64_t *num);

DESCRIPTION
     The expand_number() function unformats the buf string and stores a signed
     64-bit quantity at address pointed out by the num argument.

     The expand_number() function follows the SI power of two convention.

     The prefixes are:

	   Prefix    Description    Multiplier
	   k	     kilo	    1024
	   M	     mega	    1048576
	   G	     giga	    1073741824
	   T	     tera	    1099511627776
	   P	     peta	    1125899906842624
	   E	     exa	    1152921504606846976

RETURN VALUES
     Upon successful completion, the value 0 is returned; otherwise the
     value -1 is returned and the global variable errno is set to indicate the
     error.

ERRORS
     The expand_number() function will fail if:

     [EINVAL]		The given string contains no digits.

     [EINVAL]		An unrecognized prefix was given.

     [ERANGE]		Result doesn't fit into 64 bits.

SEE ALSO
     humanize_number(3)

HISTORY
     The expand_number() function first appeared in FreeBSD 6.3.

BSD				April 16, 2007				   BSD
[top]

List of man pages available for GhostBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net