Searched refs:ISSET (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/lib/libc/gen/
H A Dfts-compat.c82 #define ISSET(opt) (sp->fts_options & (opt)) macro
85 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
153 if (ISSET(FTS_LOGICAL))
180 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW));
223 if (!ISSET(FTS_NOCHDIR) &&
291 if (!ISSET(FTS_NOCHDIR)) {
327 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
352 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
367 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
379 if (sp->fts_child != NULL && ISSET(FTS_NAMEONL
[all...]
H A Dfts.c72 #define ISSET(opt) (sp->fts_options & (opt)) macro
75 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
147 if (ISSET(FTS_LOGICAL))
170 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1);
213 if (!ISSET(FTS_NOCHDIR) &&
278 if (!ISSET(FTS_NOCHDIR)) {
313 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
338 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
353 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
365 if (sp->fts_child != NULL && ISSET(FTS_NAMEONL
[all...]
/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dfsi_analyze.c167 if (ISSET(mask, i))
184 if (ISSET(mp->m_mask, DM_EXPORTFS)) {
188 if (!ISSET(mp->m_mask, DM_VOLNAME))
204 if (ISSET(mp->m_mask, DM_VOLNAME) && !mp->m_exported) {
285 if (ISSET(mp2->m_mask, DM_VOLNAME)) {
325 if (ISSET(dp->d_mask, DF_FSTYPE)) {
331 if (!ISSET(dp->d_mask, DF_PASSNO)) {
343 if (!ISSET(dp->d_mask, DF_FREQ)) {
355 if (!ISSET(dp->d_mask, DF_OPTS))
361 if (!ISSET(d
[all...]
H A Dfsinfo.h133 #define ISSET(m,b) ((m) & (1<<(b))) macro
H A Dwr_fstab.c269 if (ISSET(hp->h_mask, HF_OS))
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
H A Dregengine.inc743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
/freebsd-10.2-release/contrib/nvi/regex/
H A Dregexec.c74 #define ISSET(v, n) ((v) & (1 << (n))) macro
100 #undef ISSET macro
121 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c769 if (ISSET(st, stopst) || p == stop)
784 if (ISSET(st, stopst))
858 if (ISSET(st, stopst))
1035 if (ISSET(st, i)) {
/freebsd-10.2-release/lib/libc/regex/
H A Dregexec.c103 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
132 #undef ISSET macro
155 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c847 if (ISSET(st, stopst) || p == stop || clen > stop - p)
862 if (ISSET(st, stopst))
950 if (ISSET(st, stopst))
1121 if (ISSET(st, i)) {
/freebsd-10.2-release/lib/libc/db/hash/
H A Dhash.h152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/freebsd-10.2-release/libexec/getty/
H A Dsubr.c234 #define ISSET(t, f) ((t) & (f)) macro

Completed in 188 milliseconds