Searched refs:membuff_put (Results 1 – 4 of 4) sorted by relevance
138 int membuff_put(struct membuff *mb, const char *buff, int length);
164 ret = membuff_put(&priv->in, str, len); in sandbox_usb_keyb_add_string()
186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() function
559 membuff_put(&gd->console_out, s, strlen(s)); in puts()