函数逻辑报告 |
Source Code:security\tomoyo\util.c |
Create Date:2022-07-27 21:16:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_parse_ulong - Parse an "unsigned long" value.*@result: Pointer to "unsigned long".*@str: Pointer to string to parse.* Returns one of values in "enum tomoyo_value_type".* The @src is updated to point the first character after the value* on success.
函数原型:u8 tomoyo_parse_ulong(unsigned long *result, char **str)
返回类型:u8
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | result | |
char ** | str |
187 | base等于10 |
189 | 如果cp恒等于'0'则 |
200 | result等于转换字符串为无符号整形 |
201 | 如果cp恒等于ep则返回:TOMOYO_VALUE_TYPE_INVALID |
208 | 返回:TOMOYO_VALUE_TYPE_OCTAL |
209 | 默认 |
210 | 返回:TOMOYO_VALUE_TYPE_DECIMAL |
名称 | 描述 |
---|---|
tomoyo_parse_number_union | moyo_parse_number_union - Parse a tomoyo_number_union.*@param: Pointer to "struct tomoyo_acl_param".*@ptr: Pointer to "struct tomoyo_number_union".* Returns true on success, false otherwise. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |