| /src/external/bsd/am-utils/dist/fsinfo/ |
| fsinfo.h | 131 #define ISSET(m,b) ((m) & (1<<(b)))
|
| /src/usr.sbin/lpr/lpd/ |
| ttcompat.c | 55 #define ISSET(t, f) ((t) & (f)) 69 if (ISSET(cflag, PARENB)) { 70 if (ISSET(iflag, INPCK)) { 71 if (ISSET(cflag, PARODD)) 78 if (ISSET(cflag, CSIZE) == CS8) { 79 if (!ISSET(iflag, ISTRIP)) 81 if (!ISSET(oflag, OPOST)) 85 if (!ISSET(lflag, ICANON)) { 87 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) | [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| var.h | 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) 89 #undef ISSET 110 #define ISSET(v, n) ((v)[n])
|
| /src/external/bsd/nvi/dist/regex/ |
| regexec.c | 78 #define ISSET(v, n) ((v) & (1 << (n))) 104 #undef ISSET 125 #define ISSET(v, n) ((v)[n])
|
| /src/lib/libc/regex/ |
| regexec.c | 122 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) 151 #undef ISSET 174 #define ISSET(v, n) ((v)[n])
|
| /src/libexec/getty/ |
| subr.c | 183 #define ISSET(t, f) ((t) & (f)) 376 if (ISSET(flags, TANDEM)) 380 if (ISSET(flags, ECHO)) 384 if (ISSET(flags, CRMOD)) { 391 if (ISSET(flags, XTABS)) 397 if (ISSET(flags, RAW)) { 404 if (ISSET(flags, CBREAK)) 408 switch (ISSET(flags, ANYP)) { 430 if (ISSET(flags, PRTERA)) 434 if (ISSET(flags, CRTERA) [all...] |
| /src/usr.bin/vndcompress/ |
| common.h | 83 #define ISSET(t, f) ((t) & (f))
|
| /src/external/bsd/mdocml/dist/ |
| compat_fts.c | 66 #define ISSET(opt) (sp->fts_options & (opt)) 231 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) 245 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { 261 if (ISSET(FTS_STOP))
|
| /src/lib/libc/gen/ |
| fts.c | 102 #define ISSET(opt) (sp->fts_options & (opt)) 105 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) 106 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) 142 if (ISSET(FTS_LOGICAL)) 170 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW)); 216 if (!ISSET(FTS_NOCHDIR)) { 292 if (!ISSET(FTS_NOCHDIR)) { 344 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) 369 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { 384 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) [all...] |
| /src/sbin/pppoectl/ |
| pppoectl.c | 70 #define ISSET(x, a) ((x) & (a)) 677 ISSET(ipcpst.opts, SPPP_IPCP_OPT_PRIMDNS), 678 ISSET(ipcpst.opts, SPPP_IPCP_OPT_SECDNS), 684 if (ISSET(ipv6cpst.opts, SPPP_IPV6CP_OPT_COMPRESSION)) 686 if (ISSET(ipv6cpst.opts, SPPP_IPV6CP_OPT_IFID)) {
|
| /src/sys/sys/ |
| types.h | 369 #define ISSET(t, f) ((t) & (f))
|
| /src/usr.sbin/iostat/ |
| iostat.c | 109 #define ISSET(x, a) ((x) & (a)) 288 if (!ISSET(todo, SHOW_CPU | SHOW_TTY | SHOW_STATS_ALL)) 290 if (ISSET(todo, SHOW_STATS_X)) { 294 if (ISSET(todo, SHOW_STATS_3)) { 298 if (ISSET(todo, SHOW_STATS_Y)) { 330 if (ISSET(todo, SHOW_CPU)) 332 if (ISSET(todo, SHOW_TTY)) 334 if (ISSET(todo, SHOW_STATS_2)) 336 if (ISSET(todo, SHOW_STATS_3)) 361 if (ISSET(todo, SHOW_STATS_X | SHOW_STATS_Y)) [all...] |
| /src/bin/ksh/ |
| table.h | 39 #define ISSET BIT(2) /* has value, vp->val.[si] */
|
| /src/lib/libc/db/hash/ |
| hash.h | 161 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1U<<((N)%BITS_PER_MAP)))
|
| /src/common/lib/libc/misc/ |
| ubsan.c | 78 #define ISSET(t, f) ((t) & (f)) 374 szLocation, ISSET(pData->mType->mTypeInfo, NUMBER_SIGNED_BIT) ? "signed" : "unsigned", szLHS, szOperation, szRHS, pData->mType->mTypeName); 725 szLocation, DeserializeImplicitConversionCheckKind(pData->mKind), szFrom, zDeserializeTypeWidth(pData->mFromType), ISSET(pData->mFromType->mTypeInfo, NUMBER_SIGNED_BIT) ? "signed" : "unsigned", pData->mFromType->mTypeName, pData->mToType->mTypeName, szTo, zDeserializeTypeWidth(pData->mToType), ISSET(pData->mToType->mTypeInfo, NUMBER_SIGNED_BIT) ? "signed" : "unsigned"); 1320 if (ISSET(ubsan_flags, UBSAN_STDOUT)) { 1327 if (ISSET(ubsan_flags, UBSAN_STDERR)) { 1334 if (ISSET(ubsan_flags, UBSAN_SYSLOG)) { 1341 if (isFatal || alwaysFatal || ISSET(ubsan_flags, UBSAN_ABORT)) { 1369 return ISSET(siOldValue, ACK_REPORTED); 1438 ASSERT(ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT)) [all...] |
| /src/sys/dev/pci/qat/ |
| qatvar.h | 82 #define ISSET(t, f) ((t) & (f))
|