Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dinclude.c215 void *buf_new = realloc(buf, new_buf_size); in FindFileInXkbPath() local
216 if (buf_new) { in FindFileInXkbPath()
218 buf = buf_new; in FindFileInXkbPath()