Searched refs:tboff (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/faithd/
H A Dtcp.c57 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;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c1355 unsigned int tboff; local
1359 tboff = bfd_get_32 (abfd, text + off);
1362 tboff, text_start + i - tboff);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c1354 unsigned int tboff; local
1358 tboff = bfd_get_32 (abfd, text + off);
1361 tboff, text_start + i - tboff);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c1355 unsigned int tboff; local
1359 tboff = bfd_get_32 (abfd, text + off);
1362 tboff, text_start + i - tboff);

Completed in 108 milliseconds