Lines Matching refs:FLAG
81 if (errno == ENXIO && (FLAG(a) || FLAG(j))) goto done;
83 if (errno == ENXIO && FLAG(f) && !file) {
98 if (FLAG(c) || FLAG(d)) {
100 if (ioctl(lfd, FLAG(c) ? 0x4C07 : LOOP_CLR_FD, 0)) {
119 if (FLAG(s)) puts(device);
158 TT.openflags = FLAG(r) ? O_RDONLY : O_RDWR;
177 if (FLAG(D)) toys.optflags |= FLAG_a | FLAG_d;
179 if (FLAG(f)) {
182 } else if (FLAG(a) || FLAG(j)) {
187 char *file = (FLAG(c) || FLAG(d)) ? NULL : toys.optargs[1];