Lines Matching refs:buf
1176 @deftypefun int inet_pton (int @var{af}, const char *@var{cp}, void *@var{buf})
1192 @var{buf} is a pointer to a buffer for the result. It is the caller's
1196 @deftypefun {const char *} inet_ntop (int @var{af}, const void *@var{cp}, char *@var{buf}, socklen_…
1211 pointer to the address to be converted. @var{buf} should be a pointer
1431 …@var{name}, struct hostent *restrict @var{result_buf}, char *restrict @var{buf}, size_t @var{bufle…
1507 pointer and the size of the buffer in the @var{buf} and @var{buflen}
1512 buffer passed as the @var{buf} parameter can be freed only once the caller
1555 …t @var{af}, struct hostent *restrict @var{result_buf}, char *restrict @var{buf}, size_t @var{bufle…
1573 …ar{format}, struct hostent *restrict @var{result_buf}, char *restrict @var{buf}, size_t @var{bufle…
2943 char *buf;
2968 char *buf = (char *) xmalloc (BUF_SZ);
2973 success = recv (socket, buf, BUF_SZ, MSG_OOB);
2979 link->buf = buf;
3000 success = read (socket, buf, BUF_SZ);
3008 link->buf = buf;