Home | History | Annotate | Download | only in pending

Lines Matching defs:no

105 //is we have 'no' or ! before type.
108 int no = 0;
110 if ((*p[0] == 'n' && *(*p + 1) == 'o')) no = 2;
111 else if (*p[0] == '!') no = 1;
112 *p += no;
113 return ((no) ? 1 :0);
119 int n = 1, no;
131 no = is_no_prefix(&p);
133 TT.arr_flag[n] = no ? FLAG_WITH_NO_PRFX :FLAG_WITHOUT_NO_PRFX;
134 TT.negate = no;
138 TT.negate = no;
140 if (!n) TT.negate = no;
141 if (n && TT.negate != no) error_exit("either all or none of the filesystem"
142 " types passed to -t must be prefixed with 'no' or '!'");
265 else if (errno == ECHILD) break; //No child to wait, break and return status.