Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/openbsd/usr.bin/tmux/
H A Dnotify.c72 if (cmd_find_empty_state(&ne->fs) || !cmd_find_valid_state(&ne->fs)) in notify_insert_hook()
137 control_notify_window_unlinked(ne->session, ne->window); in notify_callback()
139 control_notify_window_linked(ne->session, ne->window); in notify_callback()
168 if (ne->fs.s != NULL) in notify_callback()
174 free(ne); in notify_callback()
191 ne = xcalloc(1, sizeof *ne); in notify_add()
194 ne->client = c; in notify_add()
195 ne->session = s; in notify_add()
196 ne->window = w; in notify_add()
236 memset(&ne, 0, sizeof ne); in notify_hook()
[all …]
/openbsd/lib/libcrypto/x509/
H A Dx509name.c226 if (!ne) in X509_NAME_add_entry_by_OBJ()
242 if (!ne) in X509_NAME_add_entry_by_NID()
258 if (!ne) in X509_NAME_add_entry_by_txt()
368 if ((ne == NULL) || (*ne == NULL)) { in X509_NAME_ENTRY_create_by_OBJ()
372 ret= *ne; in X509_NAME_ENTRY_create_by_OBJ()
379 if ((ne != NULL) && (*ne == NULL)) in X509_NAME_ENTRY_create_by_OBJ()
380 *ne = ret; in X509_NAME_ENTRY_create_by_OBJ()
384 if ((ne == NULL) || (ret != *ne)) in X509_NAME_ENTRY_create_by_OBJ()
432 if (ne == NULL) in X509_NAME_ENTRY_get_object()
441 if (ne == NULL) in X509_NAME_ENTRY_get_data()
[all …]
H A Dx509_obj.c73 X509_NAME_ENTRY *ne; in X509_NAME_oneline() local
104 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
105 n = OBJ_obj2nid(ne->object); in X509_NAME_oneline()
107 i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object); in X509_NAME_oneline()
112 type = ne->value->type; in X509_NAME_oneline()
113 num = ne->value->length; in X509_NAME_oneline()
114 q = ne->value->data; in X509_NAME_oneline()
152 q = ne->value->data; in X509_NAME_oneline()
/openbsd/regress/usr.bin/mandoc/roff/args/
H A Dmdoc.out_ascii8 escaped blanks: --oonnee oonnee --ttwwoo ttwwoo text
9 escaped 'e' character: --oonnee\\oonnee --ttwwoo text
17 quoted quotes: --oonnee""oonnee --""ttwwoo"" text
18 quoted whitespace: --oonnee oonnee --ttwwoo ttwwoo text
19 escaped 'e' characters: --oonnee \\ oonnee --\\ text
20 double inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
21 triple inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
23 single eol blank: --oonnee oonnee --ttwwoo ttwwoo text
24 double eol blank: --oonnee oonnee --ttwwoo ttwwoo text
25 triple eol blank: --oonnee oonnee --ttwwoo ttwwoo text
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt12_bit.s30 bset/ne #0x7,@er1 ;7d107076
31 bset/ne #0x7,@0xffffff12:8 ;7f127076
32 bset/ne #0x7,@0x1234:16 ;6a1812347076
35 bset/ne r3h,@er1 ;7d106036
36 bset/ne r3h,@0xffffff12:8 ;7f126036
37 bset/ne r3h,@0x1234:16 ;6a1812346036
74 bclr/ne #0x7,@er1 ;7d107276
75 bclr/ne #0x7,@0xffffff12:8 ;7f127276
79 bclr/ne r3h,@er1 ;7d106236
80 bclr/ne r3h,@0xffffff12:8 ;7f126236
[all …]
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dcmdopt.t48 if ($a ne 'a') { print "not ok 22\n";} else { print "ok 22\n";}
57 if ($a ne 'a' and $x) { print "not ok 26\n";} else { print "ok 26\n";}
60 if ($a ne 'a' and $x) { print "not ok 28\n";} else { print "ok 28\n";}
64 if ($a ne 'a' or $x) { print "ok 30\n";} else { print "not ok 30\n";}
67 if ($a ne 'a' or $x) { print "not ok 32\n";} else { print "ok 32\n";}
85 if ($a ne 'a' xor $x) { print "ok 42\n";} else { print "not ok 42\n";}
88 if ($a ne 'a' xor $x) { print "not ok 44\n";} else { print "ok 44\n";}
H A Dhints.t26 print "not " if $^H{foo} ne "a";
34 print "not " if $^H{foo} ne "b";
39 print "not " if $^H{foo} ne "a";
67 print "not " if $^H{foo} ne "a";
161 print "not " x ($^H{foo} ne 'bar'),
170 "not " x ($^H{foo} ne 'bar'),
242 print "not " if $h ne '';
/openbsd/gnu/usr.bin/perl/t/base/
H A Drs.t41 print +($/ ne "\n" ? "not " : "") .
160 if ($bar ne "1\n") {print "not ";}
167 if ($bar ne "12\n") {print "not ";}
174 if ($bar ne "123") {print "not ";}
185 if ($bar ne "1234") {print "not ";}
196 if ($bar ne "1234\n12345\n\n") {print "not ";}
203 if ($bar ne "123456\n1234567\n") {print "not ";}
214 if ($bar ne "12") {print "not ";}
221 if ($bar ne "34") {print "not ";}
229 if ($bar ne "56") {print "not ";}
[all …]
H A Dlex.t133 if ("$^XY" ne "17Y") { print "not " }
162 print "not " if "${^TEST}" ne "splat";
165 print "not " if "${ ^TEST }" ne "splat";
168 print "not " if "${^TEST}[0]" ne "splat[0]";
171 print "not " if "${^TEST[0]}" ne "foo";
174 print "not " if "${ ^TEST [1] }" ne "bar";
177 print "not " if "${^TEST}{foo}" ne "splat{foo}";
180 print "not " if "${^TEST{foo}}" ne "FOO";
183 print "not " if "${ ^TEST {bar} }" ne "BAR";
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dfiles.t75 if (digest_file($file, 'digest') ne $md5bin) {
80 if (($got = digest_file($file, 'hexdigest')) ne $md5hex) {
85 if ($B64 && digest_file($file, 'b64digest') ne $md5b64) {
91 if (md5($data) ne $md5bin) {
95 if (md5_hex($data) ne $md5hex) {
99 if ($B64 && md5_base64($data) ne $md5b64) {
104 if (Digest::MD5->new->add($data)->digest ne $md5bin) {
108 if (Digest::MD5->new->add($data)->hexdigest ne $md5hex) {
118 if (md5(@data) ne $md5bin) {
122 if (Digest::MD5->new->add(@data)->digest ne $md5bin) {
[all …]
/openbsd/gnu/usr.bin/perl/t/opbasic/
H A Darith.t379 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" * something\n';
382 print "not "x($a ne $b), "ok ", $T++, qq ' - something * \$1 vs "\$1"\n';
385 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" + something\n';
388 print "not "x($a ne $b), "ok ", $T++, qq ' - something + \$1 vs "\$1"\n';
391 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" - something\n';
394 print "not "x($a ne $b), "ok ", $T++, qq ' - something - \$1 vs "\$1"\n';
398 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" ** something\n';
406 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" / something\n';
410 print "not "x($a ne $b), "ok ", $T++, qq ' - something / \$1 vs "\$1"\n';
421 print "not "x($a ne $b), "ok ", $T++, qq ' - \$1 vs "\$1" % something\n';
[all …]
/openbsd/usr.bin/mandoc/
H A Ddba.c429 unsigned int ie, ne, slot; in dba_macro_write() local
435 ne = ohash_entries(macro); in dba_macro_write()
437 kpos = mandoc_reallocarray(NULL, ne, sizeof(*kpos)); in dba_macro_write()
438 dpos = mandoc_reallocarray(NULL, ne, sizeof(*dpos)); in dba_macro_write()
442 ne = 0; in dba_macro_write()
450 entries[ne++] = entry; in dba_macro_write()
456 dba_int_write(ne); in dba_macro_write()
457 pos_macro = dba_skip(2, ne); in dba_macro_write()
461 for (ie = 0; ie < ne; ie++) { in dba_macro_write()
469 for (ie = 0; ie < ne; ie++) { in dba_macro_write()
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Bk/
H A Dinputlines.out_ascii4 BBkk--iinnppuuttlliinneess - effect of input lines breaks on word keeps
7 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
10 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
13 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
16 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
19 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
22 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
25 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
28 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
31 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A Dvalgrindpp.pl89 my(%ne, %nl, %top);
97 $ne{$e}{$nf}{count}++;
99 $ne{$e}{$nf}{tests}{$k} += $v;
147 for my $e (sort keys %ne) {
149 for my $frame (sort keys %{$ne{$e}}) {
150 my $data = $ne{$e}{$frame};
/openbsd/lib/libutil/
H A Dfparseln.c44 size_t ne; in isescaped() local
51 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) in isescaped()
55 return (ne & 1) != 0; in isescaped()
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dillegal.t85 ok($illeg->ne("\0", "\x{D800}"));
86 ok($illeg->ne("\0", "\x{DFFF}"));
87 ok($illeg->ne("\0", "\x{FDD0}"));
88 ok($illeg->ne("\0", "\x{FDEF}"));
89 ok($illeg->ne("\0", "\x{FFFE}"));
90 ok($illeg->ne("\0", "\x{FFFF}"));
91 ok($illeg->ne("\0", "\x{10FFFF}"));
92 ok($illeg->ne("\0", "\x{110000}"));
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.md215 cmp.ne %0, p0 = r0, r0
226 cmp.ne %0, %I0 = r0, r0
243 [(cond_exec (ne (match_dup 1) (const_int 0))
1445 [(cond_exec (ne (match_dup 1) (const_int 0))
1463 [(cond_exec (ne (match_dup 2) (const_int 0))
1630 (and:BI (ne:BI (zero_extract:DI
1754 (ior:BI (ne:BI (zero_extract:DI
1780 (ne:BI (and:DI (ne:DI (match_operand:BI 2 "register_operand" "")
1806 (ne:BI (ior:DI (ne:DI (match_operand:BI 2 "register_operand" "")
1812 (ior:BI (ne:BI (match_dup 3) (const_int 0))
[all …]
/openbsd/gnu/usr.bin/cvs/contrib/
H A Dclmerge.in62 if ($lastkey ne '') {
74 if ($lastkey ne '') {
111 if ($lastkey ne '') {
/openbsd/regress/usr.bin/mandoc/man/B/
H A Dargs.out_ascii7 …d text. It also works with sseevveerraall wwoorrddss oonn aa lliinnee and with
8 nneexxtt lliinnee scope.
/openbsd/regress/lib/libc/regex/
H A Dmain.c137 size_t ne; local
168 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
169 if (strcmp(erbuf, badpat) != 0 || ne != strlen(badpat)+1) {
174 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
176 ne != strlen(badpat)+1) {
181 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
182 if (strcmp(erbuf, bpname) != 0 || ne != strlen(bpname)+1) {
188 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
193 } else if (ne != strlen(erbuf)+1) {
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dstabs.c300 struct stab_excl_list * ne; in _bfd_link_section_stabs() local
374 amt = sizeof *ne; in _bfd_link_section_stabs()
375 ne = bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
376 if (ne == NULL) in _bfd_link_section_stabs()
378 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()
379 ne->val = sum_chars; in _bfd_link_section_stabs()
380 ne->type = (int) N_BINCL; in _bfd_link_section_stabs()
381 ne->next = secinfo->excls; in _bfd_link_section_stabs()
382 secinfo->excls = ne; in _bfd_link_section_stabs()
403 ne->type = (int) N_EXCL; in _bfd_link_section_stabs()
/openbsd/regress/usr.bin/mandoc/mdoc/Nm/
H A Dlong.out_ascii7 …iiss ssoo lloonngg tthhaatt iitt ddooeess nnoott ffiitt oonnee oonnee
9 … lliinnee
/openbsd/lib/libedit/
H A Drefresh.c539 ne = n; in re_update_line()
540 *ne = '\0'; in re_update_line()
619 nls = ne; in re_update_line()
646 nls = ne; in re_update_line()
650 nls = ne; in re_update_line()
662 nls = ne; in re_update_line()
666 nls = ne; in re_update_line()
698 re_printstr(el, "new- ne", new, ne); in re_update_line()
708 re_printstr(el, "nls- ne", nls, ne); in re_update_line()
772 if (nsb != ne) { in re_update_line()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dstabs.c359 struct stab_excl_list * ne; local
433 amt = sizeof *ne;
434 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt);
435 if (ne == NULL)
437 ne->offset = sym - stabbuf;
438 ne->val = sum_chars;
439 ne->type = (int) N_BINCL;
440 ne->next = secinfo->excls;
441 secinfo->excls = ne;
463 ne->type = (int) N_EXCL;
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dencoding.t121 # all of the eq, ne, cmp operations tested,
127 !( $a ne $b ) && !( $b ne $a ) &&
134 !( $a ne $b ) || !( $b ne $a ) ||
165 print "not " if do{{use bytes; $v ne $v2}} || $v ne $v2;
176 print "not " if $@ !~ /^Wide / || do{{use bytes; $u eq $v}} || $u ne $v;

12345678910>>...25