Home | History | Annotate | Download | only in fio

Lines Matching full:opts

1449 	char **opts;
1483 opts = NULL;
1485 opts = *popts;
1490 if (!opts) {
1492 opts = malloc(sizeof(char *) * alloc_opts);
1565 memset(opts, 0, alloc_opts * sizeof(char *));
1609 name, &opts, &alloc_opts, &num_opts))) {
1619 opts = realloc(opts,
1623 opts[num_opts] = strdup(p);
1628 *popts = opts;
1634 ret = fio_options_parse(td, opts, num_opts, dump_cmdline);
1643 free(opts[i]);
1656 free(opts);