Home
last modified time | relevance | path

Searched full:always (Results 1 – 25 of 5358) sorted by relevance

12345678910>>...215

/openbsd-src/regress/lib/libc/fnmatch/
H A Dfnm_test.in41 # '?est' 'test'; match always
44 # 'te?t' 'test'; match always
47 # 'tes?' 'test'; match always
53 # '*' always matches anything
56 # '*test' 'test'; match always
59 # '*est' 'test'; match always
62 # '*st' 'test'; match always
65 # 't*t' 'test'; match always
68 # 'te*t' 'test'; match always
71 # 'te*st' 'test'; match always
[all …]
/openbsd-src/lib/libssl/man/
H A DSSL_alert_type_string.3109 A fatal alert always leads to a connection abort.
135 This alert is always fatal and should never be observed in communication
139 This message is always fatal.
143 This message is always fatal.
166 This is always fatal.
170 This message is always fatal.
175 This message is always fatal.
180 This message is always fatal.
184 This message is always fatal.
188 This message is always fata
[all...]
H A DSSL_read_early_data.3107 With LibreSSL, such attempts always fail and set
116 is always set to 0.
123 With LibreSSL, they always succeed.
131 With LibreSSL, they always return 0.
135 With LibreSSL, it always fails.
139 always returns
149 always returns
H A DSSL_CTX_set_options.3175 When not set, the server will always follow the client's preferences.
201 When performing renegotiation as a server, always start a new session (i.e.,
253 OpenSSL 0.9.8m and later always attempts to use secure renegotiation as
269 Connections and renegotiation are always permitted by OpenSSL implementations.
316 servers should always
322 connect to unpatched servers (and thus avoid any security issues) should always
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DXRayLists.cpp9 // User-provided filters for always/never XRay instrumenting certain functions.
36 // First apply the always instrument list, than if it isn't an "always" see in shouldImbueFunction()
41 AttrList->inSection("always", "fun", FunctionName, "arg1")) in shouldImbueFunction()
45 AttrList->inSection("always", "fun", FunctionName)) in shouldImbueFunction()
46 return ImbueAttribute::ALWAYS; in shouldImbueFunction()
61 AttrList->inSection("always", "src", Filename, Category)) in shouldImbueFunctionsInFile()
62 return ImbueAttribute::ALWAYS; in shouldImbueFunctionsInFile()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h67 lists. Constants always begin on word boundaries. The first byte of
142 extension and immediate will always be one.
143 global will always be zero.
157 extension will always be one.
158 immediate will always be zero.
207 DNTT entries are variable sized objects, but are always a multiple
939 unsigned int extension: 1; /* always zero */
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */
999 unsigned int extension: 1; /* Always zero. */
1000 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS_SCOPE. */
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h67 lists. Constants always begin on word boundaries. The first byte of
142 extension and immediate will always be one.
143 global will always be zero.
157 extension will always be one.
158 immediate will always be zero.
207 DNTT entries are variable sized objects, but are always a multiple
939 unsigned int extension: 1; /* always zero */
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */
999 unsigned int extension: 1; /* Always zero. */
1000 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS_SCOPE. */
[all …]
/openbsd-src/lib/libcrypto/man/
H A Dd2i_ASN1_OBJECT.351 always calls
55 and it always creates a new object from scratch.
58 Consequently, always passing
66 and the data contained in them are always marked as dynamically
102 This number is always smaller than the total length of the encoding
H A DCRYPTO_get_mem_functions.388 always returns 0.
91 always returns
98 always return -1.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp10 // are marked as "always inline".
89 InlineCost::getAlways("always inline attribute"), in run()
135 /// Inliner pass which only handles "always inline" functions.
166 INITIALIZE_PASS_BEGIN(AlwaysInlinerLegacyPass, "always-inline",
172 INITIALIZE_PASS_END(AlwaysInlinerLegacyPass, "always-inline", in INITIALIZE_PASS_DEPENDENCY()
179 /// Get the inline cost for the always-inliner.
181 /// The always inliner *only* handles functions which are marked with the
194 // Only inline direct calls to functions with always-inline attributes in getInlineCost()
220 return InlineCost::getAlways("always inliner"); in getInlineCost()
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dstddef.h17 /* Always define miscellaneous pieces when modules are available. */
31 /* Always define ptrdiff_t when modules are available. */
42 /* Always define size_t when modules are available. */
56 /* Always define rsize_t when modules are available. */
66 /* Always define wchar_t when modules are available. */
118 /* Always define wint_t when modules are available. */
/openbsd-src/regress/sbin/pfctl/
H A Dpfail50.ok3 stdin:20: flags always false
4 stdin:21: flags always false
5 stdin:22: flags always false
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_always_instrument.txt2 # always instrument. You can use this as an argument to
3 # -fxray-always-instrument=<path> along with your project-specific lists.
5 # Always instrument the main function.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffile.h29 char *name; /* always set */
35 char *name; /* always set */
36 char *internal_name; /* always set, may == name */
49 char *internal_name; /* always set */
50 def_file_module *module; /* always set */
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Ddeffile.h29 char *name; /* always set */
35 char *name; /* always set */
36 char *internal_name; /* always set, may == name */
49 char *internal_name; /* always set */
50 def_file_module *module; /* always set */
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/
H A D02_api.t70 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
78 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
87 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
96 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
105 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
115 local $ENV{PERL_YAML_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get CPAN::META::YAML
140 local $ENV{PERL_JSON_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get JSON::PP
150 local $ENV{PERL_JSON_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get JSON::PP
160 local $ENV{PERL_JSON_BACKEND} if not $ENV{PERL_CORE}; # ensure we always get JSON::PP
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DInteractive.pm25 always => 0,
32 if ($self->{always}) {
65 $self->{always} = 1;
85 if ($self->{always}) {
107 $self->{always} = 1;
H A DSignature.pm32 sub always($) subroutine
64 sub always($) subroutine
90 sub always($) subroutine
118 if ($plist->has('always-update')) {
170 next if $shortened && !$v->always;
215 my $a = $plist->get('always-update');
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
84 /// The use is always uninitialized.
85 Always enumerator
90 return AlwaysUninit ? Always : in getKind()
/openbsd-src/usr.bin/find/
H A Dfind.1189 Always returns true.
206 This primary always evaluates to true.
241 This form of the primary always evaluates to true.
285 This primary always evaluates to true.
327 This primary always evaluates to true.
428 This primary always evaluates to true.
435 This primary always evaluates to true.
443 This primary always evaluates to true.
496 This primary always evaluates to true.
644 These primaries always evaluated to true.
[all …]
/openbsd-src/sys/arch/arm/include/
H A Delf.h47 #define HWCAP_HALF 0x00000002 /* Always set. */
50 #define HWCAP_FAST_MULT 0x00000010 /* Always set. */
53 #define HWCAP_EDSP 0x00000080 /* Always set for ARMv6+. */
61 #define HWCAP_TLS 0x00008000 /* Always set for ARMv6+. */
/openbsd-src/regress/lib/libcrypto/CA/
H A Dintermediate.cnf88 authorityKeyIdentifier = keyid:always,issuer
95 authorityKeyIdentifier = keyid:always,issuer
119 authorityKeyIdentifier = keyid,issuer:always
125 authorityKeyIdentifier=keyid:always
/openbsd-src/sys/dev/ic/
H A Dsa2400reg.h75 #define SA2400_SYNB_ONE (1<<8) /* always 1 */
94 #define SA2400_SYNC_ZERO (1<<2) /* always 0 */
97 #define SA2400_SYND_ZERO1_MASK 0x3e0000 /* always 0 */
105 #define SA2400_SYND_ZERO2_MASK 0x7ff8 /* always 0 */
110 #define SA2400_OPMODE_ADC (1<<19) /* 1: in Rx mode, RSSI-ADC always on
239 * time always 1us". huh?
249 #define SA2400_VCO_ZERO 0x60 /* always zero */
/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp19 llvm::errs() << "always-before\n"; in HandleTranslationUnit()
43 llvm::errs() << "always-after\n"; in HandleTranslationUnit()
116 static FrontendPluginRegistry::Add<AlwaysBeforeAction> X3("always-before", "");
117 static FrontendPluginRegistry::Add<AlwaysAfterAction> X4("always-after", "");
/openbsd-src/lib/libc/gen/
H A Dgetcap.c297 * There is always room for one more character in record. in getent()
298 * R_end always points just past end of record. in getent()
299 * Rp always points just past last character in record. in getent()
300 * B_end always points just past last character in buf. in getent()
301 * Bp always points at next character in buf. in getent()
524 * (cgetcap always skips first field). in getent()
699 * There is always room for one more character in record. in cgetnext()
700 * R_end always points just past end of record. in cgetnext()
701 * Rp always points just past last character in record. in cgetnext()
702 * B_end always points just past last character in buf. in cgetnext()
[all …]

12345678910>>...215