Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 23 of 23) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfts.c134 if (ISSET(FTS_LOGICAL)) in fts_open()
203 if (!ISSET(FTS_NOCHDIR) && in fts_open()
383 if (ISSET(FTS_STOP)) in fts_read()
525 if (ISSET(FTS_STOP)) in fts_children()
558 ISSET(FTS_NOCHDIR)) in fts_children()
653 if (ISSET(FTS_WHITEOUT)) in fts_build()
677 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
691 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
858 if (ISSET(FTS_NOCHDIR)) in fts_build()
1040 if (ISSET(FTS_NOSTAT)) in fts_alloc()
[all …]
H A Dfts-compat11.c136 if (ISSET(FTS_LOGICAL)) in freebsd11_fts_open()
205 if (!ISSET(FTS_NOCHDIR) && in freebsd11_fts_open()
385 if (ISSET(FTS_STOP)) in freebsd11_fts_read()
527 if (ISSET(FTS_STOP)) in freebsd11_fts_children()
560 ISSET(FTS_NOCHDIR)) in freebsd11_fts_children()
655 if (ISSET(FTS_WHITEOUT)) in fts_build()
679 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
693 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
860 if (ISSET(FTS_NOCHDIR)) in fts_build()
1043 if (ISSET(FTS_NOSTAT)) in fts_alloc()
[all …]
H A Dfts-compat.c142 if (ISSET(FTS_LOGICAL)) in __fts_open_44bsd()
215 if (!ISSET(FTS_NOCHDIR) && in __fts_open_44bsd()
395 if (ISSET(FTS_STOP)) in __fts_read_44bsd()
533 if (ISSET(FTS_STOP)) in __fts_children_44bsd()
566 ISSET(FTS_NOCHDIR)) in __fts_children_44bsd()
656 if (ISSET(FTS_WHITEOUT)) in fts_build()
680 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
694 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
1052 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1060 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n]) macro
H A Dregengine.inc785 if (ISSET(st, stopst) || p == stop)
800 if (ISSET(st, stopst))
890 if (ISSET(st, stopst))
1043 if (ISSET(st, i)) {
/freebsd/contrib/nvi/regex/
H A Dregexec.c66 #define ISSET(v, n) ((v) & (1 << (n))) macro
92 #undef ISSET
113 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c740 if (ISSET(st, stopst) || p == stop) in fast()
755 if (ISSET(st, stopst)) in fast()
823 if (ISSET(st, stopst)) in slow()
982 if (ISSET(st, i)) { in print()
/freebsd/lib/libc/regex/
H A Dregexec.c97 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
126 #undef ISSET
149 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c945 if (ISSET(st, stopst)) { in walk()
971 if (ISSET(st, stopst)) in walk()
1148 if (ISSET(st, i)) { in print()
/freebsd/sys/kern/
H A Dkern_ubsan.c57 #define ISSET(x, y) ((x) & (y)) macro
88 #define ISSET(t, f) ((t) & (f)) macro
1237 if (ISSET(ubsan_flags, UBSAN_STDOUT)) { in Report()
1244 if (ISSET(ubsan_flags, UBSAN_STDERR)) { in Report()
1251 if (ISSET(ubsan_flags, UBSAN_SYSLOG)) { in Report()
1258 if (isFatal || ISSET(ubsan_flags, UBSAN_ABORT)) { in Report()
1285 return ISSET(siOldValue, ACK_REPORTED); in isAlreadyReported()
1353 ASSERT(ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT));
1380 ASSERT(!ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT));
1603 if (ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT)) {
[all …]
/freebsd/contrib/mandoc/
H A Dcompat_fts.c66 #define ISSET(opt) (sp->fts_options & (opt)) macro
231 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
245 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()
261 if (ISSET(FTS_STOP)) in fts_read()
/freebsd/lib/libc/db/hash/
H A Dhash.h151 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok26 ISSET
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok52 ISSET
/freebsd/sys/dev/rtsx/
H A Drtsx.c316 #define ISSET(t, f) ((t) & (f)) macro
2434 if (ISSET(cmd->flags, MMC_RSP_PRESENT)) {
2487 read = ISSET(cmd->data->flags, MMC_DATA_READ);
2754 int read = ISSET(cmd->data->flags, MMC_DATA_READ);
2815 read = ISSET(cmd->data->flags, MMC_DATA_READ);
2911 read = ISSET(cmd->data->flags, MMC_DATA_READ);
3460 if (!ISSET(sc->rtsx_flags, RTSX_F_CARD_PRESENT)) {
3467 !ISSET(sc->rtsx_flags, RTSX_F_SDIO_SUPPORT)) {
/freebsd/libexec/getty/
H A Dsubr.c228 #define ISSET(t, f) ((t) & (f)) macro
/freebsd/contrib/libdiff/test/
H A Dtest021.right.txt1162 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1187 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dtest117.left-P.txt1148 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1173 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dtest117.right-P.txt1162 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1187 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dtest122.right-P.txt1162 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1187 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dtest021.left.txt1233 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1266 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dtest122.left-P.txt1211 if (!ISSET(xs->flags, SCSI_DATA_IN)) {
1237 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {
H A Dexpect021.diff792 if (ISSET(xs->flags, SCSI_DATA_IN) && xs->error == XS_NOERROR) {