Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dwrite.c135 void FDECL4(xfwrite, void *, buffer, int, count, int, size, FILE *, file) in FDECL4() argument
275 xfwrite(buffer, 1, use, outfile); in FDECL4()
310 xfwrite(dwpnt->table, 1, ROUND_UP(dwpnt->size), outfile); in FDECL1()
340 xfwrite(blk, 1, SECTOR_SIZE, outfile); in FDECL1()
970 xfwrite(directory_buffer, 1, total_size, outfile); in FDECL2()
981 xfwrite(ce_buffer, 1, ce_size, outfile); in FDECL2()
1191 xfwrite(buffer, 1, sizeof(buffer), outfile); in FDECL1()
1242 xfwrite(hce->hfs_ce, hce->hfs_tot_size, HFS_BLOCKSZ, outfile); in FDECL1()
1246 xfwrite(buffer, 1, H_ROUND_UP(hce->hfs_tot_size) - hce->hfs_tot_size*HFS_BLOCKSZ, outfile); in FDECL1()
1409 xfwrite(&vol_desc, 1, 2048, outfile); in FDECL1()
[all …]
Djoliet.c694 xfwrite(directory_buffer, 1, total_size, outfile); in FDECL2()
1003 xfwrite(jpath_table_l, 1, jpath_blocks << 11, outfile); in FDECL1()
1004 xfwrite(jpath_table_m, 1, jpath_blocks << 11, outfile); in FDECL1()
1053 xfwrite(&jvol_desc, 1, 2048, outfile); in FDECL1()
Deltorito.c349 xfwrite(&gboot_desc, 1, 2048, outfile); in FDECL1()
Dmkisofs.h369 extern void DECL(xfwrite, (void * buffer, int count, int size, FILE * file));
DChangeLog279 * write.c: Fix definition of xfwrite (Use FDECL4)
435 * write.c (xfwrite): New function - wrapper for fwrite,