Home
last modified time | relevance | path

Searched defs:ISSET (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregexec.c63 #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 Dregexec.c61 #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 Diostat.c96 #define ISSET(x, a) ((x) & (a)) macro
/openbsd/libexec/getty/
H A Dsubr.c167 #define ISSET(t, f) ((t) & (f)) macro
/openbsd/regress/sys/net/rtable/
H A Dkern_compat.h87 #define ISSET(t, f) ((t) & (f)) macro
/openbsd/sys/sys/
H A Dparam.h175 #define ISSET(t, f) ((t) & (f)) macro
/openbsd/usr.bin/kstat/
H A Dkstat.c48 #define ISSET(_i, _m) ((_i) & (_m)) macro
/openbsd/lib/libc/gen/
H A Dfts.c60 #define ISSET(opt) (sp->fts_options & (opt)) macro
/openbsd/bin/ksh/
H A Dtable.h41 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
/openbsd/lib/libc/db/hash/
H A Dhash.h153 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/openbsd/sbin/ifconfig/
H A Dsff.c44 #define ISSET(_w, _m) ((_w) & (_m)) macro
/openbsd/sbin/isakmpd/
H A Dmessage.c66 #define ISSET FD_ISSET macro
/openbsd/usr.sbin/vmd/
H A Dvmd.h42 #define ISSET(_v, _m) ((_v) & (_m)) macro