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