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

  /external/qemu/
i386-dis.c 1571 static char *obufp; variable
    [all...]
  /external/ppp/pppd/
tty.c 981 u_char *ibufp, *obufp; local
1068 ibufp = obufp = NULL;
1155 obufp = outpacket_buf;
1156 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
1177 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1186 n = write(ofd, obufp, n);
1196 obufp += n;
    [all...]

Completed in 39 milliseconds