Searched refs:darray_appends_nullterminate (Results 1 – 2 of 2) sorted by relevance
/external/libxkbcommon/src/xkbcomp/ |
D | rules.c | 738 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/ |
D | darray.h | 130 #define darray_appends_nullterminate(arr, items, count) do { \ macro
|