Function report |
Source Code:lib\kstrtox.c |
Create Date:2022-07-28 06:26:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kstrtoul_from_user
Proto:int kstrtoul_from_user(const char *s, size_t count, unsigned int base, unsigned long *res)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
size_t | count | |
unsigned int | base | |
unsigned long * | res |
403 | count = __builtin_choose_expr(((!!( size of 1 == 1 )) && ((sizeof(int) == size of *If 8 Then count * 0l Else 8 ) && (sizeof(int) == size of *If 8 Then ( size of buf - 1) * 0l Else 8 ))), ((count) < ( size of buf - 1) ? (count) : ( size of buf - 1)), ({typeof(count)__UNIQUE_ID___x = (count);typeof( size of buf - 1)__UNIQUE_ID___y = ( size of buf - 1);((__UNIQUE_ID___x) < (__UNIQUE_ID___y) ? (__UNIQUE_ID___x) : (__UNIQUE_ID___y));})) |
403 | If copy_from_user(buf, s, count) Then Return -EFAULT |
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 |