Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Ddf.c306 char *uni_type = unicode_conv_to_printable(&uni_stat, fs_type); in df_main() local
308 printf(" %s\n%31s", uni_type, ""); in df_main()
310 printf(" %s%*s", uni_type, 10 - (int)uni_stat.unicode_width, ""); in df_main()
311 free(uni_type); in df_main()