Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dfile.h35 int f_trunc(hfsfile *);
H A Dhfs.c1241 f_trunc(file) < 0) in hfs_setfork()
1455 if (f_trunc(file) < 0 ||
1804 if (f_trunc(&file) < 0)
1808 if (f_trunc(&file) < 0)
2047 if (f_trunc(file) < 0 ||
H A Dfile.c287 int f_trunc(hfsfile *file) in f_trunc() function