HomeSort by relevance Sort by last modified time
    Searched refs:darray_appends_nullterminate (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
rules.c 643 darray_appends_nullterminate(expanded, &s[i++], 1);
717 darray_appends_nullterminate(expanded, &pfx, 1);
718 darray_appends_nullterminate(expanded,
722 darray_appends_nullterminate(expanded, &sfx, 1);
739 darray_appends_nullterminate(*to, expanded.item, expanded.size);
  /external/libxkbcommon/xkbcommon/src/
darray.h 126 #define darray_appends_nullterminate(arr, items, count) do { \ macro

Completed in 462 milliseconds