Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.c775 struct output_fragment * opnt; in FDECL2() local
1654 for(opnt = out_list; opnt; opnt = opnt->of_next ) in FDECL2()
1656 if( opnt->of_size != NULL ) in FDECL2()
1658 (*opnt->of_size)(last_extent); in FDECL2()
1667 for(opnt = out_list; opnt; opnt = opnt->of_next ) in FDECL2()
1669 if( opnt->of_generate != NULL ) in FDECL2()
1671 (*opnt->of_generate)(); in FDECL2()
1684 for(opnt = out_list; opnt; opnt = opnt->of_next ) in FDECL2()
1686 if( opnt->of_write != NULL ) in FDECL2()
1688 (*opnt->of_write)(discimage); in FDECL2()