Home
last modified time | relevance | path

Searched refs:HDRSIZ (Results 1 – 10 of 10) sorted by relevance

/original-bsd/usr.bin/uucp/uucico/
H A Dpk1.c160 if (pkcget(ifn, p, HDRSIZ-1) == SUCCESS)
301 if(write(pk->p_ofn, p, HDRSIZ) != HDRSIZ) {
310 iov[0].iov_len = HDRSIZ;
320 char buf[PKMAXBUF + HDRSIZ], *b;
322 for (i = 0, b = buf; i < HDRSIZ; i++)
327 if (write(pk->p_ofn, buf, pk->p_xsize + HDRSIZ)
328 != (HDRSIZ + pk->p_xsize)) {
H A Dpk.h18 #define HDRSIZ 6 /* Packet header size */ macro
/original-bsd/sys/vax/mdec/
H A Dtmboot.c19 .set HDRSIZ,040 /* size of file header for VAX */
H A Dhtboot.c20 .set HDRSIZ,040 /* size of file header for VAX */
H A Dtsboot.c19 .set HDRSIZ,040 /* size of file header for VAX */
H A Dutboot.c19 .set HDRSIZ,040 /* size of file header for VAX */
H A Dmtboot.c23 .set HDRSIZ,040 /* size of file header for VAX */
/original-bsd/sys/vax/stand/
H A Dup.c30 #define HDRSIZ 4 /* number of bytes in sector header */ macro
167 sectsiz += HDRSIZ;
H A Dhp.c32 #define HDRSIZ 4 /* number of bytes in sector header */ macro
194 sectsiz += HDRSIZ;
H A Dformat.c40 #define HDRSIZ 4 /* number of bytes in sector header */ macro