Searched defs:ISSET (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/openbsd/lib/libc/regex/ |
H A D | regexec.c | 61 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 108 #define ISSET(v, n) ((v)[n]) macro
|
/openbsd/usr.sbin/iostat/ |
H A D | iostat.c | 96 #define ISSET(x, a) ((x) & (a)) macro
|
/openbsd/libexec/getty/ |
H A D | subr.c | 167 #define ISSET(t, f) ((t) & (f)) macro
|
/openbsd/regress/sys/net/rtable/ |
H A D | kern_compat.h | 87 #define ISSET(t, f) ((t) & (f)) macro
|
/openbsd/sys/sys/ |
H A D | param.h | 175 #define ISSET(t, f) ((t) & (f)) macro
|
/openbsd/usr.bin/kstat/ |
H A D | kstat.c | 48 #define ISSET(_i, _m) ((_i) & (_m)) macro
|
/openbsd/lib/libc/gen/ |
H A D | fts.c | 60 #define ISSET(opt) (sp->fts_options & (opt)) macro
|
/openbsd/bin/ksh/ |
H A D | table.h | 41 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
|
/openbsd/lib/libc/db/hash/ |
H A D | hash.h | 153 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
|
/openbsd/sbin/ifconfig/ |
H A D | sff.c | 44 #define ISSET(_w, _m) ((_w) & (_m)) macro
|
/openbsd/sbin/isakmpd/ |
H A D | message.c | 66 #define ISSET FD_ISSET macro
|
/openbsd/usr.sbin/vmd/ |
H A D | vmd.h | 42 #define ISSET(_v, _m) ((_v) & (_m)) macro
|