HomeSort by: relevance | last modified time | path
    Searched refs:tboff (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/faithd/
tcp.c 57 static ssize_t tblen, tboff; variable
168 for (; tboff < tblen; tboff += cc) {
169 cc = write(s_snd, tcpbuf + tboff, (size_t)(tblen - tboff));
182 tblen = 0; tboff = 0;
265 tboff = 0;
  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 1355 unsigned int tboff; local
1359 tboff = bfd_get_32 (abfd, text + off);
1362 tboff, text_start + i - tboff);
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 1355 unsigned int tboff; local
1359 tboff = bfd_get_32 (abfd, text + off);
1362 tboff, text_start + i - tboff);

Completed in 33 milliseconds