Searched refs:inventory_file (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dexample_database_load.c37 char *basename, *inventory_file, *vendor_file; local
70 inventory_file = malloc(size);
71 snprintf(inventory_file, size, "%s%s", basename, INVENTORY_FILE);
91 ret = load_inventory_database(my_stock, inventory_file);
197 load_inventory_database(STOCK_DBS my_stock, char *inventory_file) argument
217 ifp = fopen(inventory_file, "r");
219 fprintf(stderr, "Error opening file '%s'\n", inventory_file);

Completed in 217 milliseconds