Home
last modified time | relevance | path

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

/dports/sysutils/di/di-4.50/D/
H A Ddihelp.d21 writeln (DI_GT(" [-I include-fstyp-list] [file [...]]")); in usage()
22 writeln (DI_GT(" -a : print all mounted devices")); in usage()
25 writeln (DI_GT(" -f x : use format string <x>")); in usage()
26 writeln (DI_GT(" -I x : include only file system types in <x>")); in usage()
27 writeln (DI_GT(" -x x : exclude file system types in <x>")); in usage()
28 writeln (DI_GT(" -l : display local filesystems only")); in usage()
29 writeln (DI_GT(" -n : don't print header")); in usage()
30 writeln (DI_GT(" -t : print totals")); in usage()
31 writeln (DI_GT(" Format string values:")); in usage()
37 writeln (DI_GT(" 2 - percentage of user-available space in use.")); in usage()
[all …]
H A Ddilocale.d12 auto DI_GT (string txt) { return (to!string(gettext(toStringz(txt)))); } in DI_GT() function
14 auto DI_GT (string txt) { return (txt); } in DI_GT() function
H A Ddisplay.d283 auto title = DI_GT (formatTypes[formatTypesIdxs[c]].title); in buildDisplayList()
302 title = DI_GT (dispData.dispOpts.dispBlockLabel); in buildDisplayList()
438 dispData.dps.tot.name = DI_GT("Total"); in displayPartitions()
/dports/sysutils/di/di-4.50/C/
H A Doptions.c837 printf (DI_GT(" [-I include-fstyp-list] [file [...]]\n")); in usage()
838 printf (DI_GT(" -a : print all mounted devices\n")); in usage()
841 printf (DI_GT(" -f x : use format string <x>\n")); in usage()
842 printf (DI_GT(" -I x : include only file system types in <x>\n")); in usage()
843 printf (DI_GT(" -x x : exclude file system types in <x>\n")); in usage()
844 printf (DI_GT(" -l : display local filesystems only\n")); in usage()
845 printf (DI_GT(" -n : don't print header\n")); in usage()
846 printf (DI_GT(" -t : print totals\n")); in usage()
847 printf (DI_GT(" Format string values:\n")); in usage()
858 printf (DI_GT("See manual page for more options.\n")); in usage()
[all …]
H A Ddi.h323 #ifndef DI_GT
325 # define DI_GT(args) gettext(args) macro
327 # define DI_GT(args) (args) macro
H A Ddisplay.c217 strncpy (totals.name, DI_GT("Total"), (Size_t) DI_NAME_LEN);
1094 printf (DI_GT("di version %s Default Format: %s\n"),
1306 pstr = DI_GT (pstr);