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

/external/blktrace/
H A Dblkparse_fmt.c18 static char *override_format[256]; variable
30 if (override_format[(int)(*p)] == NULL)
31 override_format[(int)(*p)] = strdup(option);
48 override_format[spec] = strdup(option);
422 char *p = override_format[(int) *act];

Completed in 90 milliseconds