Lines Matching defs:xobuf
633 char xobuf[200];
634 snprintf(xobuf, sizeof(xobuf),
637 xo_emit(xobuf, "Neighbor", "Linklayer Address", "Netif", "Expire", "S", "Flags");
747 char xobuf[200];
748 snprintf(xobuf, sizeof(xobuf),
751 xo_emit(xobuf, host_buf, ether_str(sdl), ifname);
1122 char abuf[20], xobuf[200];
1125 snprintf(xobuf, sizeof(xobuf), "%s{:%s/%%s}", txt, field);
1126 xo_emit(xobuf, abuf);