函数逻辑报告 |
Source Code:lib\string.c |
Create Date:2022-07-27 06:59:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__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().
函数原型:int __sysfs_match_string(const char *const *array, size_t n, const char *str)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char *const * | array | |
size_t | n | |
const char * | str |
727 | 返回:负EINVAL |
名称 | 描述 |
---|---|
energy_perf_bias_store |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |