Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.c66 if (pylen) in f_getptrs()
67 *pylen = &file->cat.u.fil.filPyLen; in f_getptrs()
75 if (pylen) in f_getptrs()
76 *pylen = &file->cat.u.fil.filRPyLen; in f_getptrs()
156 unsigned long *pylen, clumpsz; in f_alloc() local
172 f_getptrs(file, 0, &pylen, &extrec); in f_alloc()
175 end = *pylen / vol->mdb.drAlBlkSiz; in f_alloc()
300 if (newpylen > *pylen) in f_trunc()
305 else if (newpylen == *pylen) in f_trunc()
308 dlen = (*pylen - newpylen) / alblksz; in f_trunc()
[all …]
H A Dhfs.c1304 unsigned long *lglen, *pylen, count; in hfs_write() local
1313 f_getptrs(file, &lglen, &pylen, 0); in hfs_write()
1337 if (file->pos + chunk > *pylen) in hfs_write()