Searched refs:ISSET (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fts.c | 73 #define ISSET(opt) (sp->fts_options & (opt)) macro 76 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) 111 if (ISSET(FTS_LOGICAL)) in fts_open() 133 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1); in fts_open() 175 if (!ISSET(FTS_NOCHDIR) && in fts_open() 237 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd; in fts_close() 275 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read() 300 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read() 315 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read() 327 if (sp->fts_child && ISSET(FTS_NAMEONLY)) { in fts_read() [all …]
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regexec.c | 94 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 124 #undef ISSET 148 #define ISSET(v, n) ((v)[n]) macro
|
H A D | engine.c | 869 if (ISSET(st, stopst)) { in walk() 894 if (ISSET(st, stopst)) in walk() 1036 if (ISSET(st, i)) { in print()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
|