Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/RPC/
H A Drpc_server.h115 LIBC_INLINE static ::FILE *to_stream(uintptr_t f) { in to_stream() function
348 fread(data[id], 1, buffer->data[0], to_stream(buffer->data[1])); in handle_port_impl()
363 to_stream(buffer->data[1])); in handle_port_impl()
423 buffer->data[0] = feof(to_stream(buffer->data[0])); in handle_port_impl()
429 buffer->data[0] = ferror(to_stream(buffer->data[0])); in handle_port_impl()
435 clearerr(to_stream(buffer->data[0])); in handle_port_impl()
442 fseek(to_stream(buffer->data[0]), static_cast<long>(buffer->data[1]), in handle_port_impl()
449 buffer->data[0] = ftell(to_stream(buffer->data[0])); in handle_port_impl()
455 buffer->data[0] = fflush(to_stream(buffer->data[0])); in handle_port_impl()
462 ungetc(static_cast<int>(buffer->data[0]), to_stream(buffer->data[1])); in handle_port_impl()