Lines Matching refs:toys
22 #include "toys.h"
26 if (!(toys.optflags & FLAG_q)) printf("%s: not a %s\n", *toys.optargs, gripe);
28 toys.exitval++;
35 char *arg = *toys.optargs;
36 int quiet = toys.optflags & FLAG_q;
40 if (toys.optflags & FLAG_x) {
61 toys.exitval = !(st1.st_dev != st2.st_dev || st1.st_ino == st2.st_ino);
62 if (toys.optflags & FLAG_d)
65 printf("%s is %sa mountpoint\n", *toys.optargs, toys.exitval ? "not " : "");