Searched defs:F_ISSET (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/nvi/common/
H A Dutil.h26 #define F_ISSET(p, f) FL_ISSET((p)->flags, f) macro
H A Doptions.c780 if LF_ISSET(OS_DEF) function
[all...]
/freebsd-10.0-release/lib/libc/db/btree/
H A Dbtree.h39 #define F_ISSET(p, f) ((p)->flags & (f)) macro

Completed in 92 milliseconds