p9pbuf_put_str
p9pbuf_put_str(pb, username);
p9pbuf_put_str(pb, "");
p9pbuf_put_str(pb, p9p_ver2str(p9p->protover));
p9pbuf_put_str(pb, filename ? filename : "");
p9pbuf_put_str(pb, owner);
p9pbuf_put_str(pb, group);
p9pbuf_put_str(pb, ""); /* muid */
p9pbuf_put_str(pb, P9PROTO_STAT_NOSTR); /* extensions[s] */
void p9pbuf_put_str(struct puffs_framebuf *, const char *);
p9pbuf_put_str(pb, pcn->pcn_name);
p9pbuf_put_str(pb, name);
p9pbuf_put_str(pb, ""); /* extension[s] */
p9pbuf_put_str(pb, name);