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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c184 const char *full_ptr; /* Ptr into full_resname string */ local
190 full_ptr = full_resname;
192 full_ptr = strrchr(full_resname, '_');
193 if (full_ptr != NULL) {
194 return (strcasecmp(full_ptr+1, resname));

Completed in 19 milliseconds