| Function report | 
| Source Code: security\tomoyo\condition.c | Create Date:2022-07-28 19:38:01 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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.
Proto:static const struct tomoyo_path_info *tomoyo_get_dqword(char *start)
Type:struct tomoyo_path_info
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | start | 
| 265 | cp = '\0' | 
| 266 | If start && Not tomoyo_correct_word(start) Then Return NULL | 
| 268 | Return tomoyo_get_name(start) | 
| Name | Describe | 
|---|---|
| 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. | 
| 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 |