函数逻辑报告 |
Source Code:kernel\sysctl.c |
Create Date:2022-07-27 10:10:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static int strtoul_lenient(const char *cp, char **endp, unsigned int base, unsigned long *res)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | cp | |
char ** | endp | |
unsigned int | base | |
unsigned long * | res |
2168 | cp等于_parse_integer_fixup_radix(cp, & base) |
2170 | 如果rv按位与KSTRTOX_OVERFLOW或result不等于result则返回:负ERANGE |
2179 | 返回:0 |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |