Searched refs:full_ptr (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.c185 const char *full_ptr; /* Ptr into full_resname string */ local
191 full_ptr = full_resname;
193 full_ptr = strrchr(full_resname, '_');
194 if (full_ptr != NULL) {
195 return (strcasecmp(full_ptr+1, resname));

Completed in 10 milliseconds