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

/external/fio/
H A Dinit.c38 static char **ini_file; variable
2338 ini_file = realloc(ini_file, ini_idx * sizeof(char *));
2339 ini_file[ini_idx - 1] = strdup(argv[optind]);
2385 if (fio_clients_send_ini(ini_file[i]))
2387 free(ini_file[i]);
2389 if (parse_jobs_ini(ini_file[i], 0, i, type))
2391 free(ini_file[i]);
2401 free(ini_file);
H A Dclient.c297 int fio_client_add_ini_file(void *cookie, const char *ini_file, int remote) argument
307 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
316 cf->file = strdup(ini_file);

Completed in 73 milliseconds