Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dfileattr.c285 if (preend == pre && attrval == NULL && post == p2) in fileattr_modify()
290 + (attrval == NULL ? 0 : (attrname_len + 1 in fileattr_modify()
291 + strlen (attrval))) in fileattr_modify()
299 if (attrval != NULL) in fileattr_modify()
305 if (attrval != NULL) in fileattr_modify()
310 strcpy (rp, attrval); in fileattr_modify()
315 if (preend != pre || attrval != NULL) in fileattr_modify()
332 p = fileattr_modify (fileattr_default_attrs, attrname, attrval, in fileattr_set()
353 if (attrval == NULL) in fileattr_set()
362 node->data = Xasprintf ("%s=%s", attrname, attrval); in fileattr_set()
[all …]
H A Dfileattr.h104 const char *attrval, int namevalsep,
112 const char *attrval);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c1029 int attrval, val; in comptypes_internal() local
1086 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()
1170 if (attrval != 2) in comptypes_internal()
1187 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c1072 int attrval, val; in comptypes_internal() local
1129 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()
1231 if (attrval != 2) in comptypes_internal()
1248 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()