Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
kstrtox.h File Reference

Go to the source code of this file.

Macros

#define KSTRTOX_OVERFLOW   (1U << 31)
 

Functions

const char_parse_integer_fixup_radix (const char *s, unsigned int *base)
 
unsigned int _parse_integer (const char *s, unsigned int base, unsigned long long *res)
 

Macro Definition Documentation

#define KSTRTOX_OVERFLOW   (1U << 31)

Definition at line 4 of file kstrtox.h.

Function Documentation

unsigned int _parse_integer ( const char s,
unsigned int  base,
unsigned long long res 
)

Definition at line 47 of file kstrtox.c.

const char* _parse_integer_fixup_radix ( const char s,
unsigned int base 
)

Definition at line 23 of file kstrtox.c.