Searched defs:job_sections (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dinit.c46 static char **job_sections; variable
1412 if (!strcmp(job_sections[i], name))
1652 free(job_sections[i]);
2092 job_sections = realloc(job_sections, new_size);
2093 job_sections[nr_job_sections] = strdup(optarg);

Completed in 40 milliseconds