Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 252) sorted by relevance

1234567891011

/openbsd/games/hunt/hunt/
H A Dlist.c207 probe_drivers(u_int16_t req, char *preferred) in probe_drivers() argument
223 if (preferred) { in probe_drivers()
231 if (inet_pton(AF_INET, preferred, &sin.sin_addr) == 1) in probe_drivers()
235 if (!target && (he = gethostbyname(preferred)) != NULL) { in probe_drivers()
243 errx(1, "Bad hostname: %s", preferred); in probe_drivers()
/openbsd/usr.sbin/ldapd/schema/
H A Dinetorgperson.schema16 DESC 'preferred name of a person to be used when displaying entries'
44 DESC 'preferred written or spoken language for a person'
/openbsd/usr.bin/ssh/
H A Dsshconnect2.c1662 struct idlist agent, files, *preferred; in pubkey_prepare() local
1671 preferred = &authctxt->keys; in pubkey_prepare()
1718 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1737 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1756 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare()
1770 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1782 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
1805 TAILQ_REMOVE(preferred, id, next); in pubkey_prepare()
2287 static char *preferred = NULL; variable
2309 debug3("preferred %s", preferred); in authmethod_get()
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pm799 my $preferred= "$pname <$pemail>";
804 if (!$self->_keeper_digest($preferred)) {
812 $self->_safe_set_key($mailmap_info, $O2P, $other, $preferred);
816 $mailmap_info->{$P2O}{$preferred}{$other}++;
818 $self->_safe_set_key($mailmap_info, $N2P, $pname, $preferred);
821 $self->_safe_set_key($mailmap_info, $E2P, $pemail, $preferred);
823 my $line= $preferred;
/openbsd/share/dict/
H A DREADME16 american -- spellings preferred in American but not British usage.
17 british -- spellings preferred in British but not American usage.
/openbsd/usr.sbin/bgpd/
H A Drde_decide.c337 int testall, preferred, selected = 0, removed = 0; in prefix_insert() local
346 if ((preferred = (prefix_cmp(new, xp, &testall) > 0))) { in prefix_insert()
393 if (preferred && testall == 0) in prefix_insert()
/openbsd/gnu/llvm/libcxx/
H A D.clang-format84 # libc++'s preferred indentions of preprocessor statements.
/openbsd/gnu/llvm/clang/cmake/caches/
H A D3-stage-base.cmake9 # platform where the system compiler is to be preferred.
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td84 // The order of registers represents the preferred allocation sequence.
153 // The order of registers represents the preferred allocation sequence.
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A DCMakeLists.txt23 # preferred. They perform better, they perform more consistently across
/openbsd/gnu/usr.bin/binutils/gdb/
H A DCONTRIBUTE77 We accept patches as plain text (preferred for the compilers
78 themselves), MIME attachments (preferred for the web pages),
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dtxi-no.tex60 % preferred dates such as 28. januar 1999.
H A Dtxi-cs.tex64 % preferred dates such as 28. januar 1999.
/openbsd/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli111 (** Computes the preferred alignment of a type in bytes for a target.
115 (** Computes the preferred alignment of a global variable in bytes for
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A Dstyle.pod9 This file specifies the preferred style for Perl source files
214 Modern Perl operators are preferred.
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td150 // The order of registers represents the preferred allocation sequence.
189 // The order of registers represents the preferred allocation sequence.
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i860.texi88 preferred way to use dual instruction mode is to explicitly code
96 preferred way to use dual instruction mode is to explicitly code
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-i860.texi88 preferred way to use dual instruction mode is to explicitly code
96 preferred way to use dual instruction mode is to explicitly code
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp279 static llvm::StringRef GetXcodeSDKDir(std::string preferred, in GetXcodeSDKDir() argument
292 sdk = get_sdk(preferred); in GetXcodeSDKDir()
/openbsd/distrib/notes/luna88k/
H A Dprep40 select the machine behaviour upon powerup, as well as the preferred
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td125 // The order of registers represents the preferred allocation sequence.
227 // The order of registers represents the preferred allocation sequence,
250 // The order of registers represents the preferred allocation sequence,
/openbsd/gnu/llvm/llvm/docs/
H A DHowToBuildOnARM.rst25 Building LLVM/Clang in ``Release`` mode is preferred since it consumes
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t105 # CP1252, which should be preferred over UTF-8 because the latter
/openbsd/gnu/usr.bin/texinfo/
H A DREADME3 the preferred documentation format for GNU software.
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DPropertyAliases.txt30 # The above are the preferred aliases. Other aliases may be listed in additional fields.

1234567891011