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

/freebsd-10.0-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))
174 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW));
217 if (!ISSET(FTS_NOCHDIR) &&
282 if (!ISSET(FTS_NOCHDIR)) {
317 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
342 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
357 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
369 if (sp->fts_child != NULL && ISSET(FTS_NAMEONL
[all...]
/freebsd-10.0-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.0-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.0-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.0-release/sys/arm/sa11x0/
H A Duart_dev_sa1110.c120 if (ISSET(sr0, SR0_RBB))
122 if (ISSET(sr0, SR0_REB))
214 if (ISSET(sr0, SR0_RBB))
216 if (ISSET(sr0, SR0_REB))
H A Duart_dev_sa1110.h82 #define ISSET(a, b) ((a) & (b)) macro
/freebsd-10.0-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.c852 if (ISSET(st, stopst) || p == stop || clen > stop - p)
867 if (ISSET(st, stopst))
955 if (ISSET(st, stopst))
1126 if (ISSET(st, i)) {
/freebsd-10.0-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.0-release/libexec/getty/
H A Dsubr.c252 #define ISSET(t, f) ((t) & (f)) macro

Completed in 160 milliseconds