| /components/libc/ |
| A D | posix-info.txt | 3 <ctype.h> 22 <fcntl.h> 38 <inttypes.h> 44 <locale.h> 48 <pthread.h> 119 <sched.h> 136 <setjmp.h> 160 <stdarg.h> 166 <stdio.h> 217 <stdlib.h> [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 685 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has 1220 * api.h api_msg.h netdb.h sockets.h: add missing #include directives 1525 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: 1557 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c, 1647 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, tcp.h, tcp_out.c: 1898 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h: 2025 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c, 2050 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h: 2308 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c, 2447 tcp.h to sockets.h. [all …]
|
| A D | UPGRADING | 45 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h: 47 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 50 * Separated timer implementation from sys.h/.c, moved to timers.h/.c; 61 * Added Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX to let sys.h use 101 in cc.h, e.g. used by igmp) 131 * Use macros defined in ip_addr.h to work with IP addresses
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 802 * dhcp.c, ip4.c/.h, ip6.c/.h, udp.c/.h, ip.h: Fixed bug #41787 DHCP Discovery 1641 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has 2176 * api.h api_msg.h netdb.h sockets.h: add missing #include directives 2481 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: 2513 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c, 2854 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h: 2981 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c, 3006 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h: 3264 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c, 3403 tcp.h to sockets.h. [all …]
|
| A D | UPGRADING | 54 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv" 55 to let abc.h only contain the actual application programmer's API 65 in def.h (to be overridden in cc.h) instead of config 67 * New abstraction for hton* and ntoh* functions in def.h. 68 To override them, use the following in cc.h: 77 that share memp.c code but do not have to be made global via lwippools.h 144 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h: 146 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 149 * Separated timer implementation from sys.h/.c, moved to timers.h/.c; 200 in cc.h, e.g. used by igmp) [all …]
|
| /components/libc/posix/ |
| A D | readme.md | 8 - `#include <sys/time.h>` to instead of `#include <time.h>` 9 - `#include <sys/errno.h>` to instead of `#include <errno.h>` 10 - `#include <sys/signal.h>` to instead of `#include <signal.h>`
|
| A D | Kconfig | 21 bool "Enable I/O Multiplexing poll() <poll.h>" 26 bool "Enable I/O Multiplexing select() <sys/select.h>" 32 bool "Enable I/O event eventfd <sys/eventfd.h>" 39 bool "Enable I/O Multiplexing epoll <sys/epoll.h>" 44 bool "Enable Signalfd <sys/signalfd.h>" 57 bool "Enable I/O timerfd <sys/timerfd.h>" 62 bool "Enable BSD Socket I/O <sys/socket.h> <netdb.h>" 68 bool "Enable Terminal I/O <termios.h>" 73 bool "Enable Asynchronous I/O <aio.h>" 77 bool "Enable Memory-Mapped I/O <sys/mman.h>"
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1055 * dhcp.c, ip4.c/.h, ip6.c/.h, udp.c/.h, ip.h: Fixed bug #41787 DHCP Discovery 1894 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has 2429 * api.h api_msg.h netdb.h sockets.h: add missing #include directives 2734 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: 2766 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c, 3107 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h: 3234 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c, 3259 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h: 3517 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c, 3656 tcp.h to sockets.h. [all …]
|
| A D | UPGRADING | 37 and ip6_zone.h for more documentation) 89 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv" 90 to let abc.h only contain the actual application programmer's API 100 in def.h (to be overridden in cc.h) instead of config 102 * New abstraction for hton* and ntoh* functions in def.h. 103 To override them, use the following in cc.h: 179 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h: 181 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 184 * Separated timer implementation from sys.h/.c, moved to timers.h/.c; 235 in cc.h, e.g. used by igmp) [all …]
|
| /components/libc/cplusplus/cpp11/armclang/ |
| A D | condvar.cpp | 22 h = rt_sem_create("semxh", 0, RT_IPC_FLAG_PRIO); in arm_tpl_cv() 23 if (h == nullptr) in arm_tpl_cv() 32 rt_sem_delete(h); in arm_tpl_cv() 40 rt_sem_delete(h); in ~arm_tpl_cv() 53 while (rt_sem_take(h, ARM_TPL_MAX_DELAY) != 0); in wait() 70 if (rt_sem_take(h, rt_tick_from_millisecond(timeout_ms)) != 0) in timedwait() 73 if (rt_sem_take(h, 0) != 0) in timedwait() 93 rt_sem_release(h); in signal() 104 rt_sem_release(h); in broadcast()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | netdb.c | 166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local 196 h = (struct gethostbyname_r_helper*)LWIP_MEM_ALIGN(buf); in lwip_gethostbyname_r() 197 hostname = ((char*)h) + sizeof(struct gethostbyname_r_helper); in lwip_gethostbyname_r() 200 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r() 212 h->addr_list[0] = &h->addr; in lwip_gethostbyname_r() 213 h->addr_list[1] = NULL; in lwip_gethostbyname_r() 214 h->aliases = NULL; in lwip_gethostbyname_r() 216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r() 219 ret->h_addr_list = (char**)&h->addr_list; in lwip_gethostbyname_r()
|
| A D | tcpip.c | 123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() argument 259 msg->msg.tmo.h = h; in tcpip_timeout() 276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout() argument 287 msg->msg.tmo.h = h; in tcpip_untimeout()
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | netdb.c | 166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local 196 h = (struct gethostbyname_r_helper*)LWIP_MEM_ALIGN(buf); in lwip_gethostbyname_r() 197 hostname = ((char*)h) + sizeof(struct gethostbyname_r_helper); in lwip_gethostbyname_r() 200 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r() 212 h->addr_list[0] = &h->addr; in lwip_gethostbyname_r() 213 h->addr_list[1] = NULL; in lwip_gethostbyname_r() 214 h->aliases = NULL; in lwip_gethostbyname_r() 216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r() 219 ret->h_addr_list = (char**)&h->addr_list; in lwip_gethostbyname_r()
|
| A D | tcpip.c | 132 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 137 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 269 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() argument 282 msg->msg.tmo.h = h; in tcpip_timeout() 296 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout() argument 308 msg->msg.tmo.h = h; in tcpip_untimeout()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netdb.c | 166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local 196 h = (struct gethostbyname_r_helper *)LWIP_MEM_ALIGN(buf); in lwip_gethostbyname_r() 197 hostname = ((char *)h) + sizeof(struct gethostbyname_r_helper); in lwip_gethostbyname_r() 200 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r() 212 h->addr_list[0] = &h->addr; in lwip_gethostbyname_r() 213 h->addr_list[1] = NULL; in lwip_gethostbyname_r() 214 h->aliases = NULL; in lwip_gethostbyname_r() 216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r() 219 ret->h_addr_list = (char **)&h->addr_list; in lwip_gethostbyname_r()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | .ignore_format.yml | 6 - diskio.h 8 - ff.h 9 - ffconf.h
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | .ignore_format.yml | 6 - diskio.h 8 - ff.h 9 - ffconf.h
|
| A D | 00readme.txt | 9 ffconf.h Configuration file of FatFs module. 10 ff.h Common include file for FatFs and application module. 11 diskio.h Common include file for FatFs and disk I/O module.
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | memp.c | 185 struct memp *t, *h; in memp_sanity() local 190 for (h = t->next; (t != NULL) && (h != NULL); t = t->next, in memp_sanity() 191 h = (((h->next != NULL) && (h->next->next != NULL)) ? h->next->next : NULL)) { in memp_sanity() 192 if (t == h) { in memp_sanity()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | memp.c | 103 struct memp *t, *h; in memp_sanity() local 107 for (h = t->next; (t != NULL) && (h != NULL); t = t->next, in memp_sanity() 108 h = ((h->next != NULL) ? h->next->next : NULL)) { in memp_sanity() 109 if (t == h) { in memp_sanity()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
| /components/libc/compilers/common/include/sys/ |
| A D | utsname.h | 22 #include_next <sys/utsname.h> 27 #include_next <sys/utsname.h>
|
| A D | statfs.h | 24 #include_next <sys/statfs.h> 29 #include_next <sys/statfs.h>
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | memp.c | 103 struct memp *t, *h; in memp_sanity() local 107 for (h = t->next; (t != NULL) && (h != NULL); t = t->next, in memp_sanity() 108 h = ((h->next != NULL) ? h->next->next : NULL)) { in memp_sanity() 109 if (t == h) { in memp_sanity()
|