Lines Matching defs:string
42 * Scans 'string' to see if it ends with 'ending'.
45 check_for_ending(const char *string, const char *ending)
47 const size_t len1 = strlen(string);
53 return strcmp(string + (len1 - len2), ending) == 0;
126 * Builds the Mesa version string.
200 /* We need to include API in version string for OpenGL ES, otherwise
205 * "The VERSION string is laid out as follows:
717 * Get the i-th GLSL version string. If index=0, return the most recent
720 * \param index which version string to return, or -1 if none
721 * \param versionOut returns the vesrion string
760 /* The GL spec says to return the empty string for GLSL 1.10 */