HelenOS sources
table_printf 223 uspace/app/devctl/devctl.c table_printf(table, "Driver\t" "Devs\t" "State\n");
table_printf 240 uspace/app/devctl/devctl.c table_printf(table, "%s\t" "%zu\t" "%s\n", drv_name, ndevs, sstate);
table_printf 247 uspace/app/disp/disp.c table_printf(table, "Seat Name\n");
table_printf 258 uspace/app/disp/disp.c table_printf(table, "%s\n", sinfo->name);
table_printf 458 uspace/app/disp/disp.c table_printf(table, "Device Name\n");
table_printf 468 uspace/app/disp/disp.c table_printf(table, "%s\n", svc_name);
table_printf 276 uspace/app/inet/inet.c table_printf(table, "Addr/Width\t" "Link-Name\t" "Addr-Name\t"
table_printf 303 uspace/app/inet/inet.c table_printf(table, "%s\t" "%s\t" "%s\t" "%zu\n", astr,
table_printf 362 uspace/app/inet/inet.c table_printf(table, "Link-layer Address\t" "Link-Name\t" "Def-MTU\n");
table_printf 373 uspace/app/inet/inet.c table_printf(table, "%s\t %s\t %zu\n", saddr.str, linfo.name,
table_printf 424 uspace/app/inet/inet.c table_printf(table, "Dest/Width\t" "Router-Addr\t" "Route-Name\n");
table_printf 449 uspace/app/inet/inet.c table_printf(table, "%s\t" "%s\t" "%s\n", dest_str, router_str,
table_printf 194 uspace/app/pci/pci.c table_printf(table, "Address\t" "Type\t" "Driver\n");
table_printf 231 uspace/app/pci/pci.c table_printf(table, "%02x.%02x.%x\t" "%04x:%04x\t"
table_printf 223 uspace/app/vol/vol.c table_printf(table, "Volume Name\t" "Resource\t" "Content\t" "Auto\t"
table_printf 246 uspace/app/vol/vol.c table_printf(table, "%s\t" "%s\t" "%s\t" "%s\t" "%s\n",
table_printf 299 uspace/app/vol/vol.c table_printf(table, "Volume Name\t" "Path\n");
table_printf 308 uspace/app/vol/vol.c table_printf(table, "%s\t" "%s\n", vinfo.label, vinfo.path);
table_printf 104 uspace/lib/c/include/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
table_printf 44 uspace/lib/c/test/io/table.c rc = table_printf(table, "A\t" "B\t" "C\t" "D\n");
table_printf 46 uspace/lib/c/test/io/table.c rc = table_printf(table, "1\t" "2\t" "3\t" "4\n");
table_printf 47 uspace/lib/c/test/io/table.c rc = table_printf(table, "i\t" "ii\t" "iii\t" "iv\n");
table_printf 104 uspace/lib/posix/include/libc/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
HelenOS homepage, sources at GitHub