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

  /external/toybox/toys/pending/
telnet.c 32 int piac;
73 int wlen = write(TT.sfd, TT.iac, TT.piac);
76 TT.piac = 0;
84 if(TT.piac + len >= IACBUFSIZE) flush_iac();
86 for(;len > 0; TT.iac[TT.piac++] = (uint8_t)va_arg(va, int), len--);
95 if(TT.piac + len + 1 >= IACBUFSIZE) flush_iac();
96 strcpy(&TT.iac[TT.piac], str);
97 TT.piac += len+1;
321 if(TT.piac) flush_iac();
  /external/toybox/generated/
globals.h 839 int piac; member in struct:telnet_data

Completed in 52 milliseconds