Home
last modified time | relevance | path

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

12345678910

/openbsd/src/games/hunt/hunt/
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/src/usr.sbin/ldapd/schema/
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/src/usr.bin/ssh/
Dsshconnect2.c1662 struct idlist agent, files, *preferred; in pubkey_prepare() local
1671 preferred = &authctxt->keys; in pubkey_prepare()
1672 TAILQ_INIT(preferred); /* preferred order of 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()
1784 TAILQ_FOREACH_SAFE(id, preferred, next, id2) { in pubkey_prepare()
1805 TAILQ_REMOVE(preferred, id, next); in pubkey_prepare()
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
DupdateAUTHORS.pm835 my $preferred= "$pname <$pemail>";
840 if (!$self->_keeper_digest($preferred)) {
848 $self->_safe_set_key($mailmap_info, $O2P, $other, $preferred);
852 $mailmap_info->{$P2O}{$preferred}{$other}++;
854 $self->_safe_set_key($mailmap_info, $N2P, $pname, $preferred);
857 $self->_safe_set_key($mailmap_info, $E2P, $pemail, $preferred);
859 my $line= $preferred;
/openbsd/src/share/dict/
DREADME16 american -- spellings preferred in American but not British usage.
17 british -- spellings preferred in British but not American usage.
/openbsd/src/usr.sbin/bgpd/
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/src/gnu/llvm/libcxx/
D.clang-format84 # libc++'s preferred indentions of preprocessor statements.
/openbsd/src/gnu/llvm/clang/cmake/caches/
D3-stage-base.cmake9 # platform where the system compiler is to be preferred.
/openbsd/src/gnu/usr.bin/binutils/gdb/
DCONTRIBUTE77 We accept patches as plain text (preferred for the compilers
78 themselves), MIME attachments (preferred for the web pages),
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dtxi-no.tex60 % preferred dates such as 28. januar 1999.
Dtxi-cs.tex64 % preferred dates such as 28. januar 1999.
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/target/
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/src/usr.sbin/pkg_add/OpenBSD/
Dstyle.pod9 This file specifies the preferred style for Perl source files
214 Modern Perl operators are preferred.
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
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/src/gnu/usr.bin/binutils-2.17/gas/doc/
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/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp279 static llvm::StringRef GetXcodeSDKDir(std::string preferred, in GetXcodeSDKDir() argument
292 sdk = get_sdk(preferred); in GetXcodeSDKDir()
/openbsd/src/distrib/notes/luna88k/
Dprep40 select the machine behaviour upon powerup, as well as the preferred
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
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/src/gnu/llvm/llvm/docs/
DHowToBuildOnARM.rst25 Building LLVM/Clang in ``Release`` mode is preferred since it consumes
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dencod04.t88 # CP1252, which should be preferred over UTF-8 because the latter
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DPropertyAliases.txt30 # The above are the preferred aliases. Other aliases may be listed in additional fields.
/openbsd/src/gnu/usr.bin/texinfo/
DREADME3 the preferred documentation format for GNU software.
/openbsd/src/gnu/llvm/clang/docs/
DJSONCompilationDatabase.rst99 Either **arguments** or **command** is required. **arguments** is preferred,
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVERegisterInfo.td171 // The register order is defined in terms of the preferred
/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/t/
D09_roundtrip.t148 # The preferred 'tar' command may not be called tar,:

12345678910