函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-27 12:44:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdbgetenv - This function will return the character string value of* an environment variable.* Parameters:* match A character string representing an environment variable.* Returns:* NULL No environment variable matches 'match'
函数原型:char *kdbgetenv(const char *match)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | match |
231 | ep等于Initial environment |
238 | 如果非e则继续下一循环 |
248 | 返回:NULL |
名称 | 描述 |
---|---|
vkdb_printf | |
kdbgetulenv | kdbgetulenv - This function will return the value of an unsigned* long-valued environment variable.* Parameters:* match A character string representing a numeric value* Outputs:* *value the unsigned long represntation of the env variable 'match'* Returns: |
kdb_local | kdb_local - The main code for kdb |
kdb_task_state_string |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |