Lines Matching defs:check
270 int check = active && test;
280 if (check) not = !not;
288 if (!check) active = 0;
307 if (new && check)
318 if (check) not = !not;
321 if (check) test = 1;
323 if (check) test = 0;
331 if (check) do_print(new, s[5] ? 0 : '\n');
334 if (check) {
350 if (check && bufgetpwuid(new->st.st_uid)) test = 0;
352 if (check && bufgetgrgid(new->st.st_gid)) test = 0;
354 if (check && S_ISDIR(new->st.st_mode) && !TT.depth) recurse = 0;
356 if (check && faccessat(dirtree_parentfd(new), new->name,X_OK,0)) test = 0;
358 if (check) {
378 if ((check || !new) && name) name = strlower(name);
383 if (check) {
390 if (check) {
400 if (check) {
411 if (check) {
428 if (check) {
443 if (check) test = compare_numsign(new->st.st_size, 512, ss[1]);
445 if (check) test = compare_numsign(new->st.st_nlink, 0, ss[1]);
447 if (check) test = compare_numsign(new->st.st_ino, 0, ss[1]);
449 if (check) {
501 if (check) {
561 if (!check) goto cont;
595 // Argument consumed, skip the check.
603 if (check) for (fmt = ss[1]; *fmt; fmt++) {