Function report |
Source Code:kernel\sysctl.c |
Create Date:2022-07-28 09:11:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strtoul_lenient - parse an ASCII formatted integer from a buffer and only* fail on overflow*@cp: kernel buffer containing the string to parse*@endp: pointer to store the trailing characters*@base: the base to use*@res: where the parsed integer will be
Proto:static int strtoul_lenient(const char *cp, char **endp, unsigned int base, unsigned long *res)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | cp | |
char ** | endp | |
unsigned int | base | |
unsigned long * | res |
2168 | cp = _parse_integer_fixup_radix(cp, & base) |
2170 | If rv & KSTRTOX_OVERFLOW || result != result Then Return -ERANGE |
2179 | Return 0 |
Name | Describe |
---|---|
proc_get_long | proc_get_long - reads an ASCII formatted integer from a user buffer*@buf: a kernel buffer*@size: size of the kernel buffer*@val: this is where the number will be stored*@neg: set to %TRUE if number is negative*@perm_tr: a vector which contains the allowed |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |