Searched refs:FF_dir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h40 #define FF_dir 3 /* FF_gnu, dirs have trailing / */ macro
41 #define FF_typ 4 /* FF_dir with types */
H A Dfastfind.c45 * FF_dir FF_gnu with sfgetl/sfputl and trailing / on dirs (FF_dir_magic)
46 * FF_typ FF_dir with (mime) types (FF_typ_magic)
368 fp->method = FF_dir;
474 fp->method = FF_dir;
575 if (fp->method != FF_dir && fp->method != FF_typ)
729 case FF_dir:
960 if (type && fp->method == FF_dir)
1038 case FF_dir:
1100 case FF_dir:

Completed in 223 milliseconds