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

/src/usr.sbin/lpr/lpd/
H A Dttcompat.c55 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/src/lib/libc/regex/
H A Dregexec.c122 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
174 #define ISSET(v, n) ((v)[n]) macro
/src/libexec/getty/
H A Dsubr.c183 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/src/usr.bin/vndcompress/
H A Dcommon.h83 #define ISSET(t, f) ((t) & (f)) macro
/src/lib/libc/gen/
H A Dfts.c102 #define ISSET(opt) (sp->fts_options & (opt)) macro
[all...]
/src/sys/sys/
H A Dtypes.h362 #define ISSET(t, f) ((t) & (f)) macro
/src/sbin/pppoectl/
H A Dpppoectl.c70 #define ISSET(x, a) ((x) & (a)) macro
/src/lib/libc/db/hash/
H A Dhash.h161 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1U<<((N)%BITS_PER_MAP))) macro
/src/bin/ksh/
H A Dtable.h39 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
/src/usr.sbin/iostat/
H A Diostat.c109 #define ISSET(x, a) ((x) & (a)) macro
[all...]
/src/common/lib/libc/misc/
H A Dubsan.c78 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/src/sys/dev/pci/qat/
H A Dqatvar.h82 #define ISSET(t, f) ((t) & (f)) macro

Completed in 14 milliseconds