Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.c816 unsigned int ce_size; in FDECL2() local
829 ce_size = (dpnt->ce_bytes + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1); in FDECL2()
832 if(ce_size) in FDECL2()
834 ce_buffer = (char *) e_malloc(ce_size); in FDECL2()
835 memset(ce_buffer, 0, ce_size); in FDECL2()
901 if (!ce_size) in FDECL2()
974 if(ce_size) in FDECL2()
981 xfwrite(ce_buffer, 1, ce_size, outfile); in FDECL2()
982 last_extent_written += ce_size >> 11; in FDECL2()