crypto/openssl/crypto/x509/v3_cpols.c
296
USERNOTICE *not;
crypto/openssl/crypto/x509/v3_cpols.c
308
if ((not = USERNOTICE_new()) == NULL) {
crypto/openssl/crypto/x509/v3_cpols.c
312
qual->d.usernotice = not;
crypto/openssl/crypto/x509/v3_cpols.c
319
if ((not->exptext = ASN1_STRING_type_new(tag)) == NULL) {
crypto/openssl/crypto/x509/v3_cpols.c
326
if (!ASN1_STRING_set(not->exptext, value, len)) {
crypto/openssl/crypto/x509/v3_cpols.c
333
if (!not->noticeref) {
crypto/openssl/crypto/x509/v3_cpols.c
338
not->noticeref = nref;
crypto/openssl/crypto/x509/v3_cpols.c
340
nref = not->noticeref;
crypto/openssl/crypto/x509/v3_cpols.c
354
if (!not->noticeref) {
crypto/openssl/crypto/x509/v3_cpols.c
359
not->noticeref = nref;
crypto/openssl/crypto/x509/v3_cpols.c
361
nref = not->noticeref;
crypto/openssl/crypto/x509/v3_cpols.c
380
if (not->noticeref && (!not->noticeref->noticenos || !not->noticeref->organization)) {
crypto/openssl/crypto/x509/x509_vfy.c
695
* this means not last cert in chain,
lib/clang/liblldb/LLDBWrapLua.cpp
793
# error SWIG_LUA_TARGET not defined
lib/clang/liblldb/LLDBWrapLua.cpp
863
#warning eLua does not support pointers as constants. By default, nil will be used as value
lib/clang/liblldb/LLDBWrapLua.cpp
868
#warning eLua does not support pointers to member as constants. By default, nil will be used as value
libexec/rtld-elf/rtld-libc/rtld_libc.h
44
#define __libc_interposing error, must not use this variable inside rtld
sbin/ipf/libipf/load_file.c
17
int linenum, not;
sbin/ipf/libipf/load_file.c
58
not = 1;
sbin/ipf/libipf/load_file.c
61
not = 0;
sbin/ipf/libipf/load_file.c
82
a->al_not = not;
sbin/ipf/libipf/parseipfexpr.c
130
ipfe->ipfe_not = not;
sbin/ipf/libipf/parseipfexpr.c
37
int not, items, asize, *oplist, osize, i;
sbin/ipf/libipf/parseipfexpr.c
84
not = 1;
sbin/ipf/libipf/parseipfexpr.c
86
not = 0;
sbin/ipf/libipf/printipfexpr.c
100
PRINTF("ip6.addr %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
105
PRINTF("ip6.src %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
110
PRINTF("ip6.dst %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
13
int i, nelems, j, not;
sbin/ipf/libipf/printipfexpr.c
23
not = ipfe->ipfe_not;
sbin/ipf/libipf/printipfexpr.c
28
PRINTF("ip.addr %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
33
PRINTF("ip.p %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
38
PRINTF("ip.src %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
43
PRINTF("ip.dst %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
48
PRINTF("tcp.port %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
53
PRINTF("tcp.dport %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
58
PRINTF("tcp.sport %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
63
PRINTF("tcp.flags %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
74
PRINTF("udp.port %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
79
PRINTF("udp.dport %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
84
PRINTF("udp.sport %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
89
PRINTF("idle-gt %s= ", not ? "!" : "");
sbin/ipf/libipf/printipfexpr.c
94
PRINTF("tcp-state %s= ", not ? "!" : "");
sbin/pfctl/parse.y
1429
| not TAGGED string {
sbin/pfctl/parse.y
1601
| not TAGGED string {
sbin/pfctl/parse.y
1641
j->not = 1;
sbin/pfctl/parse.y
1757
not : '!' { $$ = 1; }
sbin/pfctl/parse.y
3327
| not TAGGED string {
sbin/pfctl/parse.y
3331
| not RECEIVEDON if_item {
sbin/pfctl/parse.y
3337
filter_opts.rcv->not = $1;
sbin/pfctl/parse.y
3754
if_item_not : not if_item { $$ = $2; $$->not = $1; }
sbin/pfctl/parse.y
3775
$$->not = 0;
sbin/pfctl/parse.y
3784
$$->not = 0;
sbin/pfctl/parse.y
3960
xmac : not mac {
sbin/pfctl/parse.y
4091
xhost : not host {
sbin/pfctl/parse.y
4095
n->not = $1;
sbin/pfctl/parse.y
4098
| not NOROUTE {
sbin/pfctl/parse.y
4104
$$->not = $1;
sbin/pfctl/parse.y
4107
| not URPFFAILED {
sbin/pfctl/parse.y
4113
$$->not = $1;
sbin/pfctl/parse.y
4145
b->next != NULL || b->not ||
sbin/pfctl/parse.y
4146
e->next != NULL || e->not) {
sbin/pfctl/parse.y
5391
binat.ifnot = $4->not;
sbin/pfctl/parse.y
5471
binat.dst.neg = $9->not;
sbin/pfctl/parse.y
5533
| not TAGGED string { $$.neg = $1; $$.name = $3; }
sbin/pfctl/parse.y
615
%type <v.number> tos not yesno optnodf sourcelim_opt_below
sbin/pfctl/parse.y
6253
if (interface->not) {
sbin/pfctl/parse.y
6367
(!interface->not && !strncmp(interface->ifname,
sbin/pfctl/parse.y
6369
(interface->not && strncmp(interface->ifname,
sbin/pfctl/parse.y
6522
r->ifnot = interface->not;
sbin/pfctl/parse.y
6533
r->ipsrc.neg = ipsrc->not;
sbin/pfctl/parse.y
6535
r->ipdst.neg = ipdst->not;
sbin/pfctl/parse.y
6910
r->ifnot = interface->not;
sbin/pfctl/parse.y
6913
r->src.neg = src_host->not;
sbin/pfctl/parse.y
6918
r->dst.neg = dst_host->not;
sbin/pfctl/parse.y
6931
r->rcvifnot = rcv->not;
sbin/pfctl/parse.y
7055
if (!interfaces || (!interfaces->next && !interfaces->not &&
sbin/pfctl/parse.y
7068
if (interface->not) {
sbin/pfctl/pfctl_parser.c
1387
printf(h->not ? " !" : " ");
sbin/pfctl/pfctl_parser.c
2072
int rv, not = 0;
sbin/pfctl/pfctl_parser.c
2075
not = !not;
sbin/pfctl/pfctl_parser.c
2080
rv = append_addr_host(b, n, test, not);
sbin/pfctl/pfctl_parser.c
2096
append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
sbin/pfctl/pfctl_parser.c
2103
addr.pfra_not = n->not ^ not;
sbin/pfctl/pfctl_parser.c
2120
if ((test && (not || addr.pfra_net != bits)) ||
sbin/pfctl/pfctl_parser.h
144
u_int8_t not;
sbin/pfctl/pfctl_parser.h
156
u_int8_t not;
sys/dev/isp/isp_freebsd.c
1282
if (isp_notify_ack(isp, tp->not)) {
sys/dev/isp/isp_freebsd.c
3126
tp->not = tp->data;
sys/dev/isp/isp_freebsd.h
144
void *not;
sys/dev/ocs_fc/ocs_fcp.h
165
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
441
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
473
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
485
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
496
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
508
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
523
#error big endian version not defined
sys/dev/ocs_fc/ocs_fcp.h
537
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1033
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1093
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1118
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1137
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1168
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1178
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1214
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1245
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1304
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1346
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1363
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1383
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1408
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1425
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1439
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1528
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1546
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1593
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1629
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1662
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1691
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1701
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1714
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1733
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1765
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1787
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1817
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1863
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1925
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1978
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
1987
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2000
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2016
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2135
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2208
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2229
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2275
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2287
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2307
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2319
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2333
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2351
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2364
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2377
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2393
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2405
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2422
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2433
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2452
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2463
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2477
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2494
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2512
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2522
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2551
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2560
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2569
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2582
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2598
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2608
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2616
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2626
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2643
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2659
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2748
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2768
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2788
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2803
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2822
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2832
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2851
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2865
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2882
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2895
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2909
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2923
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2931
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2941
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2951
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2965
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
2990
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3009
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3832
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3853
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3870
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3891
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3917
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3948
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
3977
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4010
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4026
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
403
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4057
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4072
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4089
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4106
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4200
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4256
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4323
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4402
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4457
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4513
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4584
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
464
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4648
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4708
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4778
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4829
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
484
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4893
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
4949
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
500
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5006
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5069
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5156
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5181
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5224
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5276
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5299
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5317
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
534
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5432
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5453
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5477
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5503
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
551
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5523
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
5544
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
603
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
622
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
706
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
730
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
743
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
760
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
779
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
828
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
852
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
871
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
909
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
929
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
949
#error big endian version not defined
sys/dev/ocs_fc/sli4.h
987
#error big endian version not defined
tools/tools/netmap/nmreplay.c
1391
Return value is 2 if argv[0] is not recosnised, 1 if there is an
tools/tools/netmap/nmreplay.c
1407
the functions are not supposed to modify these values
tools/tools/netmap/nmreplay.c
1426
If the option is not supplied, the system applies 0 extra delay