Home
last modified time | relevance | path

Searched refs:FF_OFF (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libast/common/misc/
H A Dfindlib.h50 #define FF_OFF 0016 macro
H A Dfastfind.c505 if ((fp->decode.peek = sfgetc(fp->fp)) != FF_OFF) in findopen()
806 fp->decode.count += c - FF_OFF; in findread()
999 sfprintf(fp->fp, "%ld", n - fp->encode.prefix + FF_OFF); in findwrite()
1178 if (z < 0 || z > 2 * FF_OFF) in findsync()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1410 fastfind: add findwrite(), fix findread() FF_OFF omission