Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Drules.c738 darray_appends_nullterminate(expanded, &str[i++], 1); in append_expanded_kccgst_value()
812 darray_appends_nullterminate(expanded, &pfx, 1); in append_expanded_kccgst_value()
813 darray_appends_nullterminate(expanded, in append_expanded_kccgst_value()
817 darray_appends_nullterminate(expanded, &sfx, 1); in append_expanded_kccgst_value()
834 darray_appends_nullterminate(*to, expanded.item, expanded.size); in append_expanded_kccgst_value()
/external/libxkbcommon/src/
Ddarray.h130 #define darray_appends_nullterminate(arr, items, count) do { \ macro