Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/contrib/bmake/unit-tests/
H A Djob-output-null.exp1 1 trailing
2 2a trailing
3 2b trailing
4 2c trailing
H A Ddirective-export-gmake.mk41 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
H A Dvarmod-extension.mk7 .for path in a/b/c def a.b.c a.b/c a a.a .gitignore a a.a trailing/
H A Dvarmod-tail.mk15 .for path in a/b/c def a.b.c a.b/c a a.a .gitignore a a.a trailing/
H A Dopt-file.mk11 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
H A Dvarmod-root.mk34 .if ${trailing/:L:R} != "trailing/"
H A Ddirective-include-guard.mk596 CASES+= target-name-trailing-space
597 LINES.target-name-trailing-space= \
H A Dvarmod-head.mk34 .if ${:U trailing/ :H} != "trailing"
/freebsd/contrib/sendmail/cf/mailer/
H A Duucp.m440 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
59 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
74 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
109 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
/freebsd/contrib/libpcap/
H A Dfmtutils.c97 #define SURROGATE_VALUE(leading, trailing) \ argument
98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt48 # Don't tolerate extra trailing '='
184 # B64_EOF ('-') terminates input and trailing bytes are ignored
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dmeta.in15 # trailing $ is a peculiar special case for the BRE code
/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint44 trailing-spaces: false
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td71 "contain comments beginning with '#'. Leading and trailing "
193 "'#'. Leading and trailing whitespace is stripped from each line. May "
220 "'#'. Leading and trailing whitespace is stripped from each line. May "
234 "'#'. Leading and trailing whitespace is stripped from each line. May "
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmaxim-ds1302.txt7 edge. Master input is set by the RTC on the trailing edge and is sensed
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template64 # NB: Should produce a single-line and not print a trailing newline.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt8 edge. Master input is set by the RTC on the trailing edge and is sensed
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv8 0,wrong syntax in recipient name: trailing double '/' after value, -section,, -recipient,_CA_DN//,B…
20 0,bad syntax in expected sender name: trailing double '/', -section,, -recipient,_CA_DN, -expect_se…
/freebsd/usr.bin/diff/tests/
H A Ddiff_test.sh73 diff -up --strip-trailing-cr -L b230049_a.in -L b230049_b.in \
82 diff -L1 -L2 -u --strip-trailing-cr stripcr_o_X.in stripcr_o_Y.in
/freebsd/usr.bin/diff3/tests/
H A Ddiff3_test.sh15 …diff3 --strip-trailing-cr $(atf_get_srcdir)/1cr.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc-synopsis.tlib64 In that input, leading and trailing white space is stripped,
/freebsd/contrib/diff/
H A DNEWS5 * New diff3 option --strip-trailing-cr.
52 * cmp now supports trailing operands SKIP1 and SKIP2, like BSD cmp.
67 --strip-trailing-cr
/freebsd/etc/mtree/
H A DREADME22 not emit the trailing white space would be even uglier):
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf626 # strip group: syntax (not inside angle brackets!) and trailing semicolon
636 R$* ; $1 strip trailing semi
733 # strip trailing dot off possibly canonical name
920 # strip trailing dot from any host name that may appear
994 R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
1076 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
1197 R$* . $1 strip trailing dots
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade25 % rm -rf ../ota/* # trailing /* is important

12345678