Searched defs:ISSET (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.h131 #define ISSET(m,b) ((m) & (1<<(b))) macro
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
/netbsd-current/usr.sbin/lpr/lpd/
H A Dttcompat.c55 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregexec.c78 #define ISSET(v, n) ((v) & (1 << (n))) macro
104 #undef ISSET macro
125 #define ISSET(v, n) ((v)[n]) macro
/netbsd-current/lib/libc/regex/
H A Dregexec.c122 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
151 #undef ISSET macro
174 #define ISSET(v, n) ((v)[n]) macro
/netbsd-current/libexec/getty/
H A Dsubr.c183 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_fts.c71 #define ISSET(opt) (sp->fts_options & (opt)) macro
/netbsd-current/usr.bin/vndcompress/
H A Dcommon.h83 #define ISSET(t, f) ((t) & (f)) macro
/netbsd-current/lib/libc/gen/
H A Dfts.c102 #define ISSET(opt) (sp->fts_options & (opt)) macro
[all...]
/netbsd-current/bin/ksh/
H A Dtable.h39 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
/netbsd-current/sbin/pppoectl/
H A Dpppoectl.c70 #define ISSET(x, a) ((x) & (a)) macro
/netbsd-current/sys/sys/
H A Dtypes.h362 #define ISSET(t, f) ((t) & (f)) macro
/netbsd-current/lib/libc/db/hash/
H A Dhash.h161 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1U<<((N)%BITS_PER_MAP))) macro
/netbsd-current/usr.sbin/iostat/
H A Diostat.c109 #define ISSET(x, a) ((x) & (a)) macro
[all...]
/netbsd-current/common/lib/libc/misc/
H A Dubsan.c78 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/netbsd-current/sys/dev/pci/qat/
H A Dqatvar.h82 #define ISSET(t, f) ((t) & (f)) macro

Completed in 303 milliseconds