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

/netbsd-current/external/bsd/nvi/dist/common/
H A Dutil.h27 #define F_ISSET(p, f) FL_ISSET((p)->flags, f) macro
H A Doptions.c818 if LF_ISSET(OS_DEF) function
[all...]
/netbsd-current/lib/libc/db/btree/
H A Dbtree.h44 #define F_ISSET(p, f) ((p)->flags & (f)) macro
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c605 #define F_ISSET(w, f) (((w) & (f)) == (f)) macro
[all...]

Completed in 201 milliseconds