Searched refs:ISSET (Results 1 – 3 of 3) sorted by relevance
60 #define ISSET(opt) (sp->fts_options & (opt)) macro63 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))94 if (ISSET(FTS_LOGICAL)) in __fts_open()116 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1); in __fts_open()161 if (!ISSET(FTS_NOCHDIR) && 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()302 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()314 if (sp->fts_child && ISSET(FTS_NAMEONLY)) { in fts_read()[all …]
122 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro151 #undef ISSET174 #define ISSET(v, n) ((v)[n]) macro
986 if (ISSET(st, stopst)) { in walk()1012 if (ISSET(st, stopst)) in walk()1197 if (ISSET(st, i)) { in print()