HelenOS sources

table_create      216 uspace/app/devctl/devctl.c 	rc = table_create(&table);
table_create      239 uspace/app/disp/disp.c 	rc = table_create(&table);
table_create      449 uspace/app/disp/disp.c 	rc = table_create(&table);
table_create      269 uspace/app/inet/inet.c 	rc = table_create(&table);
table_create      355 uspace/app/inet/inet.c 	rc = table_create(&table);
table_create      417 uspace/app/inet/inet.c 	rc = table_create(&table);
table_create      186 uspace/app/pci/pci.c 	rc = table_create(&table);
table_create      216 uspace/app/vol/vol.c 	rc = table_create(&table);
table_create      292 uspace/app/vol/vol.c 	rc = table_create(&table);
table_create      100 uspace/lib/c/include/io/table.h extern errno_t table_create(table_t **);
table_create       41 uspace/lib/c/test/io/table.c 	rc = table_create(&table);
table_create      100 uspace/lib/posix/include/libc/io/table.h extern errno_t table_create(table_t **);
HelenOS homepage, sources at GitHub