Searched refs:ok (Results 26 - 50 of 953) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dread2pwd.c119 int ok; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
126 return (ok);
132 int ok; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
139 return (ok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dread2pwd.c119 int ok; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
126 return (ok);
132 int ok; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
139 return (ok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t30 sub ok
36 print "ok $no\n" ;
106 ok(1, ! defined $dbh->{bsize}) ;
107 ok(2, ! defined $dbh->{ffactor}) ;
108 ok(3, ! defined $dbh->{nelem}) ;
109 ok(4, ! defined $dbh->{cachesize}) ;
110 ok(5, ! defined $dbh->{hash}) ;
111 ok(6, ! defined $dbh->{lorder}) ;
114 ok(7, $dbh->{bsize} == 3000 );
117 ok(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-4.4.t23 ok my $db = new BerkeleyDB::Btree -Filename => $Dfile,
37 ok $ret == 0, " Created some data" ;
44 ok $db->compact("red", "green", \%hash, 0, $end) == 0, " Compacted ok";
55 ok $db->compact() == 0, " Compacted ok";
H A Dmldbm.t51 ::ok 1, $db ;
52 ::ok 2, $db->type() == DB_BTREE ;
66 ::ok 3, ::_compare([$a, $b, $c], $struct);
67 ::ok 4, $o{d} eq "{once upon a time}" ;
68 ::ok 5, $o{e} == 1024 ;
69 ::ok 6, $o{f} eq 1024.1024 ;
90 ::ok 7, $db ;
91 ::ok 8, $db->type() == DB_HASH ;
106 ::ok 9, ::_compare([$a, $b, $c], $struct);
107 ::ok 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A Dmain.c47 FLAC__bool ok = true; local
90 ok &= FLAC__stream_encoder_set_verify(encoder, true);
91 ok &= FLAC__stream_encoder_set_compression_level(encoder, 5);
92 ok &= FLAC__stream_encoder_set_channels(encoder, channels);
93 ok &= FLAC__stream_encoder_set_bits_per_sample(encoder, bps);
94 ok &= FLAC__stream_encoder_set_sample_rate(encoder, sample_rate);
95 ok &= FLAC__stream_encoder_set_total_samples_estimate(encoder, total_samples);
98 if(ok) {
109 ok = false;
114 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/cpp/encode/file/
H A Dmain.cpp53 bool ok = true; local
96 ok &= encoder.set_verify(true);
97 ok &= encoder.set_compression_level(5);
98 ok &= encoder.set_channels(channels);
99 ok &= encoder.set_bits_per_sample(bps);
100 ok &= encoder.set_sample_rate(sample_rate);
101 ok &= encoder.set_total_samples_estimate(total_samples);
104 if(ok) {
115 ok = false;
120 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dcb.c71 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx) argument
80 return ok;
108 if ((cb_ssl_verify_level == 1) && ok)
109 return ok;
116 return ok;
119 if (!ok)
122 fprintf(fp_cb_ssl_verify, "--> verify return:%d\n", ok);
123 return ok;
150 int ok = 1; local
152 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dcb.c71 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx) argument
80 return ok;
108 if ((cb_ssl_verify_level == 1) && ok)
109 return ok;
116 return ok;
119 if (!ok)
122 fprintf(fp_cb_ssl_verify, "--> verify return:%d\n", ok);
123 return ok;
150 int ok = 1; local
152 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-subst15 cat > tmp-ok <<\EOF
18 cmp tmp-out tmp-ok
27 cat > tmp-ok <<\EOF
30 cmp tmp-out tmp-ok
39 cat > tmp-ok <<\EOF
42 cmp tmp-out2 tmp-ok
51 printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok
52 cmp tmp-out tmp-ok
60 cat > tmp-ok <<\EOF
63 cmp tmp-out tmp-ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimaggif.cpp41 bool ok = true; local
74 if (ok)
76 ok = decod->ConvertToImage(index != -1 ? (size_t)index : 0, image);
85 return ok;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.sh15 echo [ok]
23 echo [ok]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A Dinterop2Ctest.cpp40 bool ok=true; local
75 ok=false;
86 ok=false;
99 ok=false;
110 ok=false;
115 ok=false;
128 ok=false;
141 ok=false;
154 ok=false;
167 ok
[all...]
H A Dinterop2test.cpp151 bool ok=true; local
156 ok=false;
160 ok=false;
169 ok=false;
174 ok=false;
182 ok=false;
187 ok=false;
195 ok=false;
202 ok=false;
212 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs23 private Button ok; field in class:Hello.HelloWindow
41 ok = new Button();
43 ok.Text = okLabel.Text = "OK";
44 ok.ClientSize = new Size(okLabel.PreferredWidth + 12, okLabel.PreferredHeight + 4);
45 ok.Click += new EventHandler(Quit);
46 Controls.Add(ok);
61 ok.Width);
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height;
70 ok.Location = new Point(border + totalWidth - ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A Dinterop2Ctest.cpp40 bool ok=true; local
75 ok=false;
86 ok=false;
99 ok=false;
110 ok=false;
115 ok=false;
128 ok=false;
141 ok=false;
154 ok=false;
167 ok
[all...]
H A Dinterop2test.cpp151 bool ok=true; local
156 ok=false;
160 ok=false;
169 ok=false;
174 ok=false;
182 ok=false;
187 ok=false;
195 ok=false;
202 ok=false;
212 ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dsetup.c37 char title[] = "Fatal Error", ok[] = "Ok"; local
38 newtWinMessage(title, ok, ui_helpline__last_msg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dt_asn1.c31 BOOL ok = True; local
43 ok = False;
52 ok = False;
56 ok = False;
60 return ok ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c73 static int null_callback(int ok,X509_STORE_CTX *e);
85 static int null_callback(int ok, X509_STORE_CTX *e) argument
87 return ok;
103 int depth,i,ok=0; local
199 ok = ctx->get_issuer(&xtmp, ctx, x);
200 if ((ok <= 0) || X509_cmp(x, xtmp))
205 if (ok == 1) X509_free(xtmp);
207 ok=cb(0,ctx);
208 if (!ok) goto end;
241 ok
563 int i, last, ok; local
583 int ok, cnum; local
699 int ok; local
735 int ok = 0, chnum, cnum; local
801 int idx, ok; local
950 int ok=0,n; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_verify.c70 int i,ok=0,v; local
79 ok=1;
83 if (!ok)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dselftest.pl18 my $ok=0;
154 $ok=1;
157 if ($ok and open(IN,"<maketest.log")) {
159 $ok=2 if /^platform: $platform/;
164 if ($ok != 2) {
202 die if $ok != 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dselftest.pl18 my $ok=0;
154 $ok=1;
157 if ($ok and open(IN,"<maketest.log")) {
159 $ok=2 if /^platform: $platform/;
164 if ($ok != 2) {
202 die if $ok != 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_check.c75 int ok=0; local
115 ok=1;
119 return(ok);
124 int ok=0; local
138 ok = 1;
141 return(ok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.am37 cuesheet.ok \
39 metaflac.flac.ok \
40 picture.ok \

Completed in 178 milliseconds

1234567891011>>