Searched refs:attribute (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c87 * An attribute list is a child of an instance.
260 freeAttr: The attribute node destructor...
391 searchAttr: Searches for the attribute node identified by "attr",
1304 attribute/value pair basis, otherwise they are merely added to the instance.
1322 attr->attribute,
1369 "OWconfigSetAttribute" takes an attribute/value pair and adds it to an
1371 exist, they are or it is created. If the named attribute already exists
1377 OWconfigSetAttribute(char *class, char *name, char *attribute, char *value) argument
1382 if (!(class && name && attribute && value))
1399 ap = searchNodeList(ip->head, attribute);
1649 OWconfigGetAttribute(char *class, char *name, char *attribute) argument
1673 OWconfigFreeAttribute(char *attribute) argument
[all...]
H A DSunowconfig.h58 char *attribute; member in struct:__anon465
96 OWconfigGetAttribute(char * /*class*/, char * /*name*/, char * /*attribute*/);
99 OWconfigFreeAttribute(char * /*attribute*/);
117 OWconfigGetAttribute(/*char *class, char *name, char *attribute*/);
120 OWconfigFreeAttribute(/*char *attribute*/);
169 OWconfigSetAttribute(char * /*class*/, char * /*name*/, char * /*attribute*/,
201 OWconfigSetAttribute(/*char *class, char *name, char *attribute,
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c115 /* attribute values used in OWconfig file */
179 entry = ow_table_find(&res_table_root, ap->attribute);
182 fprintf( stderr, "OWconfig entry invalid: %s\n", ap->attribute);
188 ap->attribute, entry->name, entry->label);
274 fprintf(stderr, "Timing: Invalid attribute: %s = %s\n",
275 ap->attribute, entry->name);
283 /* free up attribute memory */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c53 * insensitive version of the specified attribute substring (e.g.,
65 const char *attribute) /* Attribute substring */
68 size_t attr_len; /* Length of attribute substring */
74 attr_len = strlen(attribute);
82 (strncasecmp(resname_ptr, attribute, attr_len)
109 char attribute) /* Attribute suffix char, upper case */
114 return ((len > 0) && (toupper(resname[len-1]) == attribute));
63 fbc_resname_attr_str( const char *resname, const char *attribute) argument
107 fbc_resname_attr_chr( const char *resname, char attribute) argument

Completed in 17 milliseconds