Lines Matching defs:GL_LINK_WARNING

55 /* The definition of GL_LINK_WARNING is copied here.  */
56 /* GL_LINK_WARNING("literal string") arranges to emit the literal string as
60 #ifndef GL_LINK_WARNING
66 # define GL_LINK_WARNING(message) \
81 # define GL_LINK_WARNING(message) ((void) 0)
113 (GL_LINK_WARNING ("memchr has platform-specific bugs - " \
131 (GL_LINK_WARNING ("memmem is unportable and often quadratic - " \
148 (GL_LINK_WARNING ("mempcpy is unportable - " \
162 (GL_LINK_WARNING ("memrchr is unportable - " \
178 (GL_LINK_WARNING ("rawmemchr is unportable - " \
192 (GL_LINK_WARNING ("stpcpy is unportable - " \
209 (GL_LINK_WARNING ("stpncpy is unportable - " \
219 (GL_LINK_WARNING ("strchr cannot work correctly on character strings " \
234 (GL_LINK_WARNING ("strchrnul is unportable - " \
251 (GL_LINK_WARNING ("strdup is unportable - " \
268 (GL_LINK_WARNING ("strndup is unportable - " \
284 (GL_LINK_WARNING ("strnlen is unportable - " \
296 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
315 (GL_LINK_WARNING ("strpbrk cannot work correctly on character strings " \
323 (GL_LINK_WARNING ("strpbrk is unportable - " \
333 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
344 (GL_LINK_WARNING ("strrchr cannot work correctly on character strings " \
374 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
382 (GL_LINK_WARNING ("strsep is unportable - " \
400 (GL_LINK_WARNING ("strstr is quadratic on many systems, and cannot " \
424 (GL_LINK_WARNING ("strcasestr does work correctly on character strings " \
469 (GL_LINK_WARNING ("strtok_r cannot work correctly on character strings " \
477 (GL_LINK_WARNING ("strtok_r is unportable - " \
660 (GL_LINK_WARNING ("strerror is unportable - " \
675 (GL_LINK_WARNING ("strsignal is unportable - " \
687 (GL_LINK_WARNING ("strverscmp is unportable - " \