Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap-dump.c81 check_write_buf(struct buf *buf, const char *fmt, ...) in check_write_buf() function
119 if (!check_write_buf(buf, __VA_ARGS__)) \
645 return (check_write_buf(buf, "xkb_keymap {\n") && in write_keymap()
650 check_write_buf(buf, "};\n")); in write_keymap()