函数逻辑报告 |
Source Code:security\tomoyo\condition.c |
Create Date:2022-07-27 21:07:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_parse_argv - Parse an argv[] condition part.*@left: Lefthand value.*@right: Righthand value.*@argv: Pointer to "struct tomoyo_argv".* Returns true on success, false otherwise.
函数原型:static bool tomoyo_parse_argv(char *left, char *right, struct tomoyo_argv *argv)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | left | |
char * | right | |
struct tomoyo_argv * | argv |
302 | 如果tomoyo_parse_ulong( & index, & left)不等于TOMOYO_VALUE_TYPE_DECIMAL或left自加不等于']'或left则返回:false |
305 | value等于moyo_get_dqword - tomoyo_get_name() for a quoted string.*@start: String to save.* Returns pointer to "struct tomoyo_path_info" on success, NULL otherwise. |
306 | 返回:value != NULL |
名称 | 描述 |
---|---|
tomoyo_get_condition | moyo_get_condition - Parse condition part.*@param: Pointer to "struct tomoyo_acl_param".* Returns pointer to "struct tomoyo_condition" on success, NULL otherwise. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |