Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDlsystem.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));
/NextBSD/bin/pax/
HDar_io.c723 off_t mpos; in ar_rdsync() local
773 mpos = fsbz - (cpos % (off_t)fsbz); in ar_rdsync()
774 if (lseek(arfd, mpos, SEEK_CUR) < 0) in ar_rdsync()
808 off_t mpos; in ar_fow() local
839 if ((mpos = cpos + sksz) > arsb.st_size) { in ar_fow()
841 mpos = arsb.st_size; in ar_fow()
844 if (lseek(arfd, mpos, SEEK_SET) >= 0) in ar_fow()