Searched refs:checks (Results 1 - 25 of 89) sorted by relevance

1234

/openbsd-current/regress/lib/libc/netdb/
H A Dnetdb.c55 checks(int n, struct servent *s, int port, const char *proto, function
151 checks(7, s, 6, "ddp", "zip", (char *)NULL);
154 checks(8, s, 43, "tcp", "whois", "nicname", (char *)NULL);
157 checks(9, s, 42, "tcp", "nameserver", "name", (char *)NULL);
163 checks(10, &servent, 6, "ddp", "zip", (char *)NULL);
168 checks(11, &servent, 520, "udp", "route", "router", "routed", (char *)NULL);
/openbsd-current/usr.bin/openssl/
H A Dprime.c61 int checks; member in struct:__anon17
76 .name = "checks",
80 .opt.value = &cfg.checks,
107 "usage: prime [-bits n] [-checks n] [-generate] [-hex] [-safe] "
129 cfg.checks = 20;
185 is_prime = BN_is_prime_ex(bn, cfg.checks, NULL, NULL);
/openbsd-current/lib/libcrypto/bn/
H A Dbn_prime.c237 BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) argument
239 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
246 BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
251 if (checks < 0)
263 if (checks == BN_prime_checks)
264 checks = BN_prime_checks_for_size(BN_num_bits(a));
267 if (!bn_is_prime_bpsw(&is_prime, a, ctx_passed, checks))
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DMaintainers.pm127 with a file checks if it has a maintainer
128 with a dir checks all files have a maintainer
129 with a commit checks files modified by that commit
130 no arg checks for multiple maintainers
H A Dcheck-cpan-pollution14 Also checks for commits that span multiple distributions in cpan/ or dist/.
H A DcheckURL.pl478 This program checks that all the URLs in the Perl source are valid. It
479 checks HTTP and FTP links in parallel and contains a list of known
/openbsd-current/gnu/llvm/clang/utils/check_cfc/
H A Dcheck_cfc.py6 different compilation processes. It checks that code is not unduly affected by
15 -Enable the desired checks in check_cfc.cfg (in the same directory as the
256 checks."""
313 # Create configuration defaults from list of checks
319 checks = [cls.__name__ for cls in vars()['WrapperCheck'].__subclasses__()] variable in class:dash_s_no_change
321 for c in checks:
344 for check_name in checks
360 # Bail out here if we can't apply checks in this case.
376 # Run checks, if they are enabled in config and if they are appropriate for
379 for check_name in checks
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/lib/
H A Dlib_pm.PL192 checks to see if a directory called $dir/$archname/auto exists.
195 lib.pm also checks if directories called $dir/$version and $dir/$version/$archname
221 checks to see if a directory called $dir/$archname/auto exists.
224 checks if directories called $dir/$version and $dir/$version/$archname
/openbsd-current/gnu/usr.bin/perl/t/benchmark/
H A Dgh7094-speed-up-keys-on-empty-hash.t20 This test checks that the speed difference for getting
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dcustomized.t139 customized.t checks that files listed in C<Maintainers.pl> that have been C<CUSTOMIZED>
/openbsd-current/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec18 Upon receiving a request, mopd checks if the requested file exists in
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNetrc.pm221 C<Net::Netrc> also implements security checks just like the ftp program,
222 these checks are, first that the .netrc file must be owned by the user and
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dupgrade.inc233 # The checks here are loosened a bit to allow Math::BigInt or
/openbsd-current/gnu/usr.bin/perl/lib/
H A DUNIVERSAL.pm108 C<DOES> checks if the object or class performs the role C<ROLE>. A role is a
138 C<can> checks if the object or class has a method called C<METHOD>. If it does,
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm142 hide bugs in your code since important checks (like correctness of
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DTester.pm504 my @checks = @_;
505 foreach my $check (@checks) {
539 my @checks = @{ $self->{wanted} };
541 foreach my $check (@checks) {
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dmodule-version.t97 and then looks for any Perl modules in F<lib>. If it finds any, it checks
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/
H A DSpec.pm145 checked depends on the platform; e.g. File::Spec::Unix checks C<$ENV{TMPDIR}>
269 No checks against the filesystem are made. On VMS, there is
299 No checks against the filesystem are made. On VMS, there is
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c99 maintains a VEC of all deferred checks.
130 /* The current mode of access checks. */
161 /* Resume deferring access checks again after we stopped doing
172 /* Stop deferring access checks. */
182 /* Discard the current deferred access checks and restore the
194 /* Returns a TREE_LIST representing the deferred checks.
209 /* Take current deferred checks and combine with the
210 previous states if we also defer checks previously.
211 Otherwise perform checks now. */
220 VEC (deferred_access_check,gc) *checks;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm610 cmp_results checks that the results match the expected results and if any
611 differences are found it outputs diagnostics. It first checks that the
623 checks if the tests died at any stage.
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm196 By default, it checks only ascii, utf8 and UTF-16/32 with BOM.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm182 have to repeat common checks. Currently this includes:
202 # system checks
254 # only do file checks if it looks like a filename
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DPacklist.pm291 This checks that every file listed in the .packlist actually exists. If an
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm152 ### this checks if a certain module is installed already ###
571 This controls whether C<Module::Load::Conditional> checks your
600 This controls whether C<Module::Load::Conditional> checks if
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm338 C<is_shared> checks if the specified variable is shared or not. If shared,
348 When used on an element of an array or hash, C<is_shared> checks if the

Completed in 591 milliseconds

1234