Function report |
Source Code:security\apparmor\include\lib.h |
Create Date:2022-07-28 19:48:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_strneq - compare null terminated @str to a non null terminated substring*@str: a null terminated string*@sub: a substring, not necessarily null terminated*@len: length of @sub to compare* The @str string must be full consumed for this to be considered
Proto:static inline bool aa_strneq(const char *str, const char *sub, int len)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
const char * | sub | |
int | len |
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 |