Home
last modified time | relevance | path

Searched +full:select +full:- +full:string (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.tpl1 [= AutoGen5 Template -*- Mode: C -*-
4 (if (version-compare >= autogen-version "5.18.1")
5 (dne "-D" " * " "/* ")
8 /* DO NOT SVN-MERGE THIS FILE, EITHER [=
9 (define re-ct 0) (define max-mach 0) (define ct 0)
17 * certain ANSI-incompatible system header files which are fixed to work
51 (set! Hack (string-capitalize! (get "hackname")))
52 (set! HACK (string-upcase! (get "hackname")))
87 (set! ct (+ ct (string-length tmp) 5))
88 (kr-string tmp)=],[=
[all …]
H A DREADME9 information to gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org and,
33 dollar sign characters and back quotes -- unless you mean
38 back-quoted script to add text to float.h.
62 Please keep them alphabetical by this name. :-)
73 processes. The preferred apply tests are "select", "bypass", "mach"
74 "sum", and "c-test" because they are performed internally:
76 * select - Run a regex on the contents of the file being considered.
77 All such regex-es must match. Matching is done with
80 * bypass - Run a regex on the contents of the file being considered.
83 * sum - Select a specific version of a file that has a matching
[all …]
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.tpl1 [= AutoGen5 Template -*- Mode: C -*-
4 (if (version-compare >= autogen-version "5.18.1")
5 (dne "-D" " * " "/* ")
8 /* DO NOT SVN-MERGE THIS FILE, EITHER [=
9 (define re-ct 0) (define max-mach 0) (define ct 0)
17 * certain ANSI-incompatible system header files which are fixed to work
51 (set! Hack (string-capitalize! (get "hackname")))
52 (set! HACK (string-upcase! (get "hackname")))
87 (set! ct (+ ct (string-length tmp) 5))
88 (kr-string tmp)=],[=
[all …]
H A DREADME9 information to gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org and,
33 dollar sign characters and back quotes -- unless you mean
38 back-quoted script to add text to float.h.
62 Please keep them alphabetical by this name. :-)
73 processes. The preferred apply tests are "select", "bypass", "mach"
74 "sum", and "c-test" because they are performed internally:
76 * select - Run a regex on the contents of the file being considered.
77 All such regex-es must match. Matching is done with
80 * bypass - Run a regex on the contents of the file being considered.
83 * sum - Select a specific version of a file that has a matching
[all …]
/netbsd-src/share/man/man7/
H A Drfc6056.751 .Bl -tag -width "random_start"
59 Select ports randomly from the available ephemeral ports.
66 Select ports randomly from the available ephemeral ports.
70 Select ports using a
81 Select ports using a
89 Use random increments in order to select the next port.
94 .Bl -column "net.inet6.udp6.anonportalgo.available" "string" "Changeable"
96 .It net.inet.ip.anonportalgo.available Ta string Ta no
97 .It net.inet.ip.anonportalgo.selected Ta string Ta yes
98 .It net.inet6.ip6.anonportalgo.available Ta string Ta no
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td1 //==--- DiagnosticLexKinds.td - liblex diagnostics ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
16 "null character(s) preserved in %select{char|string}0 literal">,
26 InGroup<DiagGroup<"backslash-newline-escape">>;
50 def ext_multi_line_line_comment : Extension<"multi-line // comment">,
65 InGroup<DiagGroup<"dollar-in-identifier-extension">>;
73 "treating Ctrl-Z as end-of-file is a Microsoft extension">,
[all …]
H A DDiagnosticParseKinds.td1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
24 "Unsupported architecture '%0' for MS-style inline assembly">;
26 "MS-style inline assembly is not available: %0">;
28 "GNU-style inline assembly is disabled">;
36 InGroup<DiagGroup<"empty-translation-unit">>;
41 "extra ';' %select{"
[all …]
H A DDiagnosticASTKinds.td1 //==--- DiagnosticASTKinds.td - libast diagnostics ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 "%select{reinterpret_cast|dynamic_cast|cast that performs the conversions of"
16 "%select{| in C++ standards before C++20||}0">;
27 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot "
40 "%select{|||||virtual function called on|dynamic_cast applied to|"
44 "reference dynamic_cast failed: %select{"
45 "static type %1 of operand is a non-public base class of dynamic type %2|"
48 "%3 is a non-public base class of dynamic type %2 of operand}0">;
[all …]
H A DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
22 "variable%select{s| %1|s %1 and %2|s %1, %2, and %3|s %1, %2, %3, and %4}0 "
26 "variable %0 is %select{decremented|incremented}1 both in the loop header "
29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">;
33 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
46 "using %select{integer|floating point|complex}1 absolute value function %0 "
[all …]
H A DDiagnosticCommonKinds.td1 //==--- DiagnosticCommonKinds.td - common diagnostics ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 "%select{<ERROR>|constexpr|consteval|constinit}0">;
28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE;
40 /// note_matching - this is used as a continuation of a previous diagnostic,
55 def err_expected_string_literal : Error<"expected string literal "
56 "%select{in %1|for diagnostic message in static_assert|"
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_select.in.h1 /* Substitute for <sys/select.h>.
2 Copyright (C) 2007-2022 Free Software Foundation, Inc.
23 both include <sys/select.h>.
24 On Cygwin and OpenBSD, <sys/time.h> includes <sys/select.h>.
52 <sys/bsd_types.h>, which includes <sys/select.h>. At this point we cannot
62 <sys/select.h>. At this point we cannot include <signal.h>, because that
74 /* On many platforms, <sys/select.h> assumes prior inclusion of
81 /* On OSF/1 4.0, <sys/select.h> provides only a forward declaration
83 Also, Mac OS X, AIX, HP-UX, IRIX, Solaris, Interix declare select()
91 /* On AIX 7 and Solaris 10, <sys/select.h> provides an FD_ZERO implementation
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td1 // WebAssemblyInstrMemory.td-WebAssembly Memory codegen support -*- tablegen -*-
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// WebAssembly Memory operand code-gen constructs.
12 //===----------------------------------------------------------------------===//
15 // - WebAssemblyTargetLowering having to do with atomics
16 // - Each has optional alignment.
19 // local types. These memory-only types instead zero- or sign-extend into local
27 [{ return N->getFlags().hasNoUnsignedWrap(); }]>;
31 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N->getOperand(1)))
[all …]
H A DWebAssemblyInstrAtomics.td1 // WebAssemblyInstrAtomics.td-WebAssembly Atomic codegen support-*- tablegen -*-
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// WebAssembly Atomic operand code-gen constructs.
12 //===----------------------------------------------------------------------===//
16 list<dag> pattern_r, string asmstr_r,
17 string asmstr_s, bits<32> atomic_op,
18 string is64 = "false"> {
24 multiclass ATOMIC_NRI<dag oops, dag iops, list<dag> pattern, string asmstr = "",
25 bits<32> atomic_op = -1> {
[all …]
H A DWebAssemblyInstrInteger.td1 // WebAssemblyInstrInteger.td-WebAssembly Integer codegen -------*- tablegen -*-
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// WebAssembly Integer operand code-gen constructs.
12 //===----------------------------------------------------------------------===//
14 multiclass UnaryInt<SDNode node, string name, bits<32> i32Inst,
25 multiclass BinaryInt<SDNode node, string name, bits<32> i32Inst,
36 multiclass ComparisonInt<CondCode cond, string name, bits<32> i32Inst, bits<32> i64Inst> {
104 [(set I32:$dst, (select I32:$cond, I32:$lhs, I32:$rhs))],
105 "i32.select\t$dst, $lhs, $rhs, $cond", "i32.select", 0x1b>;
[all …]
H A DWebAssemblyInstrFloat.td1 // WebAssemblyInstrFloat.td-WebAssembly Float codegen support ---*- tablegen -*-
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// WebAssembly Floating-point operand code-gen constructs.
12 //===----------------------------------------------------------------------===//
14 multiclass UnaryFP<SDNode node, string name, bits<32> f32Inst,
25 multiclass BinaryFP<SDNode node, string name, bits<32> f32Inst,
36 multiclass ComparisonFP<CondCode cond, string name, bits<32> f32Inst, bits<32> f64Inst> {
88 // Don't care floating-point comparisons, supported via other comparisons.
104 [(set F32:$dst, (select I32:$cond, F32:$lhs, F32:$rhs))],
[all …]
/netbsd-src/external/ibm-public/postfix/dist/man/man5/
H A Dmysql_table.58 \-
13 \fBpostmap \-q "\fIstring\fB" mysql:/etc/postfix/\fIfilename\fR
15 \fBpostmap \-q \- mysql:/etc/postfix/\fIfilename\fB <\fIinputfile\fR
27 alias_maps = mysql:/etc/postfix/mysql\-aliases.cf
30 The file /etc/postfix/mysql\-aliases.cf has the same format as
71 1 minute, and are re\-opened as necessary. Postfix versions 2.0
99 query = SELECT replacement FROM aliases WHERE mailbox = '%s'
118 Otherwise, \fB%u\fR is replaced by the entire search string.
126 The upper\-case equivalents of the above expansions behave in the
127 \fBquery\fR parameter identically to their lower\-case counter\-parts.
[all …]
H A Dsqlite_table.58 \-
13 \fBpostmap \-q "\fIstring\fB" sqlite:/etc/postfix/\fIfilename\fR
15 \fBpostmap \-q \- sqlite:/etc/postfix/\fIfilename\fB <\fIinputfile\fR
27 alias_maps = sqlite:/etc/postfix/sqlite\-aliases.cf
30 The file /etc/postfix/sqlite\-aliases.cf has the same format as
68 query = SELECT replacement FROM aliases WHERE mailbox = '%s'
82 Otherwise, \fB%u\fR is replaced by the entire search string.
90 The upper\-case equivalents of the above expansions behave in the
91 \fBquery\fR parameter identically to their lower\-case counter\-parts.
94 .IP "\fB%[1\-9]\fR"
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/man/man5/
H A Dslapd-sql.51 .TH SLAPD-SQL 5 "RELEASEDATE" "OpenLDAP LDVERSION"
4 slapd\-sql \- SQL backend to slapd
21 It is NOT designed as a general-purpose backend that uses RDBMS instead
26 (OpenLDAP FAQ\-O\-Matic/General LDAP FAQ/Directories vs. conventional
29 The idea (detailed below) is to use some meta-information to translate
33 This allows SQL and LDAP applications to inter-operate without
37 schema without having to change source (through that meta-information
82 Specifies a where-clause template used to form a subtree search condition
93 Specifies a where-clause template used to form a children search condition
110 meta-information, adding and deleting entries to ldap_entries, etc.
[all …]
/netbsd-src/external/bsd/openldap/man/
H A Dslapd-sql.52 .TH SLAPD-SQL 5 "2020/04/28" "OpenLDAP 2.4.50"
5 slapd\-sql \- SQL backend to slapd
22 It is NOT designed as a general-purpose backend that uses RDBMS instead
27 (OpenLDAP FAQ\-O\-Matic/General LDAP FAQ/Directories vs. conventional
30 The idea (detailed below) is to use some meta-information to translate
34 This allows SQL and LDAP applications to inter-operate without
38 schema without having to change source (through that meta-information
83 Specifies a where-clause template used to form a subtree search condition
94 Specifies a where-clause template used to form a children search condition
111 meta-information, adding and deleting entries to ldap_entries, etc.
[all …]
/netbsd-src/external/mpl/dhcp/dist/doc/ja_JP.eucJP/
H A Ddhclient.conf.55 .\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
6 .\" Copyright (c) 1996-2003 by Internet Software Consortium
26 .\" %FreeBSD: src/contrib/isc-dhcp/client/dhclient.conf.5,v 1.7.2.1 2002/04/11 10:16:46 murray Exp %
33 dhclient.conf - DHCP ���饤���������ե�����
95 .B select-timeout
98 \fBselect-timeout \fItime\fR\fB;\fR
109 .I select-timeout
115 .I select-timeout
119 �ǥե���ȤǤϡ�select-timeout �ͤ� 0 �äǤ���
129 ����� INIT-REBOOT (�����֡���) ���֤ȸƤӤޤ���
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCondMov.td1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
26 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
35 class CMov_F_I_FT<string opstr, RegisterOperand RC, InstrItinClass Itin,
45 class CMov_F_F_FT<string opstr, RegisterOperand RC, InstrItinClass Itin,
54 // select patterns
59 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
[all …]
H A DMips32r6InstrInfo.td1 //=- Mips32r6InstrInfo.td - Mips32r6 Instruction Information -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
27 //===----------------------------------------------------------------------===//
31 //===----------------------------------------------------------------------===//
34 // Reencoded: jr -> jalr
35 // Reencoded: jr.hb -> jalr.hb
[all …]
/netbsd-src/share/man/man4/
H A Drtw.440 .Bl -tag -width "IBSS-masterXX"
49 .Em IEEE ad-hoc
51 .Em peer-to-peer
55 However, actual connections between stations are peer-to-peer.
72 no encryption; 40-bit encryption; or 104-bit encryption.
85 .Bl -tag -width Ds
90 The interface will automatically select a BSSID in this mode, which is
98 The driver will automatically select a channel in this mode, which is
107 .Bl -tag -width autoselect -compact
124 .Bl -tag -width monitor -compact
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement_test.cpp38 #include <atf-c++.hpp>
52 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY()
54 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
64 "SELECT prime FROM test ORDER BY prime"); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY()
90 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
112 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
125 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
139 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
158 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/public-domain/sqlite/man/
H A Dsqlite3_column_decltype.322 If this statement is a SELECT statement and the Nth column of
23 the returned result set of that SELECT is a table column (not
28 The returned string is always UTF-8 encoded.
36 SELECT c1 + 1, c1 FROM t1;
38 this routine would return the string "VARIANT" for the second result
41 SQLite uses dynamic run-time typing.
50 .Bd -literal

12345678910>>...42