Function report |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-28 11:40:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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:
Proto:static int kdbgetulenv(const char *match, unsigned long *value)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | match | |
unsigned long * | value |
296 | If Not ep Then Return KDB_NOTENV |
298 | If strlen - Find the length of a string*@s: The string to be sized == 0 Then Return KDB_NOENVVALUE |
303 | Return 0 |
Name | Describe |
---|---|
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 |
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 |