Searched refs:attrname (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DWgetTest.pm50 foreach my $attrname ($self->_standard_keys()) {
51 #print STDERR "attrname = ", $attrname, " value = ";
52 my ($argname) = ($attrname =~ /^_(.*)/);
54 #printf STDERR "Setting up $attrname\n";
55 $self->{$attrname} = $args{$argname};
57 #printf STDERR "Copying $attrname\n";
58 $self->{$attrname} = $caller->{$attrname};
60 #printf STDERR "Using default for $attrname\
[all...]
H A DFTPServer.pm472 foreach my $attrname ($self->_standard_keys()) {
473 my ($argname) = ($attrname =~ /^_(.*)/);
475 $self->{$attrname} = $args{$argname};
477 $self->{$attrname} = $caller->{$attrname};
479 $self->{$attrname} = $self->_default_for($attrname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c257 strcpy (dval->attrname, attrstr);
332 DICT_ATTR *rc_dict_findattr (char *attrname) argument
340 if (strcasecmp (attr->name, attrname) == 0)
352 if (strcasecmp (attr->name, attrname) == 0) {
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) argument
402 if (strcmp (val->attrname, attrname) == 0 &&
H A Dradiusclient.h309 char attrname[NAME_LENGTH +1]; member in struct:dict_value
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_samr.c45 static PyObject *py_samr_group_hnd_getattr(PyObject *self, char *attrname) argument
47 return Py_FindMethod(samr_group_methods, self, attrname);
93 static PyObject *py_samr_alias_hnd_getattr(PyObject *self, char *attrname) argument
95 return Py_FindMethod(samr_alias_methods, self, attrname);
263 static PyObject *py_samr_user_hnd_getattr(PyObject *self, char *attrname) argument
265 return Py_FindMethod(samr_user_methods, self, attrname);
376 static PyObject *py_samr_connect_hnd_getattr(PyObject *self, char *attrname) argument
378 return Py_FindMethod(samr_connect_methods, self, attrname);
508 static PyObject *py_samr_domain_hnd_getattr(PyObject *self, char *attrname) argument
510 return Py_FindMethod(samr_domain_methods, self, attrname);
[all...]
H A Dpy_spoolss.c313 static PyObject *py_policy_hnd_getattr(PyObject *self, char *attrname) argument
315 return Py_FindMethod(spoolss_hnd_methods, self, attrname);
H A Dpy_lsa.c362 static PyObject *py_lsa_policy_hnd_getattr(PyObject *self, char *attrname) argument
364 return Py_FindMethod(lsa_hnd_methods, self, attrname);
H A Dpy_smb.c501 static PyObject *py_cli_state_getattr(PyObject *self, char *attrname) argument
503 return Py_FindMethod(smb_hnd_methods, self, attrname);
H A Dpy_tdb.c609 static PyObject *tdb_hnd_getattr(PyObject *self, char *attrname) argument
611 return Py_FindMethod(tdb_hnd_methods, self, attrname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dsys_ea.c133 char *attrname = strchr(name,'.') + 1;
137 retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
181 char *attrname = strchr(name,'.') + 1;
185 retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
468 char *attrname = strchr(name,'.') + 1;
472 return attr_remove(path, attrname, flags);
501 char *attrname = strchr(name,'.') + 1;
505 return attr_remove(path, attrname, flags);
557 char *attrname = strchr(name,'.') + 1;
563 return attr_set(path, attrname, (cons
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c1412 char *attrname = strchr(name,'.') +1;
1416 retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
1432 char *attrname = strchr(name,'.') +1;
1436 retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
1452 char *attrname = strchr(name,'.') +1;
1456 retval = attr_getf(filedes, attrname, (char *)value, &valuelength, flags);
1575 char *attrname = strchr(name,'.') +1;
1579 return attr_remove(path, attrname, flags);
1592 char *attrname = strchr(name,'.') +1;
1596 return attr_remove(path, attrname, flag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c273 const char *attrname, int type,
276 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
272 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
H A Dx509_att.c178 const char *attrname, int type,
183 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
H A Dx509.h973 const char *attrname, int type,
1129 const char *attrname, int type, variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c318 const char *attrname, int type,
321 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
317 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
H A Dx509_att.c184 const char *attrname, int type,
189 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
H A Dx509.h1034 const char *attrname, int type,
1192 const char *attrname, int type, variable
1223 const char *attrname, int type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c687 const XML_Char *attrname = atts[i]; local
689 if (strcmp("attr", attrname) == 0
690 || strcmp("ents", attrname) == 0
691 || strcmp("refs", attrname) == 0) {
695 attrname, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c788 const char *attrname, int type,
791 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
787 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h1034 const char *attrname, int type,
1192 const char *attrname, int type, variable
1223 const char *attrname, int type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c743 PyObject *attrname; local
769 attrname = PyString_FromString((char *) attrs[i]);
777 PyDict_SetItem(dict, attrname, attrvalue);
778 Py_DECREF(attrname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509.h973 const char *attrname, int type,
1129 const char *attrname, int type, variable

Completed in 408 milliseconds