Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/mirbsd/src/gnu/usr.bin/perl/lib/Tie/File/t/
D19_cache.t37 check();
39 check();
41 check();
43 check();
45 check();
47 check();
49 check();
52 check();
54 check();
56 check();
[all …]
D20_cache_full.t39 check();
46 check();
48 check();
50 check();
52 check();
54 check();
56 check();
59 check();
61 check();
63 check();
[all …]
D40_abs_cache.t65 check($h);
71 check($h);
88 check($h);
108 check($h);
127 check($h);
149 check($h);
163 check($h);
176 check($h);
200 check($h);
213 check($h);
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Net/t/
Ddatasend.t35 sub check {
51 check(
57 check(
63 check(
69 check(
75 check(
81 check(
87 check(
94 check(
101 check(
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9enabled78 sub check {
86 abc::check() ;
95 sub check {
104 abc::check() ;
114 sub check {
122 abc::check() ;
131 sub check {
140 abc::check() ;
193 sub check {
202 abc::check() ;
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Builder/
DTester.pm357 unless ($t->ok( ($args{skip_out} || $out->check)
358 && ($args{skip_err} || $err->check),
367 unless $args{skip_out} || $out->check;
370 unless $args{skip_err} || $err->check;
498 foreach my $check (@checks) {
499 $check = $self->_translate_Failed_check($check);
500 push @{$self->[2]}, ref $check ? $check : "$check\n";
507 my($self, $check) = @_;
509 if( $check =~ /\A(.*)# (Failed .*test) \((.*?) at line (\d+)\)\z/ ) {
510 $check = qr/\Q$1\E#\s+\Q$2\E.*?\n?.*?\Q$3\E at line \Q$4\E.*\n?/;
[all …]
/mirbsd/src/lib/libpng/
Dpngwio.c52 png_uint_32 check; in png_default_write_data() local
57 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) in png_default_write_data()
58 check = 0; in png_default_write_data()
60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr)); in png_default_write_data()
62 if (check != length) in png_default_write_data()
77 png_uint_32 check; in png_default_write_data() local
89 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) ) in png_default_write_data()
90 check = 0; in png_default_write_data()
92 check = fwrite(near_data, 1, length, io_ptr); in png_default_write_data()
99 check = 0; in png_default_write_data()
[all …]
Dpngrio.c53 png_size_t check; in png_default_read_data() local
61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) in png_default_read_data()
62 check = 0; in png_default_read_data()
64 check = (png_size_t)fread(data, (png_size_t)1, length, in png_default_read_data()
68 if (check != length) in png_default_read_data()
83 int check; in png_default_read_data() local
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, in png_default_read_data()
97 check = 0; in png_default_read_data()
99 check = fread(n_data, 1, length, io_ptr); in png_default_read_data()
106 check = 0; in png_default_read_data()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.pm141 my ($name, $string, $check) = @_;
144 $check ||=0;
150 my $octets = $enc->encode($string,$check);
151 $_[1] = $string if $check and !($check & LEAVE_SRC());
157 my ($name,$octets,$check) = @_;
160 $check ||=0;
166 my $string = $enc->decode($octets,$check);
167 $_[1] = $octets if $check and !($check & LEAVE_SRC());
173 my ($string,$from,$to,$check) = @_;
175 $check ||=0;
[all …]
DEncode.xs93 int check, STRLEN * offset, SV * term, int * retcode) in encode_method() argument
126 while( (code = do_encode(dir, s, &slen, d, dlen, &dlen, !check, in encode_method()
181 if (check & ENCODE_DIE_ON_ERR) { in encode_method()
186 if (check & ENCODE_WARN_ON_ERR){ in encode_method()
190 if (check & ENCODE_RETURN_ON_ERR){ in encode_method()
193 if (check & (ENCODE_PERLQQ|ENCODE_HTMLCREF|ENCODE_XMLCREF)){ in encode_method()
196 newSVpvf(check & ENCODE_PERLQQ ? "\\x{%04"UVxf"}" : in encode_method()
197 check & ENCODE_HTMLCREF ? "&#%" UVuf ";" : in encode_method()
212 if (check & ENCODE_DIE_ON_ERR){ in encode_method()
217 if (check & ENCODE_WARN_ON_ERR){ in encode_method()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DLint.pm145 my %check;
201 if ($check{context} && ($opname eq "rv2av" || $opname eq "rv2hv")) {
215 if ($check{private_names} && $opname eq "method") {
228 if ($check{implicit_read}) {
233 if ($check{implicit_write}) {
242 if ($check{implicit_read} || $check{implicit_write}) {
254 if ( $check{bare_subs} && $op->name eq 'const'
262 if ($check{dollar_underscore} && $op->name eq "gvsv"
267 if ($check{private_names}) {
281 if ($check{undefined_subs}) {
[all …]
/mirbsd/src/usr.bin/vi/catalog/
DMakefile38 CHK= dutch.check english.check french.check german.check \
39 polish.check ru_RU.KOI8-R.check spanish.check swedish.check \
41 check: ${CHK} target
44 f=`basename $@ .check`; \
87 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/
Dform.t49 ok(answer(check('D', "\x{304C}")), "NO");
50 ok(answer(check('C', "\x{304C}")), "YES");
51 ok(answer(check('KD',"\x{304C}")), "NO");
52 ok(answer(check('KC',"\x{304C}")), "YES");
53 ok(answer(check('D' ,"\x{FF76}")), "YES");
54 ok(answer(check('C' ,"\x{FF76}")), "YES");
55 ok(answer(check('KD',"\x{FF76}")), "NO");
56 ok(answer(check('KC',"\x{FF76}")), "NO");
63 ok(answer(check('NFD', "\x{304C}")), "NO");
64 ok(answer(check('NFC', "\x{304C}")), "YES");
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/io/
Dlayers.t69 sub check {
124 check([ PerlIO::get_layers(STDIN) ],
130 check([ PerlIO::get_layers(F) ],
136 check([ PerlIO::get_layers(F) ],
142 check([ PerlIO::get_layers(F) ],
148 check([ PerlIO::get_layers(F) ],
154 check([ PerlIO::get_layers(F) ],
160 check([ PerlIO::get_layers(F) ],
166 check([ PerlIO::get_layers(F) ],
172 check([ PerlIO::get_layers(F) ],
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcpu-ns32k.c379 bfd_vma check; local
384 check = relocation >> (howto->rightshift - howto->bitpos);
386 check = relocation << (howto->bitpos - howto->rightshift);
399 check |= ((bfd_vma) - 1
402 if ((bfd_signed_vma) check > reloc_signed_max
403 || (bfd_signed_vma) check < reloc_signed_min)
415 if ((bfd_vma) check > reloc_unsigned_max)
426 if (((bfd_vma) check & ~reloc_bits) != 0
427 && (((bfd_vma) check & ~reloc_bits)
436 check |= ((bfd_vma) - 1
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dt-fget.c19 check(char *msg, int l) in check() function
71 check("", strlen(""));
72 check("\n", strlen("\n"));
73 check("test\n", strlen("test\n"));
76 check(res, l);
79 check(res, l);
83 check(res, l);
Dt-event.c28 static int check; variable
35 SM_TEST(check == 0);
36 check++;
77 check = 0;
84 SM_TEST(check == 1);
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/Unicode/
DUnicode.xs91 decode_xs(obj, str, check = 0)
94 IV check
137 if (check) {
175 if (check & ENCODE_WARN_ON_ERR){
180 if (check && !(check & ENCODE_LEAVE_SRC)){
194 encode_xs(obj, utf8, check = 0)
197 IV check
226 if (check) {
252 if (check & (ENCODE_DIE_ON_ERR|ENCODE_LEAVE_SRC)){
255 *hv_fetch((HV *)SvRV(obj),"Name",4,0), check);
[all …]
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/t/
Drx_tievar.t50 sub check {
51 # check all REXX vars
62 check(6);
65 check(7, "TEST.one", 1);
68 check(8, "TEST.one", 1, "TEST.two", 2);
71 check(9, "TEST.one", "", "TEST.two", 2);
76 check(12, "TEST.two", 2);
82 check(16);
/mirbsd/src/kern/z/
Dinflate.c442 # define UPDATE(check, buf, len) \ argument
443 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
445 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
450 # define CRC2(check, word) \ argument
454 check = crc32(check, hbuf, 2); \
457 # define CRC4(check, word) \ argument
463 check = crc32(check, hbuf, 4); \
657 state->check = crc32(0L, Z_NULL, 0);
658 CRC2(state->check, hold);
691 strm->adler = state->check = adler32(0L, Z_NULL, 0);
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/
Dbytes.t11 is(ord($a), 0x100, "ord sanity check");
12 is(length($a), 1, "length sanity check");
13 is(substr($a, 0, 1), "\x{100}", "substr sanity check");
14 is(index($a, "\x{100}"), 0, "index sanity check");
15 is(rindex($a, "\x{100}"), 0, "rindex sanity check");
16 is(bytes::length($a), 2, "bytes::length sanity check");
17 is(bytes::chr(0x100), chr(0), "bytes::chr sanity check");
/mirbsd/src/gnu/usr.bin/perl/hints/
Dmirbsd.sh58 $cat >check.c <<EOCP
83 set check
85 libcquad=$(./check)
92 $rm -f check.c check
Dopenbsd.sh138 $cat >check.c <<EOCP
163 set check
165 libcquad=`./check`
172 $rm -f check.c check
/mirbsd/src/usr.bin/ssh/
Dcompat.c65 } check[] = { in compat_datafellows() local
168 for (i = 0; check[i].pat; i++) { in compat_datafellows()
169 if (match_pattern_list(version, check[i].pat, in compat_datafellows()
170 strlen(check[i].pat), 0) == 1) { in compat_datafellows()
171 debug("match: %s pat %s", version, check[i].pat); in compat_datafellows()
172 datafellows = check[i].bugs; in compat_datafellows()
/mirbsd/src/usr.bin/colrm/
Dcolrm.c58 void check(FILE *);
101 check(stdin); in main()
120 check(stdout); in main()
125 check(FILE *stream) in check() function

12345678910>>...22