/freebsd/share/mk/ |
H A D | version_gen.awk | 42 brackets = 0; 58 brackets++; 84 brackets--; 93 brackets--; 108 brackets = 0; 141 brackets++; 186 brackets--; 187 if (brackets < 0) { 191 brackets = 0; # Reset
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | err.D_DECL_TYPERED.BadTransDecl.d | 16 * fields enclosed by brackets "[]" replaced with your own identifying 32 * between braces rather than angle brackets. 62 printf("Using braces instead of angle brackets for translator input");
|
H A D | err.D_SYNTAX.BadTransDecl1.d | 16 * fields enclosed by brackets "[]" replaced with your own identifying 32 * between parantheses rather than angle brackets.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/ |
H A D | err.D_SYNTAX.brack1.d | 16 * fields enclosed by brackets "[]" replaced with your own identifying 30 * ASSERTION: Test detection of extra square brackets
|
H A D | err.D_SYNTAX.brack2.d | 16 * fields enclosed by brackets "[]" replaced with your own identifying 30 * ASSERTION: Test detection of missing square brackets
|
H A D | err.D_SYNTAX.brack3.d | 16 * fields enclosed by brackets "[]" replaced with your own identifying 30 * ASSERTION: Test detection of missing square brackets
|
/freebsd/share/doc/usd/06.bc/ |
H A D | bc | 447 followed by an expression in brackets is called a subscripted 450 in brackets is called the subscript. 464 a function definition by the use of empty brackets: 748 literals are in \fBbold\fP; material in brackets [\|] is optional. 770 Array identifiers are followed by square brackets, possibly 860 array name followed by empty square brackets. 1066 \fBauto\fP arrays are specified by the array name followed by empty square brackets. 1163 brackets. 1177 Array names must be followed by empty square brackets.
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.8 | 149 prefix in the square brackets is the offset of the decoding window in 174 prefix in the square brackets is the offset of the BAR in config space in 202 The second value in the square brackets is the offset of the capability 214 The second value in the square brackets is the offset of the extended
|
/freebsd/contrib/bc/src/ |
H A D | dc_lex.c | 95 * Parses a dc string. Since dc's strings need to check for balanced brackets, 97 * characters. Oh, and dc strings need to check for escaped brackets. 122 // have "depth", which means we haven't completely balanced brackets in dc_lex_string() 126 // Check for escaped brackets and set the depths as appropriate. in dc_lex_string()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 241 // This objects maintains the current score brackets of each wait counter, and 246 // the brackets. When multiple types of event happen in the bracket, 631 bool shouldFlushVmCnt(MachineLoop *ML, WaitcntBrackets &Brackets); 2088 /// Merge the pending events and associater score brackets of \p Other into 2089 /// this brackets status. 2092 /// (i.e. the merged brackets strictly dominate the original brackets). 2338 WaitcntBrackets &Brackets) { in shouldFlushVmCnt() argument 2357 RegInterval Interval = Brackets.getRegInterval(&MI, MRI, TRI, I); in shouldFlushVmCnt() 2366 // If at least one of Op's registers is in the score brackets, the in shouldFlushVmCnt() 2368 if (Brackets.getRegScore(RegNo, LOAD_CNT) > in shouldFlushVmCnt() [all …]
|
/freebsd/sbin/devfs/ |
H A D | devfs.rules | 6 # characters will be ignored. A line in between brackets '[]' 7 # denotes the beginning of a ruleset. In the brackets should
|
/freebsd/share/man/man5/ |
H A D | devfs.rules.5 | 45 A line between brackets denotes the start of a ruleset. 46 In the brackets should be the name of the ruleset and its number,
|
H A D | style.mdoc.5 | 218 At the same time, the square brackets 253 Use the angle brackets
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 230 // arguments, because '<' '>' brackets are not always trivially balanced. In in ConsumeTemplateArgs() 232 // arithmetic or shift operators not as template brackets. Examples: in ConsumeTemplateArgs() 236 // usage should be enclosed within '()' brackets. in ConsumeTemplateArgs() 257 // '>' always surrounded by brackets to avoid ambiguity. in ConsumeTemplateArgs() 578 AfterTemplate, // right after template brackets (<something>) in ParseFullNameImpl() 667 case tok::less: // Template brackets. in ParseFullNameImpl()
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp-v2-base.yaml | 70 by angular brackets <>. The OPP binding doesn't provide any provisions to 94 separated by angular brackets <>. If current values aren't required 109 separated by angular brackets <>. If power values aren't required
|
/freebsd/contrib/dma/ |
H A D | mail.c | 157 int brackets; member 280 ps->brackets = 1; in parse_addrs() 285 if (!ps->brackets) in parse_addrs() 287 ps->brackets = 0; in parse_addrs()
|
/freebsd/share/man/man9/ |
H A D | style.9 | 152 #include <sys/types.h> /* Non-local includes in angle brackets. */ 837 inside a single set of brackets 844 with each option and its argument inside its own pair of brackets. 854 and all inside brackets. 863 placed in a single set of brackets.
|
/freebsd/contrib/wpa/src/wps/ |
H A D | upnp_xml.c | 36 * case). Thus we can safely parse for angle brackets etc. 71 * Within the angle brackets, there is an optional leading forward slash (which 75 * Note that angle brackets present in the original data must have been encoded
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pcb.h | 17 * fields enclosed by brackets "[]" replaced with your own identifying 92 int pcb_brackets; /* number of open square brackets in lexer */
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXDiagnostic.h | 199 * The option name displayed (e.g., -Wconversion) will be placed in brackets 208 * The category number is displayed within brackets after the diagnostic text. 217 * The category name is displayed within brackets after the diagnostic text.
|
/freebsd/sys/contrib/openzfs/module/icp/ |
H A D | illumos-crypto.c | 17 * fields enclosed by brackets "[]" replaced with your own identifying 50 * initializations of structs with unions needed to have brackets
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | LambdaCapture.h | 110 /// written between the square brackets introducing the lambda). 116 /// between the square brackets introducing the lambda).
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-match-escape.mk | 115 # In brackets, the backslash is just an ordinary character. 116 # Outside brackets, it is an escape character for a few special characters.
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 160 // square brackets, no quotes in SetArgs() 165 // No square brackets or quotes in SetArgs() 171 "surrounded by brackets with optional quotes: [<key>] or " in SetArgs()
|
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
H A D | bsnmpget.1 | 368 Square brackets are used to denote an entry's indexes. 369 When used in an input OID, the square brackets may have to be 384 or a string followed by square brackets (used to denote an entry's indexes) and
|