Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Dfastfind.c362 fp->method = FF_gnu; in findopen()
476 fp->method = FF_gnu; in findopen()
479 fp->method = FF_gnu; in findopen()
529 j = fp->method == FF_old || fp->method == FF_gnu; in findopen()
578 …ode format does not support directory verification", path, fp->method == FF_gnu ? FF_gnu_magic : "… in findopen()
733 case FF_gnu: in findread()
985 case FF_gnu: in findwrite()
1101 case FF_gnu: in findsync()
H A Dfindlib.h39 #define FF_gnu 2 /* gnu 8 bit no bigram */ macro