函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-27 12:44:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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:
函数原型:static int kdbgetulenv(const char *match, unsigned long *value)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | match | |
unsigned long * | value |
296 | 如果非ep则返回:KDB_NOTENV |
301 | value等于转换字符串为无符号整形 |
303 | 返回:0 |
名称 | 描述 |
---|---|
kdbgetintenv | kdbgetintenv - This function will return the value of an* integer-valued environment variable |
kdbgetaddrarg | kdbgetaddrarg - This function is responsible for parsing an* address-expression and returning the value of the expression,* symbol name, and offset to the caller |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |