Symbol: negate
bin/mined/mined2.c
1501
FLAG negate; /* Negate flag for BRACKET */
bin/mined/mined2.c
1572
negate = TRUE;
bin/mined/mined2.c
1575
negate = FALSE;
bin/mined/mined2.c
1610
if (negate == TRUE)
bin/pax/pat_rep.c
545
int negate;
bin/pax/pat_rep.c
548
if ((negate = (*pattern == '!')) != 0)
bin/pax/pat_rep.c
566
return (ok == negate ? NULL : pattern);
bin/sh/parser.c
373
int negate, t;
bin/sh/parser.c
375
negate = 0;
bin/sh/parser.c
379
negate = !negate;
bin/sh/parser.c
405
if (negate) {
crypto/libressl/tls/tls_config.c
219
int negate;
crypto/libressl/tls/tls_config.c
234
negate = 0;
crypto/libressl/tls/tls_config.c
236
negate = 1;
crypto/libressl/tls/tls_config.c
240
if (negate && protos == 0)
crypto/libressl/tls/tls_config.c
266
if (negate)
crypto/openssh/misc.c
2588
int negate = 0;
crypto/openssh/misc.c
2592
negate = 1;
crypto/openssh/misc.c
2596
return negate ? 0 : 1;
crypto/openssh/readconf.c
658
int r, port, this_result, result = 1, attributes = 0, negate;
crypto/openssh/readconf.c
688
if ((negate = (attrib[0] == '!')))
crypto/openssh/readconf.c
703
result = negate ? 0 : 1;
crypto/openssh/readconf.c
718
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
735
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
740
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
745
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
750
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
759
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
765
if (r == (negate ? 1 : 0))
crypto/openssh/readconf.c
816
if (r == (negate ? 1 : 0))
lib/libc/gen/fnmatch.c
214
int negate, ok;
lib/libc/gen/fnmatch.c
228
if ((negate = (*pattern == '!' || *pattern == '^')))
lib/libc/gen/fnmatch.c
285
return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
sbin/mountctl/mountctl.c
304
int negate;
sbin/mountctl/mountctl.c
322
negate = 1;
sbin/mountctl/mountctl.c
327
negate = -1;
sbin/mountctl/mountctl.c
330
negate = -1;
sbin/mountctl/mountctl.c
337
reversable_opt = negate;
sbin/mountctl/mountctl.c
339
reversable_opt = negate;
sbin/mountctl/mountctl.c
341
twoway_opt = negate;
sbin/mountctl/mountctl.c
354
} else if (negate < 0) {
sbin/mountctl/mountctl.c
370
if (negate < 0)
sbin/mountctl/mountctl.c
371
start_opt = -negate;
sbin/mountctl/mountctl.c
373
freeze_opt = negate;
sbin/mountctl/mountctl.c
375
if (negate < 0)
sbin/mountctl/mountctl.c
376
freeze_opt = -negate;
sbin/mountctl/mountctl.c
378
start_opt = negate;
sbin/mountctl/mountctl.c
380
close_opt = negate;
sbin/mountctl/mountctl.c
382
abort_opt = negate;
sbin/mountctl/mountctl.c
384
flush_opt = negate;
sbin/mountctl/mountctl.c
393
if (cannotnegate && negate < 0) {
sys/libkern/fnmatch.c
169
int negate, ok;
sys/libkern/fnmatch.c
179
if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
sys/libkern/fnmatch.c
223
return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
usr.bin/dc/bcode.c
1198
negate(p);
usr.bin/dc/bcode.h
97
void negate(struct number *);
usr.bin/dc/inout.c
223
negate(n);
usr.bin/top/commands.c
475
register char negate;
usr.bin/top/commands.c
484
if ((negate = (*str == '-')) != 0)
usr.bin/top/commands.c
494
if (negate)