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

/xsrc/external/mit/libepoxy/dist/test/
H A Degl_has_extension_nocontext.c53 char *first_space; local in function:main
59 first_space = strstr(extensions, " ");
60 if (first_space) {
61 an_extension = strndup(extensions, first_space - extensions);
H A Degl_epoxy_api.c126 char *first_space; local in function:main
132 first_space = strstr(extensions, " ");
133 if (first_space) {
134 an_extension = strndup(extensions, first_space - extensions);

Completed in 7 milliseconds