Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmulti.c331 int tt_size; in FDECL2() local
378 tt_size = 0; in FDECL2()
491 tt_size = isonum_733((unsigned char *)idr->size); in FDECL2()
503 if( tt_extent != 0 && tt_size != 0 ) in FDECL2()
505 tt_buf = (unsigned char *) e_malloc(tt_size); in FDECL2()
506 readsecs(tt_extent, tt_buf, tt_size/SECTOR_SIZE); in FDECL2()
514 while( cpnt - tt_buf < tt_size ) in FDECL2()