Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dapple.c638 memset(hp, 0, A_HDR_SIZE); in get_dbl_info()
648 num = fread(hp, 1, A_HDR_SIZE, fp); in get_dbl_info()
652 if (num == A_HDR_SIZE && ((ret == TYPE_NETA) || in get_dbl_info()
766 if (p_num < A_HDR_SIZE || in get_sgl_info()
773 if (p_num < (A_HDR_SIZE + nentries*A_ENTRY_SIZE)) in get_sgl_info()
779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE); in get_sgl_info()
Dapple.h233 #define A_HDR_SIZE 26 macro