Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:14 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ip4_addr_string_sa
Proto:static __attribute__((__noinline__)) char *ip4_addr_string_sa(char *buf, char *end, const struct sockaddr_in *sa, struct printf_spec spec, const char *fmt)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
char * | end | |
const struct sockaddr_in * | sa | |
struct printf_spec | spec | |
const char * | fmt |
1518 | bool have_p = false |
1524 | fmt++ |
1527 | Case fmt == 'p' |
1528 | have_p = true |
1529 | Break |
1530 | Case fmt == 'h' |
1531 | Case fmt == 'l' |
1532 | Case fmt == 'n' |
1533 | Case fmt == 'b' |
1539 | p = ip4_string(ip4_addr, addr, fmt4) |
1540 | If have_p Then |
1544 | p = '\0' |
1546 | Return Handle string from a well known address. |
Name | Describe |
---|---|
ip_addr_string |
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 |