Function report |
Source Code:security\tomoyo\condition.c |
Create Date:2022-07-28 19:38:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static bool tomoyo_parse_name_union_quoted(struct tomoyo_acl_param *param, struct tomoyo_name_union *ptr)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct tomoyo_acl_param * | param | |
struct tomoyo_name_union * | ptr |
284 | If filename == '@' Then Return tomoyo_parse_name_union(param, ptr) |
286 | Either @filename or @group is NULL. = 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. |
287 | Return Either @filename or @group is NULL. != NULL |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |