Searched refs:xkb_context_get_buffer (Results 1 – 4 of 4) sorted by relevance
/external/libxkbcommon/xkbcommon/src/ |
D | text.c | 232 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()
|
D | context.h | 88 xkb_context_get_buffer(struct xkb_context *ctx, size_t size);
|
D | context-priv.c | 91 xkb_context_get_buffer(struct xkb_context *ctx, size_t size) in xkb_context_get_buffer() function
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | compat.c | 101 char *buf = xkb_context_get_buffer(info->ctx, 128); in siText()
|