Home
last modified time | relevance | path

Searched refs:attrval (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libpam/modules/pam_radius/
HDpam_radius.c145 const void *attrval; in do_accept() local
149 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_accept()
151 s = rad_cvt_string(attrval, attrlen); in do_accept()
174 const void *attrval; in do_challenge() local
188 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_challenge()
192 state = attrval; in do_challenge()
202 msgs[num_msgs].msg = rad_cvt_string(attrval, attrlen); in do_challenge()
/NextBSD/contrib/gcc/
HDc-typeck.c803 int attrval, val; in comptypes_internal() local
853 if (!(attrval = targetm.comp_type_attributes (t1, t2))) in comptypes_internal()
934 if (attrval != 2) in comptypes_internal()
948 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()