Searched refs:attrtype (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libpam/modules/pam_radius/
H A Dpam_radius.c161 int attrtype; local
166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
167 if (attrtype == RAD_USER_NAME) {
178 if (attrtype == -1) {
189 int attrtype; local
204 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
205 switch (attrtype) {
230 if (attrtype == -1) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_att.c245 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, argument
253 if (attrtype & MBSTRING_FLAG) {
254 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
262 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL)
266 atype = attrtype;
273 if (attrtype == 0) {
279 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) {
280 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c332 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, argument
340 if (attrtype & MBSTRING_FLAG) {
341 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
349 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL)
353 atype = attrtype;
360 if (attrtype == 0) {
366 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) {
367 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
/netbsd-current/sys/fs/ntfs/
H A Dntfs_subr.c717 int *attrtype, char **attrname)
744 *attrtype = adp->ad_type;
749 *attrtype = NTFS_A_DATA;
780 int attrtype = NTFS_A_DATA; local
877 &attrtype, &attrname);
884 (attrtype == fp->f_attrtype) &&
895 attrtype, attrname ? attrname : "", 0, &nvp);
716 ntfs_ntlookupattr(struct ntfsmount *ntmp, const char *name, int namelen, int *attrtype, char **attrname) argument
H A Dntfs_vfsops.c832 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, argument
844 ntkey->k_attrtype = attrtype;
/netbsd-current/usr.sbin/sysinst/
H A Dmbr.c2839 const char *attrtype = parts->dp.pscheme local
2842 if (attrtype == MSG_ptn_active) {
2848 } else if (attrtype == MSG_boot_dflt) {
2854 } else if (attrtype == MSG_bootmenu) {
2873 const char *attrtype = parts->dp.pscheme local
2882 if (attrtype == MSG_bootmenu) {
2901 const char *attrtype = parts->dp.pscheme local
2905 if (attrtype == MSG_ptn_active) {
2918 } else if (attrtype == MSG_boot_dflt) {
3098 const char *attrtype local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-radius.c612 static const struct attrtype { struct
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509.h950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,

Completed in 258 milliseconds