Searched refs:attrval (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | fileattr.c | 233 fileattr_modify (char *list, const char *attrname, const char *attrval, int namevalsep, int entsep) in fileattr_modify() argument 285 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() 325 fileattr_set (const char *filename, const char *attrname, const char *attrval) in fileattr_set() argument 332 p = fileattr_modify (fileattr_default_attrs, attrname, attrval, in fileattr_set() [all …]
|
| HD | fileattr.h | 104 const char *attrval, int namevalsep, 112 const char *attrval);
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-typeck.c | 1029 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/ |
| HD | c-typeck.c | 1072 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()
|