Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strnstr - Find the first substring in a length-limited string*@s1: The string to be searched*@s2: The string to search for*@len: the maximum number of characters to search
Proto:char *strnstr(const char *s1, const char *s2, size_t len)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s1 | |
const char * | s2 | |
size_t | len |
982 | Return NULL |
Name | Describe |
---|---|
__lookupn_profile | __lookupn_profile - lookup the profile matching @hname*@base: base list to start looking up profile name from (NOT NULL)*@hname: hierarchical profile name (NOT NULL)*@n: length of @hname* Requires: rcu_read_lock be held* Returns: unrefcounted profile |
__aa_lookupn_ns | __aa_lookupn_ns - lookup the namespace matching @hname*@base: base list to start looking up profile name from (NOT NULL)*@hname: hierarchical ns name (NOT NULL)*@n: length of @hname* Requires: rcu_read_lock be held* Returns: unrefcounted ns pointer or |
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 |