Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/less/
Dlsystem.c257 POSITION mpos, tpos, bpos; local
264 mpos = markpos(c);
265 if (mpos == NULL_POSITION)
274 else if (mpos <= tpos)
275 return (pipe_data(cmd, mpos, bpos));
279 return (pipe_data(cmd, tpos, mpos));
/freebsd-9-stable/bin/pax/
Dar_io.c724 off_t mpos; in ar_rdsync() local
774 mpos = fsbz - (cpos % (off_t)fsbz); in ar_rdsync()
775 if (lseek(arfd, mpos, SEEK_CUR) < 0) in ar_rdsync()
809 off_t mpos; in ar_fow() local
840 if ((mpos = cpos + sksz) > arsb.st_size) { in ar_fow()
842 mpos = arsb.st_size; in ar_fow()
845 if (lseek(arfd, mpos, SEEK_SET) >= 0) in ar_fow()