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

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c135 #define is_set(M) (params && params->mask & KADM5_CONFIG_ ## M) macro
136 if(is_set(REALM))
140 if(is_set(DBNAME))
142 if(is_set(ACL_FILE))
144 if(is_set(STASH_FILE))
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.h78 #define is_set(var) adrof(var) macro
H A Dsh.glob.c747 if (is_set(STRcsubstnonl) && (*cp == '\n' || *cp == '\r'))
H A Dsh.set.c554 if (cp[0] == '0' && cp[1] && is_set(STRparseoctal))
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkstack.pl96 #define i2d_ASN1_SET_OF_${type_thing}(st, pp, i2d_func, ex_tag, ex_class, is_set) \\
97 SKM_ASN1_SET_OF_i2d($type_thing, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_set.c87 * int is_set: if TRUE, then sort the contents (i.e. it isn't a SEQUENCE)
90 int ex_class, int is_set)
114 if (!is_set || (sk_num(a) < 2)) {
89 i2d_ASN1_SET(STACK * a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, int ex_class, int is_set) argument
H A Dasn1_gen.c433 int i, is_set; local
458 is_set = 1;
460 is_set = 0;
463 V_ASN1_UNIVERSAL, is_set);
469 V_ASN1_UNIVERSAL, is_set);
H A Dasn1.h763 /* for the is_set parameter to i2d_ASN1_SET */
881 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
/freebsd-9.3-release/sbin/devd/
H A Ddevd.hh55 bool is_set(const std::string &var) const;
H A Ddevd.cc382 var_list::is_set(const string &var) const function in class:var_list
580 if ((*i)->is_set(var))
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dsafestack.h139 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
142 ex_tag, ex_class, is_set)
210 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
211 i2d_ASN1_SET(st,pp,(int (*)(void *, unsigned char **))i2d_func,ex_tag,ex_class,is_set)
1790 # define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1791 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
1799 # define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1800 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
1808 # define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
1809 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
[all...]
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c284 IN uint8_t is_set,
310 if (is_set == 1) {
312 } else if (is_set == 0) {
314 } else if (is_set == 0xee) {
321 } else if (is_set == 0xff) {
283 osmt_send_mcast_request(IN osmtest_t * const p_osmt, IN uint8_t is_set, IN ib_member_rec_t * p_mc_req, IN uint64_t comp_mask, OUT ib_sa_mad_t * p_res) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4361 boolean_t is_set = B_TRUE; local
4388 if (is_set) {

Completed in 223 milliseconds