Home
last modified time | relevance | path

Searched full:spaces (Results 1 – 25 of 1264) sorted by relevance

12345678910>>...51

/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
24 colons: {max-spaces-before: 0, max-spaces
[all...]
/freebsd/tools/tools/umastat/
H A Dumastat.c139 uma_print_keg_flags(struct uma_keg *ukp, const char *spaces) in uma_print_keg_flags() argument
144 printf("%suk_flags = 0;\n", spaces); in uma_print_keg_flags()
148 printf("%suk_flags = ", spaces); in uma_print_keg_flags()
161 uma_print_keg_align(struct uma_keg *ukp, const char *spaces) in uma_print_keg_align() argument
166 printf("%suk_align = UMA_ALIGN_PTR;\n", spaces); in uma_print_keg_align()
171 printf("%suk_align = UMA_ALIGN_LONG;\n", spaces); in uma_print_keg_align()
175 printf("%suk_align = UMA_ALIGN_INT;\n", spaces); in uma_print_keg_align()
180 printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces); in uma_print_keg_align()
184 printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces); in uma_print_keg_align()
188 printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces); in uma_print_keg_align()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-errors.mk8 all: fail-spaces
14 # XXX: The debug output folds the spaces, showing '3 spaces' instead of
15 # the correct '3 spaces'.
16 fail-spaces:
17 echo '3 spaces'; false
19 # XXX: The debug output folds the spaces, showing 'echo \ indented' instead
35 # of the lines, usually at column 73. All spaces before the continuation
37 # irrelevant. Having these spaces collapsed makes sense to show the command
H A Descape.exp45 VAR1BSNLss=:first line two spaces on second line:
48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
57 second line spaces should be retained':
59 second line spaces should be retained:
87 second line spaces should be retained':
89 second line spaces should be retained:
H A Dopt-debug-errors-jobs.exp1 echo '3 spaces'; false
2 3 spaces
4 *** Failed target: fail-spaces
7 echo '3 spaces'; false
8 *** [fail-spaces] Error code 1
H A Dopt-debug-errors.exp1 echo '3 spaces'; false
2 3 spaces
4 *** Failed target: fail-spaces
5 *** Failed command: echo '3 spaces'; false
H A Dopt-debug-errors-jobs.mk8 all: fail-spaces
15 fail-spaces:
16 echo '3 spaces'; false
31 # of the lines, usually at column 73. All spaces before the continuation
H A Dvarmod-to-title.mk22 .if ${:Umultiple spaces:tt} != "Multiple Spaces"
26 # Note words only count if separated by spaces
H A Dvar-op-assign.mk71 VAR(spaces in parentheses)= ()
72 VAR{spaces in braces}= {}
78 VARNAME_PAREN= VAR(spaces in parentheses)
79 VARNAME_BRACES= VAR{spaces in braces}
H A Ddirective-export-gmake.mk26 # Contrary to the usual variable assignments, spaces are significant
29 export VAR= leading spaces
30 .if ${:!echo "\$VAR"!} != " leading spaces"
34 # Contrary to the usual variable assignments, spaces are significant
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h1 //===- AddressSpaces.h - Language-specific address spaces -------*- C++ -*-===//
11 /// spaces.
30 // OpenCL specific address spaces.
42 // CUDA specific address spaces.
47 // SYCL specific address spaces.
54 // Pointer size and extension address spaces.
59 // HLSL specific address spaces.
62 // Wasm specific address spaces.
65 // This denotes the count of language-specific address spaces and also
66 // the offset added to the target-specific address spaces, which are usually
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp37 int Spaces, unsigned StartOfTokenColumn, in Change() argument
47 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
54 unsigned Spaces, in replaceWhitespace() argument
61 Spaces, StartOfTokenColumn, Newlines, "", "", in replaceWhitespace()
71 Tok.WhitespaceRange, /*Spaces=*/0, in addUntouchableToken()
91 unsigned Newlines, int Spaces) { in replaceWhitespaceInToken() argument
97 SourceRange(Start, Start.getLocWithOffset(ReplaceChars)), Spaces, in replaceWhitespaceInToken()
98 std::max(0, Spaces), Newlines, PreviousPostfix, CurrentPrefix, in replaceWhitespaceInToken()
186 LastOutsideTokenChange->TokenLength += PrevTokLength + P.Spaces; in calculateLineBreakInformation()
347 // spaces it has to be shifted, so the rest of the changes on the line are in AlignTokenSequence()
[all …]
H A DWhitespaceManager.h50 /// this replacement. It is needed for determining how \p Spaces is turned
51 /// into tabs and spaces for some format styles.
52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
66 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
70 /// Note: \p Spaces can be negative to retain information about initial
73 /// alignment here. In all other cases negative \p Spaces will be truncated to
76 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
82 unsigned Newlines, int Spaces);
104 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
110 SourceRange OriginalWhitespaceRange, int Spaces,
[all …]
/freebsd/usr.bin/fmt/
H A Dfmt.1114 Replace multiple spaces with tabs at the start of each output
118 spaces will be replaced with one tab.
122 is 0, spaces are preserved.
126 spaces per tab stop.
164 Format the text in standard input collapsing spaces:
166 $ echo -e 'Multiple spaces will be collapsed' | fmt -s
167 Multiple spaces will be collapsed
H A Dfmt.c38 * space, or two spaces if it ends with a sentence-end
54 * is modified slightly: <n> spaces are replaced by a tab.
66 * subsequent-leading-whitespace two spaces.
104 * - We don't turn spaces into tabs at starts of lines unless
241 static int tab_width = 8; /* Number of spaces per tab stop */
242 static size_t output_tab_width = 8; /* Ditto, when squashing leading spaces */
252 static size_t pending_spaces; /* Spaces to add before next word */
348 " -l <n> turn each <n> spaces at start of line into a tab\n" in main()
436 size_t last_indent = SILLY; /* how many spaces in last indent? */ in process_stream()
509 /* Find word end and count spaces after it */ in process_stream()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt65 without regard for case and insignificant spaces.
76 spaces are ignored. For printableString, there is only one space
326 character, then the output is exactly two SPACEs. Otherwise (the
374 All spaces are regarded as insignificant and are to be removed.
376 For example, removal of spaces from the Form KC string:
402 All hyphens and spaces are considered insignificant and are to be
405 For example, removal of hyphens and spaces from the Form KC string:
604 one or more spaces be replaced with one space and, if the string
605 contains non-space characters, removal of all leading spaces and
606 trailing spaces.
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl77 # replace tabs with spaces and check again.
122 err "spaces between tabs";
130 err "indented by spaces not tabs";
198 err "logical operator not set off with spaces";
208 "off with spaces";
213 err "comparison operator not set off with spaces";
217 err "assignment operator not set off with spaces";
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp
/freebsd/lib/libc/locale/
H A Dwcstof.c52 size_t spaces; in wcstof_l() local
56 spaces = 0; in wcstof_l()
59 spaces++; in wcstof_l()
81 *endptr += spaces; in wcstof_l()
H A Dwcstold.c52 size_t spaces; in wcstold_l() local
56 spaces = 0; in wcstold_l()
59 spaces++; in wcstold_l()
81 *endptr += spaces; in wcstold_l()
H A Dwcstod.c58 size_t spaces; in wcstod_l() local
62 spaces = 0; in wcstod_l()
65 spaces++; in wcstod_l()
104 *endptr += spaces; in wcstod_l()
/freebsd/usr.bin/sdiff/
H A Dsdiff.1101 Ignore trailing blank spaces.
113 Expand tabs to spaces.
115 Ignore all spaces.
119 Treat tabs and eight spaces as the same.
/freebsd/crypto/openssl/util/
H A Dfix-deprecation55 # $4 (spaces)
77 # Treat preprocessor lines (count spaces)
80 print STDERR "DEBUG: cpp spaces set to ", length($cppspaces), "\n"
106 print STDERR "DEBUG: cpp spaces set to ", length($cppspaces), "\n"
/freebsd/stand/forth/
H A Dcheck-password.4th63 2 spaces
68 1 spaces
111 3 spaces \ Erase the twiddle
115 3 spaces read-start @ 25 at-xy \ Erase the twiddle
120 0= if 3 spaces read-start @ 25 at-xy then \ Twiddle
/freebsd/share/doc/usd/13.viref/
H A Dref.so9 .\" indented paragraph, with spaces between the items, bold font
19 .\" indented paragraph, no spaces between the items, bold font
38 .\" nested .IP, no spaces, normal font

12345678910>>...51