Searched defs:attribute (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | Sunowconfig.h | 58 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,
|
H A D | OWconfig.c | 87 * 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...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_res.c | 53 * 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 16 milliseconds