Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c3982 #define STRCAT_WITH_RET(mainstr, buf) do { \ argument
3983 (mainstr) = strcat_realloc((mainstr), (buf)); \
3984 if ((mainstr) == NULL) return NULL; \