Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddiff.c576 static void show_label(char *prefix, char *filename, struct stat *sb) in show_label() function
644 else show_label("---", files[0], &(TT).st[0]); in do_diff()
646 show_label("+++", files[1], &(TT).st[1]); in do_diff()
/external/iproute2/include/
Dutils.h249 bool show_label);
/external/iproute2/lib/
Dutils.c1216 bool show_label) in do_each_netns() argument
1220 if (show_label) in do_each_netns()