函数逻辑报告 |
Source Code:arch\x86\boot\ctype.h |
Create Date:2022-07-27 08:25:23 |
Last Modify:2020-03-16 17:06:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:是十六进制数字
函数原型:static inline int isxdigit(int ch)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | ch |
12 | 如果是数字则返回:true |
名称 | 描述 |
---|---|
vsscanf | vsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments |
__bitmap_parse | __bitmap_parse - convert an ASCII hex string into a bitmap |
uuid_is_valid | d_is_valid - checks if a UUID string is valid*@uuid: UUID string to check* Description:* It checks if the UUID string is following the format:* xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx* where x is a hex digit.* Return: true if input is valid UUID string. |
_parse_integer_fixup_radix | |
mac_pton | |
simple_guess_base | |
simple_strtoull | 十六进制串转换为长整数 |
_parse_integer_fixup_radix | |
valid_ecryptfs_desc | valid_ecryptfs_desc - verify the description of a new/loaded encrypted key* The description of a encrypted key with format 'ecryptfs' must contain* exactly 16 hexadecimal characters. |
tomoyo_file_matches_pattern2 | moyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.*@filename: The start of string to check.*@filename_end: The end of string to check.*@pattern: The start of pattern to compare. |
scanarg | parses and copies one argument enclosed in del from *sp to *dp,* recognising the \x special.* returns pointer to the copied argument or NULL in case of an* error (and sets err) or null argument length. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |