Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 1344) sorted by relevance

12345678910>>...54

/openbsd/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
74 # 'te*' 'test'; match always
[all …]
/openbsd/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
170 next if $shortened && !$v->always;
/openbsd/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/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.
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dwarnings.m469 # --enable-werror-always was given on the command line, otherwise
72 # then WERROR will be set to -Werror only if --enable-werror-always
78 AC_ARG_ENABLE(werror-always,
79 AS_HELP_STRING([--enable-werror-always],
/openbsd/gnu/gcc/config/
H A Dwarnings.m469 # --enable-werror-always was given on the command line, otherwise
72 # then WERROR will be set to -Werror only if --enable-werror-always
78 AC_ARG_ENABLE(werror-always,
79 AS_HELP_STRING([--enable-werror-always],
/openbsd/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
H A Droot.cnf88 authorityKeyIdentifier = keyid:always,issuer
95 authorityKeyIdentifier = keyid:always,issuer
131 authorityKeyIdentifier = keyid,issuer:always
137 authorityKeyIdentifier=keyid:always
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt18 the upper bound. The lower bound is always implied to be zero, for
22 explicitly. Since the lower bound must always be known in a high level
26 short term. Java arrays are always zero based.
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DException.t11 ok($exception->causes_fail, "Exception events always cause failure");
38 ok($exception->causes_fail, "Exception events always cause failure");
/openbsd/lib/libssl/test/
H A DCAtsa.cnf89 authorityKeyIdentifier=keyid,issuer:always
103 authorityKeyIdentifier=keyid,issuer:always
116 authorityKeyIdentifier=keyid:always,issuer:always
H A DCAss.cnf73 authorityKeyIdentifier=keyid:always,issuer:always
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRCallingConv.td30 // i8 are always passed through the stack with a byte slot and byte alignment.
32 // i16 are always passed through the stack with an alignment of 1.
/openbsd/gnu/llvm/lldb/docs/use/
H A Dtroubleshooting.rst29 compiled into another implementation file, you will need to tell LLDB to always
35 $ echo "settings set target.inline-breakpoint-strategy always" >> ~/.lldbinit
37 This tells LLDB to always look in all compile units and search for breakpoint
39 Setting breakpoints in header files always searches all compile units because
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/
H A DCustom.t10 ok($pass->verify(got => "anything"), "always passes");
11 ok(!$fail->verify(got => "anything"), "always fails");
/openbsd/usr.sbin/nsd/
H A Dnsd-control-setup.sh.in133 authorityKeyIdentifier=keyid:always,issuer:always
/openbsd/usr.sbin/unbound/smallapp/
H A Dunbound-control-setup.sh.in137 authorityKeyIdentifier=keyid:always,issuer:always
/openbsd/usr.bin/file/magdir/
H A Dfreebsd119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
120 # 8/9: kernel (ring 0) ss value, always 0x0010
121 # 10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
122 # 28: low order byte of the current PTD entry, always 0 since the
/openbsd/regress/lib/libssl/certs/
H A Dmake-certs.sh64 authorityKeyIdentifier = keyid:always,issuer
70 authorityKeyIdentifier = keyid:always,issuer
76 authorityKeyIdentifier = keyid:always,issuer
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4432 to always fail with ENOSYS. Some functions are actually named
4489 to always fail with ENOSYS. Some functions are actually named
4545 to always fail with ENOSYS. Some functions are actually named
4603 to always fail with ENOSYS. Some functions are actually named
4840 to always fail with ENOSYS. Some functions are actually named
4903 to always fail with ENOSYS. Some functions are actually named
5084 to always fail with ENOSYS. Some functions are actually named
5571 to always fail with ENOSYS. Some functions are actually named
5628 to always fail with ENOSYS. Some functions are actually named
5684 to always fail with ENOSYS. Some functions are actually named
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-colon.txt1 # ":" always succeeds.
/openbsd/regress/gnu/egcs/gcc-builtins/
H A Dstrcat-1.c.exp1 strcat-1.c:: warning: strcat() is almost always misused, please use strlcat()
H A Dstrcat-2.c.exp1 strcat-2.c:: warning: strcat() is almost always misused, please use strlcat()
H A Dstrcpy-2.c.exp1 strcpy-2.c:: warning: strcpy() is almost always misused, please use strlcpy()

12345678910>>...54