Symbol: not
crypto/libressl/crypto/x509/x509_cpols.c
564
USERNOTICE *not;
crypto/libressl/crypto/x509/x509_cpols.c
570
if (!(not = USERNOTICE_new()))
crypto/libressl/crypto/x509/x509_cpols.c
572
qual->d.usernotice = not;
crypto/libressl/crypto/x509/x509_cpols.c
576
if (not->exptext == NULL) {
crypto/libressl/crypto/x509/x509_cpols.c
577
not->exptext = ASN1_VISIBLESTRING_new();
crypto/libressl/crypto/x509/x509_cpols.c
578
if (not->exptext == NULL)
crypto/libressl/crypto/x509/x509_cpols.c
581
if (!ASN1_STRING_set(not->exptext, cnf->value,
crypto/libressl/crypto/x509/x509_cpols.c
586
if (!not->noticeref) {
crypto/libressl/crypto/x509/x509_cpols.c
589
not->noticeref = nref;
crypto/libressl/crypto/x509/x509_cpols.c
591
nref = not->noticeref;
crypto/libressl/crypto/x509/x509_cpols.c
602
if (!not->noticeref) {
crypto/libressl/crypto/x509/x509_cpols.c
605
not->noticeref = nref;
crypto/libressl/crypto/x509/x509_cpols.c
607
nref = not->noticeref;
crypto/libressl/crypto/x509/x509_cpols.c
628
if (not->noticeref &&
crypto/libressl/crypto/x509/x509_cpols.c
629
(!not->noticeref->noticenos || !not->noticeref->organization)) {
usr.bin/dc/bcode.c
104
static void not(void);
usr.bin/dc/bcode.c
185
{ 'N', not },
usr.sbin/pfctl/parse.y
1183
| not TAGGED string {
usr.sbin/pfctl/parse.y
1223
j->not = 1;
usr.sbin/pfctl/parse.y
1328
not : '!' { $$ = 1; }
usr.sbin/pfctl/parse.y
2401
| not TAGGED string {
usr.sbin/pfctl/parse.y
2628
if_item_not : not if_item { $$ = $2; $$->not = $1; }
usr.sbin/pfctl/parse.y
2649
$$->not = 0;
usr.sbin/pfctl/parse.y
2808
xhost : not host {
usr.sbin/pfctl/parse.y
2812
n->not = $1;
usr.sbin/pfctl/parse.y
2815
| not NOROUTE {
usr.sbin/pfctl/parse.y
2821
$$->not = $1;
usr.sbin/pfctl/parse.y
2824
| not URPFFAILED {
usr.sbin/pfctl/parse.y
2830
$$->not = $1;
usr.sbin/pfctl/parse.y
2861
b->next != NULL || b->not ||
usr.sbin/pfctl/parse.y
2862
e->next != NULL || e->not) {
usr.sbin/pfctl/parse.y
4105
binat.ifnot = $4->not;
usr.sbin/pfctl/parse.y
4177
binat.dst.neg = $9->not;
usr.sbin/pfctl/parse.y
4235
| not TAGGED string { $$.neg = $1; $$.name = $3; }
usr.sbin/pfctl/parse.y
462
%type <v.number> tos not yesno
usr.sbin/pfctl/parse.y
4717
if (h->not) {
usr.sbin/pfctl/parse.y
4822
if (interface->not) {
usr.sbin/pfctl/parse.y
4934
(!interface->not && !strncmp(interface->ifname,
usr.sbin/pfctl/parse.y
4936
(interface->not && strncmp(interface->ifname,
usr.sbin/pfctl/parse.y
5140
r->ifnot = interface->not;
usr.sbin/pfctl/parse.y
5143
r->src.neg = src_host->not;
usr.sbin/pfctl/parse.y
5148
r->dst.neg = dst_host->not;
usr.sbin/pfctl/parse.y
5238
if (!interfaces || (!interfaces->next && !interfaces->not &&
usr.sbin/pfctl/parse.y
5251
if (interface->not) {
usr.sbin/pfctl/pfctl_parser.c
1055
printf(h->not ? " !" : " ");
usr.sbin/pfctl/pfctl_parser.c
1645
int rv, not = 0;
usr.sbin/pfctl/pfctl_parser.c
1648
not = !not;
usr.sbin/pfctl/pfctl_parser.c
1653
rv = append_addr_host(b, n, test, not);
usr.sbin/pfctl/pfctl_parser.c
1669
append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
usr.sbin/pfctl/pfctl_parser.c
1676
addr.pfra_not = n->not ^ not;
usr.sbin/pfctl/pfctl_parser.c
1693
if ((test && (not || addr.pfra_net != bits)) ||
usr.sbin/pfctl/pfctl_parser.h
105
u_int8_t not;
usr.sbin/pfctl/pfctl_parser.h
117
u_int8_t not;