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:__sysfs_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*@str: string to match with* Returns index of @str in the @array or -EINVAL, just like match_string().
Proto:int __sysfs_match_string(const char *const *array, size_t n, const char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char *const * | array | |
size_t | n | |
const char * | str |
721 | If Not item Then Break |
727 | Return -EINVAL |
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 |