Lines Matching defs:not
6 * You may not use this file except in compliance with the License.
144 "-not", NOT, Op,
547 * that is not remote, then it is
817 int not = 1;
849 not = !not;
887 * file system type, then it is not local.
1031 * XPG4 find should not treat a leading '.' in a
1033 * /usr/bin/find will not pattern match a leading
1148 * evaluate 'val' and 'not' (exclusive-or)
1149 * if no inversion (not == 1), return only when val == 0
1150 * (primary not true). Otherwise, invert the primary
1155 if (val^not) {
1160 not = 1;
1208 * exitcode should be NULL when -exec or -ok is not punctuated
1340 gettext("-delete is not allowed when symlinks are "
1557 * directory must not be writable by the real user
1995 * is POSIX/V7/BSD behaviour, but not SVID.