Searched refs:hints (Results 201 - 225 of 231) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dclient.c3915 struct addrinfo hints, *res, *res0 = NULL;
3920 memset(&hints, 0, sizeof(hints));
3921 hints.ai_socktype = SOCK_STREAM;
3922 hints.ai_flags = AI_CANONNAME;
3925 e = getaddrinfo(current_parsed_root->hostname, sbuf, &hints, &res0);
3889 struct addrinfo hints, *res, *res0 = NULL; local
/openbsd-current/usr.sbin/nsd/
H A Dremote.c441 struct addrinfo hints; local
449 memset(&hints, 0, sizeof(hints));
477 hints.ai_socktype = SOCK_STREAM;
478 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST;
481 if((r = getaddrinfo(ip, port, &hints, &res)) != 0 || !res) {
/openbsd-current/gnu/llvm/lld/COFF/
H A DDLL.cpp679 hints.push_back(c);
H A DWriter.cpp818 if (!idata.hints.empty())
819 add(".idata$6", idata.hints);
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl1484 # Features are enabled implicitly via bundle hints.
1548 my ($hints, $hinthash) = @frame[8, 10];
1550 my $bundle_number = $hints & $hint_mask;
1571 my ($hints, $hinthash) = @frame[8, 10];
1575 my $bundle_number = $hints & $hint_mask;
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfeature.pm1129 # Features are enabled implicitly via bundle hints.
1193 my ($hints, $hinthash) = @frame[8, 10];
1195 my $bundle_number = $hints & $hint_mask;
1216 my ($hints, $hinthash) = @frame[8, 10];
1220 my $bundle_number = $hints & $hint_mask;
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm1868 my %hints = (
1875 my ($err, @getaddr) = Socket::getaddrinfo($h{host}, undef, \%hints);
1901 my %hints = (
1906 my ($err, @getaddr) = Socket::getaddrinfo($h{host}, undef, \%hints);
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm585 hintseval -- constant op holding eval hints
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1125 struct addrinfo hints; local
1126 memset(&hints, 0, sizeof(hints));
1127 hints.ai_family = AF_INET;
1128 int res = getaddrinfo("localhost", NULL, &hints, &ai);
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DPPPort_pm.PL620 that can check your source code. It will suggest hints and portability
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm102 and hints to describe good and bad raw data.
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dlibunbound.c386 hints_delete(ctx->env->hints);
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dlibunbound.c386 hints_delete(ctx->env->hints);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2278 void *hints, void *rv) {
2279 SCOPED_TSAN_INTERCEPTOR(getaddrinfo, node, service, hints, rv);
2284 int res = REAL(getaddrinfo)(node, service, hints, rv);
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.bsd-wrapper1247 autodie::hints 3p lib/autodie/hints.pm \
H A DConfigure1436 : Set executable suffix now -- needed before hints available
1873 -A : manipulate symbol after the platform specific hints have been applied:
2780 # Switching compilers may undo the work of hints files.
2998 # were 'saved', to be restored after the hints are
3362 : same system, otherwise use the hints.
3399 (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/ /g' >&4
3402 : tests or hints, please send them to https://github.com/Perl/perl5/issues
3646 if $test -f $src/hints/sco_$1_$2_$3.sh; then
3648 elif $test -f $src/hints/sco_$1_$2.sh; then
3650 elif $test -f $src/hints/sco
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1129 # We allow extension-specific hints files.
1134 my $hint_dir = File::Spec->catdir($curdir, "hints");
1162 print "Processing hints file $hint_file\n" if $Verbose;
3123 Config.pm. In addition it evaluates architecture specific hints files
3124 in a C<hints/> directory. The hints files are expected to be named
3125 like their counterparts in C<PERL_SRC/hints>, but with an C<.pl> file
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs547 { STR_WITH_LEN("hints"), U32p, STRUCT_OFFSET(struct cop, cop_hints), },/*19*/
836 B::COP::hints = 19
H A DB.pm1274 =item hints
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL160 C<$^H> hints variable. Others affect the current package instead,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2788 struct __sanitizer_addrinfo *hints,
2791 COMMON_INTERCEPTOR_ENTER(ctx, getaddrinfo, node, service, hints, out);
2795 if (hints)
2796 COMMON_INTERCEPTOR_READ_RANGE(ctx, hints, sizeof(__sanitizer_addrinfo));
2800 int res = REAL(getaddrinfo)(node, service, hints, out);
/openbsd-current/usr.sbin/unbound/daemon/
H A Dworker.c165 + hints_get_mem(worker->env.hints);
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL1414 Here are a few hints for creating high-quality patches:
/openbsd-current/distrib/miniroot/
H A Dinstall.sub2960 rm -f /mnt/var/run/ld.so.hints
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm2041 updates and/or reads if the application follows the hints in the POD

Completed in 503 milliseconds

12345678910