Home
last modified time | relevance | path

Searched refs:linear_strcat (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/util/
Dralloc.h536 bool linear_strcat(void *parent, char **dest, const char *str);
Dralloc.c894 linear_strcat(void *parent, char **dest, const char *str) in linear_strcat() function
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1290 linear_strcat(parser->linalloc, &str, other->value.str); in _token_paste()