Searched refs:bseek (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.c77 return bseek(ap, pos, op, hard);
H A Dpax.h671 extern off_t bseek(Archive_t*, off_t, int, int);
H A Dbio.c733 bseek(register Archive_t* ap, off_t pos, int op, int hard) function
738 message((-8, "bseek(%s,%I*d,%d,%d)", ap->name, sizeof(pos), pos, op, hard));
H A Dformat.c98 if (bseek(ap, (off_t)0, SEEK_SET, 1))
H A Ddelta.c989 if (bseek(dp->bp, diff, SEEK_CUR, 0) < 0)

Completed in 22 milliseconds