函数逻辑报告 |
Source Code:security\tomoyo\condition.c |
Create Date:2022-07-27 21:07:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static const struct tomoyo_path_info *tomoyo_get_dqword(char *start)
返回类型:struct tomoyo_path_info
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | start |
265 | cp等于'\0' |
266 | 如果start且非tomoyo_correct_word(start)则返回:NULL |
268 | 返回:tomoyo_get_name(start) |
名称 | 描述 |
---|---|
tomoyo_parse_name_union_quoted | moyo_parse_name_union_quoted - Parse a quoted word.*@param: Pointer to "struct tomoyo_acl_param".*@ptr: Pointer to "struct tomoyo_name_union".* Returns true on success, false otherwise. |
tomoyo_parse_argv | 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. |
tomoyo_parse_envp | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |