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

/ast/src/lib/libast/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.c24 * FF_dir FF_gnu with sfgetl/sfputl and trailing / on dirs (FF_dir_magic)
25 * FF_typ FF_dir with (mime) types (FF_typ_magic)
347 fp->method = FF_dir;
453 fp->method = FF_dir;
554 if (fp->method != FF_dir && fp->method != FF_typ)
708 case FF_dir:
939 if (type && fp->method == FF_dir)
1017 case FF_dir:
1079 case FF_dir:

Completed in 12 milliseconds