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

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregexec.c27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) macro
53 #undef ISSET macro
74 #define ISSET(v, n) ((v)[n]) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c104 #define ISSET(t, f) ((t) & (f)) macro
H A Dtty.c229 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dbuf.h1227 #define ISSET(t, f) ((t) & (f)) macro
H A Dkernel_types.h40 #define ISSET(t, f) ((t) & (f)) macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c83 #define ISSET(opt) (sp->fts_options & opt) macro
[all...]
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c265 #define ISSET(t, f) ((t) & (f)) macro
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp100 #define ISSET(t, f) ((t) & (f)) macro
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h154 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c137 #define ISSET(x) ((x != NULL) && (*(x) != '\0')) macro
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dconfig.h923 #define ISSET(t, f) ((t) & (f)) macro
/macosx-10.10.1/nano-12/src/
H A Dnano.h50 #define ISSET(bit) ((flags & bit) != 0) macro

Completed in 304 milliseconds