Home
last modified time | relevance | path

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

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