Searched refs:A_HDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dapple.c638 memset(hp, 0, A_HDR_SIZE);
648 num = fread(hp, 1, A_HDR_SIZE, fp);
652 if (num == A_HDR_SIZE && ((ret == TYPE_NETA) ||
766 if (p_num < A_HDR_SIZE ||
773 if (p_num < (A_HDR_SIZE + nentries*A_ENTRY_SIZE))
779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE);
H A Dapple.h219 #define A_HDR_SIZE 26 macro

Completed in 88 milliseconds