Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/lpd/
Dproc.c49 struct m_out { struct
57 } m_out; member
338 p->m_out.pos = 0; in m_create()
339 p->m_out.type = type; in m_create()
340 p->m_out.peerid = peerid; in m_create()
341 p->m_out.pid = pid; in m_create()
342 p->m_out.fd = fd; in m_create()
348 if (imsg_compose(&p->imsgbuf, p->m_out.type, p->m_out.peerid, in m_close()
349 p->m_out.pid, p->m_out.fd, p->m_out.buf, p->m_out.pos) == -1) in m_close()
361 if (p->m_out.pos + len + IMSG_HEADER_SIZE > MAX_IMSGSIZE) in m_add()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp4268 Application(FILE *in, FILE *out) : m_window_sp(), m_in(in), m_out(out) {} in Application()
4280 m_screen = ::newterm(nullptr, m_out, m_in); in Initialize()
4478 FILE *m_out; member in curses::Application