Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:11 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ip4_string
Proto:static __attribute__((__noinline__)) char *ip4_string(char *p, const u8 *addr, const char *fmt)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | p | |
const u8 * | addr | |
const char * | fmt |
1282 | leading_zeros = fmt[0] == 'i' |
1287 | Case fmt[2] == 'h' |
1296 | Case fmt[2] == 'l' |
1300 | Case fmt[2] == 'n' |
1301 | Case fmt[2] == 'b' |
1302 | Default |
1310 | If leading_zeros Then |
1323 | p = '\0' |
1325 | Return p |
Name | Describe |
---|---|
ip6_compressed_string | |
ip4_addr_string | |
ip4_addr_string_sa |
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 |