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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c80 #define ISSET(opt) (sp->fts_options & (opt)) macro
83 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
151 if (ISSET(FTS_LOGICAL))
178 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW));
221 if (!ISSET(FTS_NOCHDIR) &&
289 if (!ISSET(FTS_NOCHDIR)) {
325 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
350 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
365 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
377 if (sp->fts_child != NULL && ISSET(FTS_NAMEONL
[all...]
H A Dfts.c70 #define ISSET(opt) (sp->fts_options & (opt)) macro
73 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
146 if (ISSET(FTS_LOGICAL))
173 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW));
216 if (!ISSET(FTS_NOCHDIR) &&
284 if (!ISSET(FTS_NOCHDIR)) {
320 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
345 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
360 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
372 if (sp->fts_child != NULL && ISSET(FTS_NAMEONL
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c820 if (!ISSET(flags, PFSYNC_SI_IOCTL))
829 if (!ISSET(flags, PFSYNC_SI_IOCTL)) {
831 if (ISSET(st->state_flags, PFSTATE_ACK)) {
1152 if (ISSET(st->state_flags, PFSTATE_ACK))
1256 if (ISSET(st->state_flags, PFSTATE_ACK))
1363 if (ISSET(st->state_flags, PFSTATE_ACK))
1448 if (ISSET(st->state_flags, PFSTATE_NOSYNC))
2183 if (!ISSET(m->m_flags, M_EXT)) {
2376 if (ISSET(st->rule.ptr->rule_flag, PFRULE_NOSYNC) ||
2382 if (sc == NULL || ISSET(s
[all...]
H A Dpfvar.h984 #define ISSET(t, f) ((t) & (f)) macro
H A Dpf.c3785 if (*sm != NULL && !ISSET((*sm)->state_flags, PFSTATE_NOSYNC) &&
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c252 #define ISSET(t, f) ((t) & (f)) macro

Completed in 234 milliseconds