HomeSort by: relevance | last modified time | path
    Searched refs:trailing (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
job-output-null.exp 1 1 trailing
2 2a trailing
3 2b trailing
4 2c trailing
varmod-root.mk 34 .if ${trailing/:L:R} != "trailing/"
job-output-null.mk 31 @printf '1\0trailing\n'
32 # expect: 1 trailing
40 @printf '2a\0trailing\n''2b\0trailing\n''2c\0trailing\n'
41 # expect: 2a trailing
42 # expect: 2b trailing
43 # expect: 2c trailing
48 # space. Because there is no trailing newline in the output, these
varmod-extension.mk 7 .for path in a/b/c def a.b.c a.b/c a a.a .gitignore a a.a trailing/
opt-file.exp 3 line-with-trailing-whitespace
dep-op-missing.mk 3 # Test for a missing dependency operator, in a line with trailing whitespace.
7 # To reach that point, there would have to be trailing whitespace in the line,
varmod-extension.exp 10 extension of 'trailing/' is ''
varmod-tail.mk 15 .for path in a/b/c def a.b.c a.b/c a a.a .gitignore a a.a trailing/
opt-file.mk 11 all: line-with-trailing-whitespace
54 # for lines that contained trailing whitespace. Worked around in parse.c
56 line-with-trailing-whitespace: .PHONY
57 @printf '%s' 'VAR=$@ ' > opt-file-trailing-whitespace
58 @${MAKE} -r -f opt-file-trailing-whitespace -V VAR
59 @rm opt-file-trailing-whitespace
varmod-tail.exp 10 tail (basename) of 'trailing/' is ''
parse.mk 30 # a variable assignment in a dependency line with trailing whitespace. Lines
31 # without trailing whitespace were not affected. Global variable assignments
32 # were guaranteed to have no trailing whitespace and were thus not affected.
36 # the last byte of a memory page. The expression '${:U}' forces this trailing
varmod-head.mk 34 .if ${:U trailing/ :H} != "trailing"
directive-export-gmake.mk 41 export VAR =trailing space in varname
42 .if ${:!env | grep trailing || true!} != "VAR =trailing space in varname"
43 . if ${:!env | grep trailing || true!} != "" # for dash
cmdline.mk 42 # variable assignments in makefiles. In the command line, trailing whitespace
46 # Preserving '#' and trailing whitespace has the benefit that when passing
directive-info.mk 27 # Even if lines would have trailing whitespace, this would be trimmed by
directive-include-guard.exp 100 Parse_PushInput: target-name-trailing-space.tmp:1
101 Parse_PushInput: target-name-trailing-space.tmp:1
directive-include.mk 45 # would be empty, and the closing '"' would be in the trailing part of the
68 # XXX: trailing whitespace in diagnostic, missing quotes around filename
dollar.mk 23 # The trailing dollar in the '1 dollar literal eol' test case accesses
opt-jobs-no-action.mk 22 # The shell attributes 'quiet' and 'echo' don't need a trailing newline,
char-005c-reverse-solidus.mk 37 TRAILING_WHITESPACE=foo\ # trailing space
  /src/lib/libm/arch/vax/
n_argred.S 156 * trailing: n * pi/2 , n = 0, 1, 2, ..., 29
157 * trailing[n] ,
168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded .
170 trailing: label
171 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 trailing
172 .double 0d+4.33590506506189049611e-35 # 1 * pi/2 trailing
173 .double 0d+8.67181013012378099223e-35 # 2 * pi/2 trailing
174 .double 0d+1.30077151951856714215e-34 # 3 * pi/2 trailing
175 .double 0d+1.73436202602475619845e-34 # 4 * pi/2 trailing
176 .double 0d-1.68390735624352669192e-34 # 5 * pi/2 trailing
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc 82 // bit (if needed) and right-aligning the rest of the trailing NaN
fp_trunc_impl.inc 97 // bit and inserting the (truncated) trailing NaN field.
  /src/usr.bin/mail/
list.c 1195 return syntax_error("trailing '!'");
  /src/tests/usr.bin/indent/
t_misc.sh 247 /* For int options, trailing garbage would be an error. */
250 /* For float options, trailing garbage would be an error. */
413 printf '#if trailing && space \n#endif\n' > code.c
415 atf_check -o 'inline:#if trailing && space\n#endif\n' \

Completed in 21 milliseconds

1 2