OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prof_length
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/glx/
clientinfo.c
35
const unsigned
prof_length
= strlen("_profile");
local
102
if (strncmp(match, "_profile",
prof_length
) == 0
103
&& (match[
prof_length
] == '\0'
104
|| match[
prof_length
] == ' ')) {
106
match +=
prof_length
;
Completed in 490 milliseconds