Function report |
Source Code:lib\hexdump.c |
Create Date:2022-07-28 06:26:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hex_to_bin - convert a hex digit to its real value*@ch: ascii character represents hex digit* hex_to_bin() converts one hex digit to its actual value or -1 in case of bad* input.
Proto:int hex_to_bin(char ch)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char | ch |
32 | Return -1 |
Name | Describe |
---|---|
__uuid_parse | |
unescape_hex | |
hex2bin | hex2bin - convert an ascii hexadecimal string to its binary representation*@dst: binary result*@src: ascii hexadecimal string*@count: result length* Return 0 on success, -EINVAL in case of bad input. |
mac_pton | |
get_packet | scan for the sequence $# |
kgdb_hex2mem | Convert the hex array pointed to by buf into binary to be placed in* mem. Return a pointer to the character AFTER the last byte* written. May return an error. |
kgdb_hex2long | While we find nice hex chars, build a long_val.* Return number of chars processed. |
sel_write_create |
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 |