Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:match_string - matches given string in an array*@array: array of strings*@n: number of strings in the array or -1 for NULL terminated arrays*@string: string to match with* Return:* index of a @string in the @array if matches, or %-EINVAL otherwise.
Proto:int match_string(const char *const *array, size_t n, const char *string)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char *const * | array | |
size_t | n | |
const char * | string |
695 | If Not item Then Break |
701 | Return -EINVAL |
Name | Describe |
---|---|
parse_resource | |
trace_set_options | |
vmpressure_register_event | vmpressure_register_event() - Bind vmpressure notifications to an eventfd*@memcg: memcg that is interested in vmpressure notifications*@eventfd: eventfd context to link notifications with*@args: event arguments (pressure level threshold, optional mode)* |
param_set_mode | |
hash_setup |
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 |