HomeSort by relevance Sort by last modified time
    Searched refs:physical_Write (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
physical.h 158 extern ssize_t physical_Write(struct physical *, const void *, size_t);
prompt.c 252 if (physical_Write(p->TermMode->physical, &ch, n) < 0) {
292 if (physical_Write(p->TermMode->physical, &ch, n) < 0) {
physical.c 420 nw = physical_Write(p, MBUF_CTOP(p->out), p->out->m_len);
841 physical_Write(struct physical *p, const void *buf, size_t nbytes)
chat.c 520 wrote = physical_Write(c->physical, c->argptr, c->arglen);

Completed in 223 milliseconds