Home | History | Annotate | Download | only in posix

Lines Matching refs:toys

30 #include "toys.h"
60 if (toys.optflags & (FLAG_H|FLAG_h)) {
65 const char *use_label = toys.optflags & FLAG_P ? "Capacity" : "Use%";
102 if (!(toys.optflags & FLAG_a) && !mt->statvfs.f_blocks) return;
127 if (toys.optflags & (FLAG_H|FLAG_h)) {
129 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0;
154 if (toys.optflags & (FLAG_H|FLAG_h)) {
158 TT.units = toys.optflags & FLAG_P ? 512 : 1024;
165 if (*toys.optargs) {
170 for (next = toys.optargs; *next; next++) {
205 if (!toys.optflags & FLAG_a) mt3->stat.st_dev = 0;