Searched refs:is_set (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dcontext_s.c200 #define is_set(M) (params && params->mask & KADM5_CONFIG_ ## M) macro
201 if(is_set(REALM))
205 if(is_set(DBNAME))
207 if(is_set(ACL_FILE))
209 if(is_set(STASH_FILE))
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/vn/
H A Dshadow.c217 boolean_t is_set; local
224 is_set = (map[start.byte] & bit(start.bit)) ? TRUE : FALSE;
235 if (this_is_set != is_set) {
251 if ((is_set && *valPtr == UINT32_ALL_ONES)
252 || (!is_set && *valPtr == 0)) {
265 if ((is_set && *valPtr == USHORT_ALL_ONES)
266 || (!is_set && (*valPtr == 0))) {
275 if ((is_set && map[start.byte] == UCHAR_ALL_ONES)
276 || (!is_set && map[start.byte] == 0)) {
287 if (this_is_set != is_set) {
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.h78 #define is_set(var) adrof(var) macro
H A Dsh.glob.c741 if (is_set(STRcsubstnonl) && (*cp == '\n' || *cp == '\r'))
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dbn.c238 static const unsigned char is_set[8] = { 1, 2, 4, 8, 16, 32, 64, 128 }; variable
249 return p[hi->length - 1 - (bit / 8)] & is_set[bit % 8];
270 p[hi->length - 1 - (bit / 8)] |= is_set[bit % 8];
283 p[hi->length - 1 - (bit / 8)] &= (unsigned char)(~(is_set[bit % 8]));
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-safestack.h136 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
139 ex_tag, ex_class, is_set)
205 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
206 i2d_ASN1_SET(st,pp,(int (*)(void *, unsigned char **))i2d_func,ex_tag,ex_class,is_set)
1783 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1784 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
1792 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1793 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
1801 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1802 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
[all...]
H A Dcs-asn1.h781 /* for the is_set parameter to i2d_ASN1_SET */
894 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_mqueue.h142 boolean_t is_set);
H A Dipc_mqueue.c115 boolean_t is_set)
117 if (is_set) {
113 ipc_mqueue_init( ipc_mqueue_t mqueue, boolean_t is_set) argument
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c189 int ci, is_set = FALSE; local
192 is_set |= (td->td_customValues[ci].info == fip);
194 if( !is_set )
496 int ci, is_set = FALSE; local
499 is_set |= (td->td_customValues[ci].info == fip);
501 if( !is_set )
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h164 int ex_class, int is_set); \
175 int ex_class, int is_set) \
176 { return i2d_ASN1_SET((STACK *)a,pp,func,ex_tag,ex_class,is_set); } \
527 /* for the is_set parameter to i2d_ASN1_SET */
692 int (*func)(), int ex_tag, int ex_class, int is_set);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c170 int is_set; member in struct:__anon2967
288 #define lcl_is_set (lcl_notify.is_set)
289 #define gmt_is_set (gmt_notify.is_set)
468 p->is_set = 0;
520 p->is_set = 0;
538 p->is_set = 0;
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dinfocmp.c146 int is_set = FALSE; local
161 is_set = entries[0].tterm.Booleans[idx];
164 if (is_set != entries[0].tterm.Booleans[idx])
165 return (!is_set);
/macosx-10.9.5/eap8021x-180/eapolcfg.tproj/
H A Deapolcfg.c1682 bool is_set; local
1703 is_set = (strcmp(command, kCommandSetIdentity) == 0);
1740 if (!is_set) {
1782 if (is_set) {
1836 is_set ? "set" : "clear");

Completed in 287 milliseconds