Symbol: not
bin/ksh/c_test.c
202
int not;
bin/ksh/c_test.c
217
if ((not = *opnd1 == '!'))
bin/ksh/c_test.c
223
if (not)
bin/ksh/misc.c
744
int c, d, rv, not, found = 0;
bin/ksh/misc.c
747
if ((not = (ISMAGIC(*p) && *++p == '!')))
bin/ksh/misc.c
799
return (found != not) ? p+2 : NULL;
lib/libcrypto/x509/x509_cpols.c
590
USERNOTICE *not;
lib/libcrypto/x509/x509_cpols.c
596
if (!(not = USERNOTICE_new()))
lib/libcrypto/x509/x509_cpols.c
598
qual->d.usernotice = not;
lib/libcrypto/x509/x509_cpols.c
602
if (not->exptext == NULL) {
lib/libcrypto/x509/x509_cpols.c
603
not->exptext = ASN1_UTF8STRING_new();
lib/libcrypto/x509/x509_cpols.c
604
if (not->exptext == NULL)
lib/libcrypto/x509/x509_cpols.c
607
if (!ASN1_STRING_set(not->exptext, cnf->value,
lib/libcrypto/x509/x509_cpols.c
612
if (!not->noticeref) {
lib/libcrypto/x509/x509_cpols.c
615
not->noticeref = nref;
lib/libcrypto/x509/x509_cpols.c
617
nref = not->noticeref;
lib/libcrypto/x509/x509_cpols.c
628
if (!not->noticeref) {
lib/libcrypto/x509/x509_cpols.c
631
not->noticeref = nref;
lib/libcrypto/x509/x509_cpols.c
633
nref = not->noticeref;
lib/libcrypto/x509/x509_cpols.c
654
if (not->noticeref &&
lib/libcrypto/x509/x509_cpols.c
655
(!not->noticeref->noticenos || !not->noticeref->organization)) {
lib/libpcap/grammar.y
190
| not id { gen_not($2.b); $$ = $2; }
lib/libpcap/grammar.y
192
not: '!' { $$ = $<blk>0; }
lib/libpcap/grammar.y
205
| not term { gen_not($2.b); $$ = $2; }
lib/libpcap/grammar.y
98
%type <blk> and or paren not null prog
regress/lib/libc/sys/t_wait_noproc.c
113
* Adjusted for OpenBSD, not available
sbin/pfctl/parse.y
1174
j->not = 1;
sbin/pfctl/parse.y
1288
not : '!' { $$ = 1; }
sbin/pfctl/parse.y
2447
| not TAGGED string {
sbin/pfctl/parse.y
2623
| not RECEIVEDON if_item {
sbin/pfctl/parse.y
2629
filter_opts.rcv->not = $1;
sbin/pfctl/parse.y
2905
if_item_not : not if_item { $$ = $2; $$->not = $1; }
sbin/pfctl/parse.y
2926
$$->not = 0;
sbin/pfctl/parse.y
2935
$$->not = 0;
sbin/pfctl/parse.y
2946
$$->not = 0;
sbin/pfctl/parse.y
3106
xhost : not host {
sbin/pfctl/parse.y
3110
n->not = $1;
sbin/pfctl/parse.y
3113
| not NOROUTE {
sbin/pfctl/parse.y
3119
$$->not = $1;
sbin/pfctl/parse.y
3122
| not URPFFAILED {
sbin/pfctl/parse.y
3128
$$->not = $1;
sbin/pfctl/parse.y
3170
b->next != NULL || b->not ||
sbin/pfctl/parse.y
3171
e->next != NULL || e->not) {
sbin/pfctl/parse.y
4689
if (h->not) {
sbin/pfctl/parse.y
5240
r->ifnot = interface->not;
sbin/pfctl/parse.y
5243
r->src.neg = src_host->not;
sbin/pfctl/parse.y
5248
r->dst.neg = dst_host->not;
sbin/pfctl/parse.y
5261
r->rcvifnot = rcv->not;
sbin/pfctl/parse.y
5424
if (!interfaces || (!interfaces->next && !interfaces->not &&
sbin/pfctl/parse.y
5437
if (interface->not) {
sbin/pfctl/parse.y
553
%type <v.number> tos not yesno optnodf sourcelim_opt_below
sbin/pfctl/pfctl_parser.c
1253
printf(h->not ? " !" : " ");
sbin/pfctl/pfctl_parser.c
1895
int rv, not = 0, i = 0;
sbin/pfctl/pfctl_parser.c
1925
not = !not;
sbin/pfctl/pfctl_parser.c
1930
rv = append_addr_host(b, n, test, not);
sbin/pfctl/pfctl_parser.c
1947
append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
sbin/pfctl/pfctl_parser.c
1954
addr.pfra_not = n->not ^ not;
sbin/pfctl/pfctl_parser.c
1981
if ((test && (not || addr.pfra_net != bits)) ||
sbin/pfctl/pfctl_parser.h
133
u_int8_t not;
sbin/pfctl/pfctl_parser.h
147
u_int8_t not;
sys/arch/arm/include/bus.h
827
!!! bus_space_read_raw_multi_8 not implemented !!!
sys/arch/arm/include/bus.h
836
!!! bus_space_write_raw_multi_8 not implemented !!!
sys/arch/i386/include/bus.h
261
#define bus_space_write_8 !!! bus_space_write_8 not implemented !!!
sys/arch/i386/include/bus.h
262
#define bus_space_write_raw_8 !!! bus_space_write_raw_8 not implemented !!!
sys/arch/luna88k/include/bus.h
321
#define bus_space_write_8 !!! bus_space_write_8 not implemented !!!
sys/arch/macppc/include/bus.h
160
#define bus_space_read_multi_8 !!! bus_space_read_multi_8 not implemented !!!
sys/arch/macppc/include/bus.h
163
#define bus_space_write_multi_8 !!! bus_space_write_multi_8 not implemented !!!
sys/arch/macppc/include/bus.h
178
#define bus_space_write_multi_8 !!! bus_space_write_multi_8 not implemented !!!
sys/arch/macppc/include/bus.h
424
!!! bus_space_read_raw_multi_8 not implemented !!!
sys/arch/macppc/include/bus.h
433
!!! bus_space_write_raw_multi_8 not implemented !!!
sys/arch/macppc/include/bus.h
445
!!! bus_space_set_region_8 not implemented !!!
sys/arch/macppc/include/bus.h
457
!!! bus_space_copy_8 not implemented !!!
sys/arch/sh/include/locore.h
100
not r3, r3 ;\
sys/arch/sh/include/locore.h
172
not Rn, Rn ;\
sys/arch/sh/include/locore.h
191
not Rn, Rn ;\
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
671
struct i915_sw_fence *timeout = NULL, *not = NULL;
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
687
not = wrap_dma_fence(dma, 0);
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
688
if (IS_ERR(not)) {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
689
err = PTR_ERR(not);
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
694
if (i915_sw_fence_done(timeout) || i915_sw_fence_done(not)) {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
710
if (i915_sw_fence_done(timeout) || i915_sw_fence_done(not)) {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
722
if (i915_sw_fence_done(not)) {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
730
if (!i915_sw_fence_done(timeout) || !i915_sw_fence_done(not)) {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
735
free_fence(not);
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
745
if (!IS_ERR_OR_NULL(not))
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
746
free_fence(not);
sys/dev/usb/ucom.c
948
XXX what if the hardware is not open
sys/stand/efi/include/efidebug.h
89
#define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
sys/stand/efi/include/efidebug.h
90
#define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
usr.bin/dc/bcode.c
100
static void not(void);
usr.bin/dc/bcode.c
179
{ 'N', not },
usr.bin/lex/tables_shared.h
139
%not-for-header
usr.bin/make/parse.c
1273
bool not = false;
usr.bin/make/parse.c
1280
not = true;
usr.bin/make/parse.c
1315
if (not)
usr.bin/make/parse.c
1319
if (not)
usr.bin/tmux/format.c
4443
format_bool_op_1(struct format_expand_state *es, const char *fmt, int not)
usr.bin/tmux/format.c
4450
if (not)
usr.bin/tmux/server-client.c
2555
int not;
usr.bin/tmux/server-client.c
2559
not = (*next == '!');
usr.bin/tmux/server-client.c
2560
if (not)
usr.bin/tmux/server-client.c
2579
if (not) {
usr.sbin/hostapd/parse.y
1112
not : /* empty */
usr.sbin/hostapd/parse.y
174
%type <v.number> not
usr.sbin/hostapd/parse.y
350
| ON not STRING
usr.sbin/hostapd/parse.y
397
iappsubtype : not ADD NOTIFY
usr.sbin/hostapd/parse.y
401
| not RADIOTAP
usr.sbin/hostapd/parse.y
405
| not ROUTE ROAMING
usr.sbin/hostapd/parse.y
409
| not ADDRESS ROAMING
usr.sbin/hostapd/parse.y
533
| TYPE not DATA
usr.sbin/hostapd/parse.y
539
| TYPE not MANAGEMENT frmmatchmgmt
usr.sbin/hostapd/parse.y
549
| SUBTYPE not frmsubtype
usr.sbin/hostapd/parse.y
620
frmelem : NWID not STRING
usr.sbin/hostapd/parse.y
731
| DIR not frmdir
usr.sbin/hostapd/parse.y
757
| FROM not frmmatchaddr
usr.sbin/hostapd/parse.y
772
| TO not frmmatchaddr
usr.sbin/hostapd/parse.y
787
| BSSID not frmmatchaddr
usr.sbin/nsd/xfrd-notify.c
100
not->apex_str = options->name;
usr.sbin/nsd/xfrd-notify.c
101
not->node.key = not->apex;
usr.sbin/nsd/xfrd-notify.c
102
not->options = options;
usr.sbin/nsd/xfrd-notify.c
105
not->current_soa = (struct xfrd_soa*)region_alloc(region,
usr.sbin/nsd/xfrd-notify.c
107
memset(not->current_soa, 0, sizeof(struct xfrd_soa));
usr.sbin/nsd/xfrd-notify.c
109
not->notify_send_handler.ev_fd = -1;
usr.sbin/nsd/xfrd-notify.c
110
not->notify_send6_handler.ev_fd = -1;
usr.sbin/nsd/xfrd-notify.c
111
not->is_waiting = 0;
usr.sbin/nsd/xfrd-notify.c
113
not->notify_send_enable = 0;
usr.sbin/nsd/xfrd-notify.c
114
not->notify_send6_enable = 0;
usr.sbin/nsd/xfrd-notify.c
115
tsig_create_record_custom(&not->notify_tsig, NULL, 0, 0, 4);
usr.sbin/nsd/xfrd-notify.c
116
not->notify_current = 0;
usr.sbin/nsd/xfrd-notify.c
117
rbtree_insert(tree, (rbnode_type*)not);
usr.sbin/nsd/xfrd-notify.c
124
struct notify_zone* not = (struct notify_zone*)rbtree_delete(
usr.sbin/nsd/xfrd-notify.c
126
if(!not)
usr.sbin/nsd/xfrd-notify.c
130
if(not->is_waiting) {
usr.sbin/nsd/xfrd-notify.c
131
if(not->waiting_prev)
usr.sbin/nsd/xfrd-notify.c
132
not->waiting_prev->waiting_next = not->waiting_next;
usr.sbin/nsd/xfrd-notify.c
133
else xfrd->notify_waiting_first = not->waiting_next;
usr.sbin/nsd/xfrd-notify.c
134
if(not->waiting_next)
usr.sbin/nsd/xfrd-notify.c
135
not->waiting_next->waiting_prev = not->waiting_prev;
usr.sbin/nsd/xfrd-notify.c
136
else xfrd->notify_waiting_last = not->waiting_prev;
usr.sbin/nsd/xfrd-notify.c
137
not->is_waiting = 0;
usr.sbin/nsd/xfrd-notify.c
141
if(not->notify_send_enable || not->notify_send6_enable) {
usr.sbin/nsd/xfrd-notify.c
142
notify_disable(not);
usr.sbin/nsd/xfrd-notify.c
146
tsig_delete_record(&not->notify_tsig, NULL);
usr.sbin/nsd/xfrd-notify.c
149
region_recycle(xfrd->region, not->current_soa, sizeof(xfrd_soa_type));
usr.sbin/nsd/xfrd-notify.c
151
region_recycle(xfrd->region, not, sizeof(*not));
usr.sbin/nsd/xfrd-notify.c
96
struct notify_zone* not = (struct notify_zone*)
usr.sbin/nsd/xfrd-notify.c
98
memset(not, 0, sizeof(struct notify_zone));
usr.sbin/nsd/xfrd-notify.c
99
not->apex = options->node.key;