Searched refs:ISSET (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | fts.c | 59 #define ISSET(opt) (sp->fts_options & (opt)) macro 62 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) 92 if (ISSET(FTS_LOGICAL)) in fts_open() 120 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW)); in fts_open() 163 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0) in fts_open() 223 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd; in fts_close() 262 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read() 287 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read() 301 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read() 313 if (sp->fts_child && ISSET(FTS_NAMEONLY)) { in fts_read() [all …]
|
/bionic/libc/regex/ |
D | regexec.c | 61 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 87 #undef ISSET 108 #define ISSET(v, n) ((v)[n]) macro
|
D | engine.c | 731 if (ISSET(st, stopst) || p == stop) in fast() 746 if (ISSET(st, stopst)) in fast() 813 if (ISSET(st, stopst)) in slow() 966 if (ISSET(st, i)) { in print()
|