| /src/usr.bin/make/unit-tests/ |
| opt-debug-errors.exp | 1 echo '3 spaces'; false 2 3 spaces 4 *** Failed target: fail-spaces 5 *** Failed command: echo '3 spaces'; false
|
| opt-debug-errors-jobs.exp | 1 echo '3 spaces'; false 2 3 spaces 4 *** Failed target: fail-spaces 7 echo '3 spaces'; false 8 *** [fail-spaces] Error code 1
|
| opt-debug-errors-jobs.mk | 8 all: fail-spaces 15 fail-spaces: 16 echo '3 spaces'; false 31 # of the lines, usually at column 73. All spaces before the continuation
|
| escape.exp | 45 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:
|
| directive-export-gmake.mk | 26 # 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
|
| var-op-assign.mk | 71 VAR(spaces in parentheses)= () 72 VAR{spaces in braces}= {} 78 VARNAME_PAREN= VAR(spaces in parentheses) 79 VARNAME_BRACES= VAR{spaces in braces}
|
| varmod-order-string.mk | 14 # and the additional spaces between them are removed.
|
| varname-make_print_var_on_error-jobs.mk | 10 # contains spaces as well, this value is only intended as a first hint to what
|
| cond-func.mk | 12 ${:UA B}= variable name with spaces 78 # There may be spaces around the operators and parentheses, and even 79 # inside the parentheses. The spaces inside the parentheses are not
|
| deptgt-makeflags.mk | 32 .MAKEFLAGS: VAR="value"' with'\ spaces 33 .if ${VAR} != "value with spaces" 40 .if ${VAR} != "value with spaces"
|
| parse-var.mk | 79 # In variable assignments, there may be spaces in the middle of the left-hand 81 # Leading spaces (but not tabs) are possible but unusual. 82 # Trailing spaces are common in some coding styles, others omit them.
|
| cond-func-defined.mk | 6 ${:UA B}= variable name with spaces
|
| directive.mk | 12 . indented 2 spaces
|
| escape.mk | 175 two spaces on second line 181 many spaces and tabs [ ] on second line 202 second line spaces should be retained': 243 second line spaces should be retained':
|
| varmod-to-separator.mk | 84 # spaces have been replaced with '/'. This single word does not start with 91 # word since all spaces have been replaced with x. Because of this single 99 # ':S' replaces the 2 'b's with spaces. These spaces are part of the word, 109 # newly added spaces are treated as word separators, resulting in 3 words.
|
| comment.mk | 15 # Comments can be indented with spaces, but that is rather unusual.
|
| cond-func-empty.mk | 106 # neither leading nor trailing spaces are trimmed in the argument of the 107 # function. If the spaces were trimmed, the variable name would be "", and 153 # There may be spaces outside the parentheses. 154 # Spaces inside the parentheses are interpreted as part of the variable name. 160 ${:U WORD }= variable name with spaces
|
| /src/sys/netinet/ |
| accf_http.c | 269 int i, cc, spaces, inspaces; local 276 inspaces = spaces = 0; 285 spaces++; 294 if (spaces != 2) {
|
| /src/share/mk/ |
| bsd.clean.mk | 51 # or CLEANDIRFILES is not completely empty but contains spaces. 57 # CLEANFILES = "filename with spaces".
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 58 be installed in a directory that contains no embedded spaces in the 113 Quotes around FilePath and FileDir enable spaces in filenames.
|
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asconvrt.c | 543 /* Remove the spaces */ 557 AsPrint ("Extraneous spaces removed", SpaceCount, Filename); 1088 /* Remove the spaces */ 1280 /* Replace this group of spaces with a tab character */ 1294 /* Remove the spaces */ 1617 /* Add spaces if not already at the end-of-line */ 1621 /* Already present, add spaces after to align structure members */
|
| /src/usr.bin/crunch/crunchgen/ |
| crunchgen.c | 1135 int len, spaces; local 1141 spaces = lastlen - len; 1142 if (spaces < 1) 1143 spaces = 1; 1145 fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");
|
| /src/sbin/cgdconfig/ |
| params.c | 69 static void spaces(FILE *, int); 895 spaces(FILE *f, int len) function 906 spaces(f, ts); 953 spaces(f, ts); 961 spaces(f, ts); 1047 int ts = 0; /* tabstop of 0 spaces */
|
| /src/sys/arch/aarch64/aarch64/ |
| db_interface.c | 562 const char *spaces[4] = { " ", " ", " ", " " }; local 563 const char *spc = spaces[level]; 618 pr("%sL%d[%3d] has %d L%d entries\n", spaces[level - 1],
|
| /src/share/misc/ |
| style | 367 /* Second level indents are four spaces. */ 370 gets + indented + four + spaces + on + the + second + 393 /* No spaces after function names. */ 398 * Unary operators don't require spaces, binary operators do.
|