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

/external/fio/
H A Dinit.c1706 int c, ini_idx = 0, lidx, ret = 0, do_exit = 0, exit_val = 0; local
2044 ini_idx++;
2045 ini_file = realloc(ini_file, ini_idx * sizeof(char *));
2046 ini_file[ini_idx - 1] = strdup(argv[optind]);
2054 return ini_idx;

Completed in 63 milliseconds