Home
last modified time | relevance | path

Searched refs:xkb_context_get_buffer (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dtext.c232 char *buffer = xkb_context_get_buffer(ctx, 64); in KeysymText()
242 char *buf = xkb_context_get_buffer(ctx, len); in KeyNameText()
283 return strcpy(xkb_context_get_buffer(ctx, pos + 1), buf); in ModMaskText()
312 return strcpy(xkb_context_get_buffer(ctx, pos + 1), buf); in LedStateMaskText()
344 return strcpy(xkb_context_get_buffer(ctx, pos + 1), buf); in ControlMaskText()
Dcontext.h88 xkb_context_get_buffer(struct xkb_context *ctx, size_t size);
Dcontext-priv.c91 xkb_context_get_buffer(struct xkb_context *ctx, size_t size) in xkb_context_get_buffer() function
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dcompat.c101 char *buf = xkb_context_get_buffer(info->ctx, 128); in siText()