Searched defs:ISSET (Results 1 - 12 of 12) sorted by relevance
| /src/usr.sbin/lpr/lpd/ |
| H A D | ttcompat.c | 55 #define ISSET(t, f) ((t) & (f)) macro [all...] |
| /src/lib/libc/regex/ |
| H A D | regexec.c | 122 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 174 #define ISSET(v, n) ((v)[n]) macro
|
| /src/libexec/getty/ |
| H A D | subr.c | 183 #define ISSET(t, f) ((t) & (f)) macro [all...] |
| /src/usr.bin/vndcompress/ |
| H A D | common.h | 83 #define ISSET(t, f) ((t) & (f)) macro
|
| /src/lib/libc/gen/ |
| H A D | fts.c | 102 #define ISSET(opt) (sp->fts_options & (opt)) macro [all...] |
| /src/sys/sys/ |
| H A D | types.h | 362 #define ISSET(t, f) ((t) & (f)) macro
|
| /src/sbin/pppoectl/ |
| H A D | pppoectl.c | 70 #define ISSET(x, a) ((x) & (a)) macro
|
| /src/lib/libc/db/hash/ |
| H A D | hash.h | 161 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1U<<((N)%BITS_PER_MAP))) macro
|
| /src/bin/ksh/ |
| H A D | table.h | 39 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
|
| /src/usr.sbin/iostat/ |
| H A D | iostat.c | 109 #define ISSET(x, a) ((x) & (a)) macro [all...] |
| /src/common/lib/libc/misc/ |
| H A D | ubsan.c | 78 #define ISSET(t, f) ((t) & (f)) macro [all...] |
| /src/sys/dev/pci/qat/ |
| H A D | qatvar.h | 82 #define ISSET(t, f) ((t) & (f)) macro
|
Completed in 14 milliseconds