Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h203 #define SEEK_ABS 0 /* lseek absolute */ macro
H A Dcpio.c1492 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()