Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmulti.c329 unsigned char * tt_buf; in FDECL2() local
505 tt_buf = (unsigned char *) e_malloc(tt_size); in FDECL2()
506 readsecs(tt_extent, tt_buf, tt_size/SECTOR_SIZE); in FDECL2()
512 cpnt = tt_buf; in FDECL2()
513 cpnt1 = tt_buf; in FDECL2()
514 while( cpnt - tt_buf < tt_size ) in FDECL2()
543 free(tt_buf); in FDECL2()