Searched defs:ISSET (Results 1 – 2 of 2) sorted by relevance
114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) in __weak_alias() macro161 #define ISSET(v, n) ((v)[n]) in __weak_alias() macro
63 #define ISSET(opt) (sp->fts_options & (opt)) macro