| /freebsd-12.1/contrib/sendmail/cf/mailer/ |
| H A D | uucp.m4 | 40 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 D | stack.c | 1140 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 D | meta.in | 13 # trailing $ is a peculiar special case for the BRE code
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | Makefile | 17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid
|
| /freebsd-12.1/cddl/usr.sbin/dwatch/examples/ |
| H A D | profile_template | 65 # NB: Should produce a single-line and not print a trailing newline.
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | ChangeLog.gcc43 | 33 (d_next_char): Don't advance past trailing '\0'.
|
| /freebsd-12.1/contrib/llvm/tools/lld/ |
| H A D | CMakeLists.txt | 147 # Remove trailing spaces 156 # Remove trailing spaces
|
| /freebsd-12.1/contrib/dialog/package/debian/ |
| H A D | changelog | 64 * fix missing trailing null from dlg_align_columns
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | aclocal.m4 | 20 # Account for people who put trailing slashes in PATH elements.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Args.h | 298 bool trailing = true,
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | mdoc-synopsis.tlib | 64 In that input, leading and trailing white space is stripped,
|
| /freebsd-12.1/contrib/diff/ |
| H A D | NEWS | 5 * 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 D | diff_test.sh | 62 diff -up --strip-trailing-cr -L b230049_a.in -L b230049_b.in \
|
| /freebsd-12.1/etc/mtree/ |
| H A D | README | 24 not emit the trailing white space would be even uglier):
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 613 # 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 D | ERR_put_error.pod | 48 The trailing section of a reason code (after the "_R_") is translated
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Args.cpp | 395 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 D | TODO | 322 - .%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 D | proto.m4 | 773 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 D | ONEWS | 508 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 D | README.txt | 44 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 D | fp_extend_impl.inc | 82 // bit (if needed) and right-aligning the rest of the trailing NaN
|
| H A D | fp_trunc_impl.inc | 97 // bit and inserting the (truncated) trailing NaN field.
|
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | configure.ac | 159 .) ;; # Avoid trailing /.
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | stab.def | 131 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
|