Home | History | Annotate | Download | only in posix

Lines Matching refs:toys

46 #include "toys.h"
70 if (!(toys.optflags&(FLAG_H-1))) toys.optflags |= FLAG_f;
71 if ((FLAG(a)||FLAG(p)) && toys.optc) error_exit("can't set -ap");
79 int get = toys.optflags&(FLAG_a|(1<<i));
82 if (!toys.optc) {
103 if (toys.optflags&(1<<i)) break;
108 if (toys.optc) {
111 if (tolower(**toys.optargs) == 'u') val = RLIM_INFINITY;
112 else val = atolx_range(*toys.optargs, 0, LONG_MAX);