Searched refs:crlf_add (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/kits/net/sock/
H A Dcrlf.c16 crlf_add(char *dst, int dstsize, const char *src, int lenin) function
22 err_quit("crlf_add: destination not big enough");
27 err_quit("crlf_add: destination not big enough");
H A Dlooptcp.c55 ntowrite = crlf_add(wbuf, writelen, rbuf, nread);
H A Dsock.h134 int crlf_add(char *, int, const char *, int);
H A Dloopudp.c79 ntowrite = crlf_add(wbuf, writelen, rbuf, nread);

Completed in 87 milliseconds