Home
last modified time | relevance | path

Searched refs:last (Results 1 – 13 of 13) sorted by relevance

/lib/libc/
Dstring.c122 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/
Dsys_arch.c77 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/
Dstdarg.h9 #define va_start(ap, last) \ argument
10 __builtin_va_start((ap), (last))
Dstring.h22 char *strtok_r(char *str, const char *delim, char **last);
/sys/kern/
Dlibc.c24 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()
Ddebug.c252 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/
Dnetif.c615 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/
Dip_frag.c683 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/
Dsavannah.txt82 Merge all changes in DEVEL since our last merge to main:
Drawapi.txt200 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/
Dkernel.lds122 end of ctors marker and it must be last */
/lib/liblwip/
DCHANGELOG228 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/
DDoxyfile1323 # 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