Searched refs:attrval (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | fileattr.c | 234 const char *attrval; 293 + (attrval == NULL ? 0 : (attrname_len + 1 294 + strlen (attrval))) 302 if (attrval != NULL) 308 if (attrval != NULL) 313 strcpy (rp, attrval); 318 if (preend != pre || attrval != NULL) 328 fileattr_set (filename, attrname, attrval) in fileattr_set() argument 331 const char *attrval; 359 if (attrval == NULL) [all …]
|
H A D | fileattr.h | 104 const char *attrval, int namevalsep, 112 const char *attrval));
|
/openbsd/sbin/iked/ |
H A D | radius.c | 156 const void *attrval; in iked_radius_on_event() local 223 if (radius_get_raw_attr_ptr(pkt, RADIUS_TYPE_STATE, &attrval, in iked_radius_on_event() 230 ibuf_set(req->rr_state, 0, attrval, attrlen) != 0) { in iked_radius_on_event() 235 (req->rr_state = ibuf_new(attrval, attrlen)) == NULL) { in iked_radius_on_event() 273 if (radius_get_raw_attr_ptr(pkt, RADIUS_TYPE_CLASS, &attrval, in iked_radius_on_event() 276 if ((req->rr_sa->sa_eapclass = ibuf_new(attrval, in iked_radius_on_event()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 896 int attrval, val; local 963 attrval = 1; 965 else if (! (attrval = (*targetm.comp_type_attributes) (t1, t2))) 1058 return attrval == 2 && val == 1 ? 2 : val;
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-typeck.c | 790 int attrval, val; in comptypes_internal() local 840 if (!(attrval = targetm.comp_type_attributes (t1, t2))) in comptypes_internal() 914 if (attrval != 2) in comptypes_internal() 928 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-typeck.c | 468 int attrval, val; local 514 if (! (attrval = (*targetm.comp_type_attributes) (t1, t2))) 578 return attrval == 2 && val == 1 ? 2 : val;
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.texinfo | 1188 @var{ent-type} @var{filename} <tab> @var{attrname} = @var{attrval} 1189 @{; @var{attrname} = @var{attrval}@} <linefeed> 1208 @samp{;} in @var{attrval}, etc. Note: some implementations also
|