Home
last modified time | relevance | path

Searched defs:ISSET (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) in __weak_alias() macro
161 #define ISSET(v, n) ((v)[n]) in __weak_alias() macro
/bionic/libc/bionic/
Dfts.c63 #define ISSET(opt) (sp->fts_options & (opt)) macro