Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c63 #define ISSET(opt) (sp->fts_options & (opt)) macro
66 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
96 if (ISSET(FTS_LOGICAL)) in fts_open()
124 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1); in fts_open()
167 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0) in fts_open()
227 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd; in fts_close()
266 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
291 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read()
305 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()
317 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()