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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c54 * insensitive version of the specified attribute substring (e.g.,
66 const char *attribute) /* Attribute substring */
69 size_t attr_len; /* Length of attribute substring */
75 attr_len = strlen(attribute);
83 (strncasecmp(resname_ptr, attribute, attr_len)
110 char attribute) /* Attribute suffix char, upper case */
115 return ((len > 0) && (toupper(resname[len-1]) == attribute));
64 fbc_resname_attr_str( const char *resname, const char *attribute) argument
108 fbc_resname_attr_chr( const char *resname, char attribute) argument

Completed in 11 milliseconds