Searched refs:last (Results 1 – 13 of 13) sorted by relevance
| /lib/libc/ |
| D | string.c | 122 strtok_r(char *str, const char *delim, char **last) in strtok_r() argument 127 str = *last; in strtok_r() 150 *last = str; in strtok_r() 158 static char *last; in strtok() local 160 return strtok_r(str, delim, &last); in strtok()
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 77 int first, last; member 165 mbox->first = mbox->last = 0; in sys_mbox_new() 206 if ((mbox->last + 1) >= (mbox->first + SYS_MBOX_SIZE)) { in sys_mbox_trypost() 211 mbox->msgs[mbox->last % SYS_MBOX_SIZE] = msg; in sys_mbox_trypost() 213 if (mbox->last == mbox->first) { in sys_mbox_trypost() 219 mbox->last++; in sys_mbox_trypost() 242 while ((mbox->last + 1) >= (mbox->first + SYS_MBOX_SIZE)) { in sys_mbox_post() 250 mbox->msgs[mbox->last % SYS_MBOX_SIZE] = msg; in sys_mbox_post() 252 if (mbox->last == mbox->first) { in sys_mbox_post() 258 mbox->last++; in sys_mbox_post() [all …]
|
| /include/ |
| D | stdarg.h | 9 #define va_start(ap, last) \ argument 10 __builtin_va_start((ap), (last))
|
| D | string.h | 22 char *strtok_r(char *str, const char *delim, char **last);
|
| /sys/kern/ |
| D | libc.c | 24 strtok_r(char *str, const char *delim, char **last) in strtok_r() argument 29 str = *last; in strtok_r() 52 *last = str; in strtok_r()
|
| D | debug.c | 252 char *nextArg, *last; in Debug_Prompt() local 269 nextArg = strtok_r(buf, " \t\r\n", &last); in Debug_Prompt() 275 nextArg = strtok_r(NULL, " \t\r\n", &last); in Debug_Prompt()
|
| /lib/liblwip/src/core/ |
| D | netif.c | 615 struct pbuf *last; in netif_loop_output() local 666 for (last = r; last->next != NULL; last = last->next); in netif_loop_output() 672 netif->loop_last = last; in netif_loop_output() 675 netif->loop_last = last; in netif_loop_output()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 683 u16_t last; in ip_frag() local 723 last = (left <= mtu - IP_HLEN); in ip_frag() 727 if (!last) { in ip_frag() 732 cop = last ? left : nfb * 8; in ip_frag() 817 if (last) { in ip_frag()
|
| /lib/liblwip/doc/ |
| D | savannah.txt | 82 Merge all changes in DEVEL since our last merge to main:
|
| D | rawapi.txt | 200 the PSH flag is set in the last segment created by this call to tcp_write. 221 amount bytes that was acknowledged by the last acknowledgment.
|
| /sys/amd64/ |
| D | kernel.lds | 122 end of ctors marker and it must be last */
|
| /lib/liblwip/ |
| D | CHANGELOG | 228 the last packet including FIN can lose data 292 sending an ARP request when an ARP entry is used in the last minute before 1311 * inet.c: patch #6765: Fix a small problem with the last changes (incorrect 1582 set of variables (=0) or a local one (=1). In this last case, your port should 2135 * tcp.c, tcp_in.c: fix bug #21699 (segment leak in ooseq processing when last 2342 LWIP_TCPIP_CORE_LOCKING, and do some changes to be coherent with last modifications 2472 * sockets.c: Fix ioctl FIONREAD when some data remains from last recv. 2618 errno is set inside of get_socket(). Move last sock_set_errno() inside 3202 last segment in a burst.
|
| /docs/ |
| D | Doxyfile | 1323 # Note: The order of the extra style sheet files is of importance (e.g. the last 1390 # to YES can help to show when doxygen was last run and thus if the 1986 # last chapter. If it is left blank doxygen will generate a standard footer. See 2000 # Note: The order of the extra style sheet files is of importance (e.g. the last
|