Searched refs:attributes (Results 1 - 25 of 173) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h92 #define screen_attr attributes[0]
93 #define shadow_attr attributes[1]
94 #define dialog_attr attributes[2]
95 #define title_attr attributes[3]
96 #define border_attr attributes[4]
97 #define button_active_attr attributes[5]
98 #define button_inactive_attr attributes[6]
99 #define button_key_active_attr attributes[7]
100 #define button_key_inactive_attr attributes[8]
101 #define button_label_active_attr attributes[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Ddialog.h92 #define screen_attr attributes[0]
93 #define shadow_attr attributes[1]
94 #define dialog_attr attributes[2]
95 #define title_attr attributes[3]
96 #define border_attr attributes[4]
97 #define button_active_attr attributes[5]
98 #define button_inactive_attr attributes[6]
99 #define button_key_active_attr attributes[7]
100 #define button_key_inactive_attr attributes[8]
101 #define button_label_active_attr attributes[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
87 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
88 if(!rinf->attributes) return 0;
100 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
H A Dp8_pkey.c81 ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
87 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
88 if(!rinf->attributes) return 0;
100 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
H A Dp8_pkey.c81 ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_mem.c73 from the range of attributes associated with the object (basically,
91 be used to add attributes
98 STACK *search_attributes; /* Sets of attributes to search for.
100 int search_index; /* which of the search attributes we found a match
108 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
110 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
112 STORE_OBJECT *data, OPENSSL_ITEM attributes[],
119 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
121 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
125 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
167 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
173 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
187 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
202 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
216 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
344 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
349 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h166 /* Store functions take attribute lists. Those attributes come with codes.
230 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
232 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
237 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
239 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
241 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
246 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
248 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
251 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
255 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameter
438 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
464 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
490 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
552 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
572 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
588 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
659 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
685 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
747 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
767 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
783 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
854 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
880 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
906 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
961 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
977 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1048 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1099 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1122 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1138 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1189 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1212 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1539 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h166 /* Store functions take attribute lists. Those attributes come with codes.
230 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
232 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
237 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
239 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
241 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
246 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
248 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
251 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
255 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap.c105 char *attributes[],
173 searchbase, filter, attributes[0]);
176 ldaperr = ldap_search_st(ld, searchbase, scope, filter, attributes, 0, &timeout, &msg);
200 attribute_values = ldap_get_values(ld, entry, attributes[0]);
208 attributes[0], attribute_values[0]);
267 char *attributes[] = { ldap_uuid_attr, NULL}; local
285 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);
309 char *attributes[] = { NULL, NULL}; local
321 attributes[
103 ldap_getattr_fromfilter_withbase_scope( const char *searchbase, const char *filter, char *attributes[], int scope, ldapcon_t conflags, char **result) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c245 if (!req->req_info->attributes)
247 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
250 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
268 return X509at_get_attr_count(req->req_info->attributes);
274 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
280 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
285 return X509at_get_attr(req->req_info->attributes, loc);
290 return X509at_delete_attr(req->req_info->attributes, loc);
295 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
303 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
H A Dx509_r2x.c83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
88 ri->attributes=NULL; */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c205 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
223 return X509at_get_attr_count(req->req_info->attributes);
229 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
235 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
240 return X509at_get_attr(req->req_info->attributes, loc);
245 return X509at_delete_attr(req->req_info->attributes, loc);
250 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
258 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj,
267 if(X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
276 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrnam
[all...]
H A Dx509_r2x.c83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
88 ri->attributes=NULL; */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo287 attributes will be changed (givenName,sn,roomNumber,telephoneNumber,
291 affected attributes: 'gecos', 'cn' (and 'givenName', 'sn'
295 affected attributes: 'gecos' (and 'roomNumber'
299 affected attributes: 'gecos' (and 'telephoneNumber'
303 affected attributes: 'gecos' (and 'homePhone'
307 affected attributes: 'gecos'
310 affected attributes: 'loginShell'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_aix.c457 static int wb_aix_lsuser(char *attributes[], attrval_t results[], int size) argument
465 if (size != 1 || strcmp(attributes[0], S_USERS) != 0) {
505 static int wb_aix_lsgroup(char *attributes[], attrval_t results[], int size) argument
513 if (size != 1 || strcmp(attributes[0], S_GROUPS) != 0) {
614 static int wb_aix_user_attrib(const char *key, char *attributes[], argument
629 if (strcmp(attributes[i], S_ID) == 0) {
631 } else if (strcmp(attributes[i], S_PWD) == 0) {
633 } else if (strcmp(attributes[i], S_HOME) == 0) {
635 } else if (strcmp(attributes[0], S_SHELL) == 0) {
637 } else if (strcmp(attributes[
660 wb_aix_group_attrib(const char *key, char *attributes[], attrval_t results[], int size) argument
694 wb_aix_getentry(char *key, char *table, char *attributes[], attrval_t results[], int size) argument
932 wb_aix_putentry(char *key, char *table, char *attributes[], attrval_t values[], int size) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dsuper.c56 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
63 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
70 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
80 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
261 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
262 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT);
308 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
314 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
318 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
449 if (!(vhdr->attributes
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c97 vdict->attributes = NULL;
201 attr->next = vdict->attributes;
202 vdict->attributes = attr;
291 * non-vendor-specific attributes are used
313 attr = dict->attributes;
350 attr = dict->attributes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_attr.c81 if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_attr.c81 if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c196 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
197 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT);
242 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
249 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
253 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
342 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
353 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
356 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
413 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT);
414 vhdr->attributes |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c892 const xmlChar **attributes)
920 if (attributes != NULL) {
922 if (attributes[i + 1] != NULL)
923 fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
925 fprintf(stdout, ", %s='", attributes[i]);
926 fprintf(stdout, "%.4s...', %d", attributes[i + 3],
927 (int)(attributes[i + 4] - attributes[i + 3]));
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c738 return X509at_get_attr_count(key->attributes);
744 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
750 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
755 return X509at_get_attr(key->attributes, loc);
760 return X509at_delete_attr(key->attributes, loc);
765 if(X509at_add1_attr(&key->attributes, attr)) return 1;
773 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
782 if(X509at_add1_attr_by_NID(&key->attributes, nid,
791 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dinode.c120 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes;
153 if (nwi->attributes & aDIR) {
163 && (nwi->attributes & aSHARED)) {
164 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) {
191 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO;
198 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes;
632 finfo.i.attributes = aDIR;
858 info.attributes |= aSHARED | aSYSTEM;
861 info.attributes |= aSHARED;
867 info.attributes
[all...]

Completed in 246 milliseconds

1234567