Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h234 #define A_ENTRY_SIZE sizeof(a_entry) macro
H A Dapple.c658 if(fread(hp->entries, A_ENTRY_SIZE, nentries, fp) < 1) { in get_dbl_info()
773 if (p_num < (A_HDR_SIZE + nentries*A_ENTRY_SIZE)) in get_sgl_info()
777 entries = (a_entry *)e_malloc(nentries*A_ENTRY_SIZE); in get_sgl_info()
779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE); in get_sgl_info()