Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dfts.c65 #define ISSET(opt) (sp->fts_options & (opt)) macro
68 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
99 if (ISSET(FTS_LOGICAL)) in __fts_open()
121 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1); in __fts_open()
166 if (!ISSET(FTS_NOCHDIR) && in __fts_open()
228 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd; in fts_close()
267 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
292 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read()
307 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()
319 if (sp->fts_child && ISSET(FTS_NAMEONLY)) { in fts_read()
[all …]
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) in __weak_alias() macro
140 #undef ISSET in __weak_alias()
161 #define ISSET(v, n) ((v)[n]) in __weak_alias() macro
Dengine.c840 if (ISSET(st, stopst) || p == stop) in fast()
855 if (ISSET(st, stopst)) in fast()
933 if (ISSET(st, stopst)) in slow()
1114 if (ISSET(st, i)) { in print()