函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-27 12:45:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:The "str" argument may point to something like | grep xyz
函数原型:static void parse_grep(const char *str)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str |
828 | 如果cp不等于'|'则返回 |
830 | cp自加 |
832 | cp自加 |
834 | kdb_printf("invalid 'pipe', see grephelp\n") |
835 | 返回 |
837 | cp加等于5 |
839 | cp自加 |
840 | cp2等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
844 | 如果len恒等于0则 |
845 | kdb_printf("invalid 'pipe', see grephelp\n") |
846 | 返回 |
849 | 如果cp恒等于'"'则 |
852 | cp自加 |
853 | cp2等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
854 | 如果非cp2则 |
855 | kdb_printf("invalid quoted string, see grephelp\n") |
856 | 返回 |
858 | cp2等于'\0' |
860 | kdb_grep_leading等于0 |
861 | 如果cp恒等于'^'则 |
862 | kdb_grep_leading等于1 |
863 | cp自加 |
866 | kdb_grep_trailing等于0 |
868 | kdb_grep_trailing等于1 |
872 | 如果非len则返回 |
874 | 如果len大于等于KDB_GREP_STRLEN则 |
875 | kdb_printf("search string too long\n") |
876 | 返回 |
878 | strcpy(kdb_grep_string, cp) |
879 | kdb_grepping_flag自加 |
880 | 返回 |
名称 | 描述 |
---|---|
kdb_parse |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |