Searched defs:ret (Results 1 – 14 of 14) sorted by relevance
/tests/ |
D | writetest.c | 26 int ret; in write() local 62 int ret; in read() local
|
/lib/libc/ |
D | printf.c | 214 int ret; in printf() local 226 int ret; in fprintf() local 258 int ret; in sprintf() local 277 int ret; in snprintf() local
|
/lib/liblwip/src/include/lwip/ |
D | tcp_impl.h | 195 #define TCP_EVENT_ACCEPT(pcb,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 197 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 199 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 201 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 203 #define TCP_EVENT_CONNECTED(pcb,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 205 #define TCP_EVENT_POLL(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
|
D | netdb.h | 111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
|
D | sys.h | 315 #define SYS_ARCH_GET(var, ret) do { \ argument
|
/lib/liblwip/src/core/ipv4/ |
D | icmp.c | 220 err_t ret; in icmp_input() local
|
/sys/kern/ |
D | printf.c | 212 int ret; in kprintf() local
|
/lib/liblwip/src/api/ |
D | netdb.c | 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r()
|
D | tcpip.c | 164 err_t ret; in tcpip_input() local
|
D | sockets.c | 2350 int ret = -1; local
|
/lib/liblwip/src/core/ |
D | mem.c | 81 void *ret; in mem_malloc() local
|
D | tcp.c | 687 err_t ret; in tcp_connect() local
|
/lib/liblwip/src/netif/ppp/ |
D | fsm.c | 597 int ret; in fsm_rconfnakrej() local
|
/lib/liblwip/test/unit/tcp/ |
D | test_tcp.c | 622 u16_t ret; in test_tcp_tx_full_window_lost() local
|