Home
last modified time | relevance | path

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

1234567891011

/freebsd-12.1/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-12.1/contrib/gdb/gdb/
H A Dstack.c1140 struct frame_info *trailing; in backtrace_command_1() local
1150 trailing = get_current_frame (); in backtrace_command_1()
1154 if (trailing == NULL) in backtrace_command_1()
1167 current = trailing; in backtrace_command_1()
1179 trailing = get_prev_frame (trailing); in backtrace_command_1()
1200 for (fi = trailing; in backtrace_command_1()
1211 for (i = 0, fi = trailing; in backtrace_command_1()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/data/
H A Dmeta.in13 # trailing $ is a peculiar special case for the BRE code
/freebsd-12.1/sys/contrib/zstd/tests/gzip/
H A DMakefile17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid
/freebsd-12.1/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template65 # NB: Should produce a single-line and not print a trailing newline.
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DChangeLog.gcc4333 (d_next_char): Don't advance past trailing '\0'.
/freebsd-12.1/contrib/llvm/tools/lld/
H A DCMakeLists.txt147 # Remove trailing spaces
156 # Remove trailing spaces
/freebsd-12.1/contrib/dialog/package/debian/
H A Dchangelog64 * fix missing trailing null from dlg_align_columns
/freebsd-12.1/contrib/gperf/
H A Daclocal.m420 # Account for people who put trailing slashes in PATH elements.
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h298 bool trailing = true,
/freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc-synopsis.tlib64 In that input, leading and trailing white space is stripped,
/freebsd-12.1/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-12.1/usr.bin/diff/tests/
H A Ddiff_test.sh62 diff -up --strip-trailing-cr -L b230049_a.in -L b230049_b.in \
/freebsd-12.1/etc/mtree/
H A DREADME24 not emit the trailing white space would be even uglier):
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf613 # strip group: syntax (not inside angle brackets!) and trailing semicolon
623 R$* ; $1 strip trailing semi
720 # strip trailing dot off possibly canonical name
907 # strip trailing dot from any host name that may appear
981 R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
1063 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
1184 R$* . $1 strip trailing dots
/freebsd-12.1/crypto/openssl/doc/man3/
H A DERR_put_error.pod48 The trailing section of a reason code (after the "_R_") is translated
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp395 const char *Args::StripSpaces(std::string &s, bool leading, bool trailing, in StripSpaces() argument
407 if (trailing) { in StripSpaces()
/freebsd-12.1/contrib/mandoc/
H A DTODO322 - .%T can have trailing punctuation. Currently, it puts the trailing
323 punctuation into a trailing MDOC_TEXT element inside its own scope.
328 of in_line() - put trailing punctuation out of scope.
461 - trailing whitespace must be ignored even when followed by a font escape,
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4773 R$* ; $1 strip trailing semi
910 dnl trailing dot? -> do not apply _CANONIFY_HOSTS_
966 # strip trailing dot off possibly canonical name
1164 R< $+ . > $* $: < $1 > $2 strip trailing dot
1387 # strip trailing dot from any host name that may appear
1919 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
2097 R$* < @ $* . > $1 < @ $2 > strip trailing dots',
2283 R<?> $+ < @ $+ . > <?> $1 < @ $2 > remove trailing dot
2320 R$* . $1 strip trailing dots
2549 dnl user lookups are always with trailing @
[all …]
/freebsd-12.1/contrib/flex/
H A DONEWS508 the pattern has trailing whitespace (ugh!), but flex doesn't
563 trailing context.
569 trailing context.
735 can now include a leading '^' or trailing '$' operator. In this
771 trailing carriage-returns ('\r'), in support of several PC/Mac
874 - Fixed bug in misrecognizing rules with variable trailing context.
1122 between yymore() and trailing context.
1152 - Variable trailing context now works, i.e., one can have
1153 rules like "(foo)*/[ \t]*bletch". Some trailing context
1158 the beginning of the trailing context. Lex won't get these
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A DREADME.txt44 si_int __ctzsi2(si_int a); // count trailing zeros
45 si_int __ctzdi2(di_int a); // count trailing zeros
46 si_int __ctzti2(ti_int a); // count trailing zeros
H A Dfp_extend_impl.inc82 // bit (if needed) and right-aligning the rest of the trailing NaN
H A Dfp_trunc_impl.inc97 // bit and inserting the (truncated) trailing NaN field.
/freebsd-12.1/contrib/gcclibs/libssp/
H A Dconfigure.ac159 .) ;; # Avoid trailing /.
/freebsd-12.1/contrib/binutils/include/aout/
H A Dstab.def131 If multiple N_SO's appear, the first to contain a trailing / is the
132 compilation directory. The first to not contain a trailing / is the

1234567891011