Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Drules.c643 darray_appends_nullterminate(expanded, &s[i++], 1); in append_expanded_kccgst_value()
717 darray_appends_nullterminate(expanded, &pfx, 1); in append_expanded_kccgst_value()
718 darray_appends_nullterminate(expanded, in append_expanded_kccgst_value()
722 darray_appends_nullterminate(expanded, &sfx, 1); in append_expanded_kccgst_value()
739 darray_appends_nullterminate(*to, expanded.item, expanded.size); in append_expanded_kccgst_value()
/external/libxkbcommon/xkbcommon/src/
Ddarray.h126 #define darray_appends_nullterminate(arr, items, count) do { \ macro