Searched refs:send (Results 1 – 4 of 4) sorted by relevance
19 char *sbegin, *send; in strtok() local30 send = strpbrk( sbegin, ct); in strtok()31 if (send && *send != '\0') in strtok()32 *send++ = '\0'; in strtok()33 ___strtok = send; in strtok()
22 s.send(b"what what");
138 send data from(q->payload, q->len);
358 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
Completed in 5 milliseconds