strict_strtoull man page on Scientific

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

STRICT_STRTOULL(9)	   Basic C Library Functions	    STRICT_STRTOULL(9)

NAME
       strict_strtoull - convert a string to an unsigned long long strictly

SYNOPSIS
       int strict_strtoull(const char * cp, unsigned int base,
			   unsigned long long * res);

ARGUMENTS
       cp
	   The string to be converted

       base
	   The number base to use

       res
	   The converted result value

DESCRIPTION
       strict_strtoull converts a string to an unsigned long long only if the
       string is really an unsigned long long string, any string containing
       any invalid char at the tail will be rejected and -EINVAL is returned,
       only a newline char at the tail is acceptible because people generally

CHANGE A MODULE PARAMETER IN THE FOLLOWING WAY
       echo 1024 > /sys/module/e1000/parameters/copybreak

       echo will append a newline to the tail of the string.

       It returns 0 if conversion is successful and *res is set to the
       converted value, otherwise it returns -EINVAL and *res is set to 0.

       simple_strtoull just ignores the successive invalid characters and
       return the converted value of prefix part of the string.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013		    STRICT_STRTOULL(9)
[top]

List of man pages available for Scientific

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