函数逻辑报告 | 
Source Code:security\tomoyo\condition.c | 
Create Date:2022-07-27 21:07:13 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:moyo_parse_envp - Parse an envp[] condition part.*@left: Lefthand value.*@right: Righthand value.*@envp: Pointer to "struct tomoyo_envp".* Returns true on success, false otherwise.
函数原型:static bool tomoyo_parse_envp(char *left, char *right, struct tomoyo_envp *envp)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| char * | left | |
| char * | right | |
| struct tomoyo_envp * | envp | 
| 327 | cp等于'\0' | 
| 328 | 如果非tomoyo_correct_word(left)则转到:out | 
| 330 | name等于tomoyo_get_name(left) | 
| 333 | 如果非字符串比较则 | 
| 334 | value = NULL | 
| 335 | 否则 | 
| 336 | 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. | 
| 337 | 如果非value则 | 
| 344 | 返回:true | 
| 345 | out : | 
| 346 | 返回:false | 
| 名称 | 描述 | 
|---|---|
| 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 插件可实现:逻辑报告 代码生成和批量转换代码  |