Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddiff.c579 char *quoted_file; in show_label() local
581 quoted_file = quote_filename(filename); in show_label()
582 printf("%s %s\t%s\n", prefix, quoted_file, in show_label()
584 free(quoted_file); in show_label()