Home
last modified time | relevance | path

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

12345678

/freebsd-14.2/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-tail.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-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 Dopt-file.mk11 all: line-with-trailing-whitespace
H A Dvarmod-root.mk34 .if ${trailing/:L:R} != "trailing/"
H A Dvarmod-head.mk34 .if ${:U trailing/ :H} != "trailing"
/freebsd-14.2/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-14.2/contrib/libpcap/
H A Dfmtutils.c97 #define SURROGATE_VALUE(leading, trailing) \ argument
98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/
H A Dmeta.in15 # trailing $ is a peculiar special case for the BRE code
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/
H A D.yamllint39 trailing-spaces: false
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td65 "contain comments beginning with '#'. Leading and trailing "
168 "'#'. Leading and trailing whitespace is stripped from each line. May "
195 "'#'. Leading and trailing whitespace is stripped from each line. May "
/freebsd-14.2/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-14.2/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template64 # NB: Should produce a single-line and not print a trailing newline.
/freebsd-14.2/usr.bin/diff3/tests/
H A Ddiff3_test.sh14 …diff3 --strip-trailing-cr $(atf_get_srcdir)/1cr.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt
/freebsd-14.2/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-14.2/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-14.2/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc-synopsis.tlib64 In that input, leading and trailing white space is stripped,
/freebsd-14.2/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-14.2/etc/mtree/
H A DREADME22 not emit the trailing white space would be even uglier):
/freebsd-14.2/contrib/one-true-awk/
H A DFREEBSD-upgrade25 % rm -rf ../ota/* # trailing /* is important
/freebsd-14.2/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-14.2/contrib/sendmail/cf/m4/
H A Dproto.m4798 R$* ; $1 strip trailing semi
935 dnl trailing dot? -> do not apply _CANONIFY_HOSTS_
991 # strip trailing dot off possibly canonical name
1189 R< $+ . > $* $: < $1 > $2 strip trailing dot
1412 # strip trailing dot from any host name that may appear
2123 R$* < @ $* . > $1 < @ $2 > strip trailing dots',
2309 R<?> $+ < @ $+ . > <?> $1 < @ $2 > remove trailing dot
2346 R$* . $1 strip trailing dots
2575 dnl user lookups are always with trailing @
2799 dnl Remove trailing dots from each entry in the list;
[all …]

12345678