Home
last modified time | relevance | path

Searched full:trailing (Results 1 – 25 of 1892) sorted by relevance

12345678910>>...76

/freebsd/contrib/bmake/unit-tests/
H A Djob-output-null.mk31 @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
H A Djob-output-null.exp1 1 trailing
2 2a trailing
3 2b trailing
4 2c 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 Dparse.mk30 # 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
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
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dbmiintrin.h27 /// Counts the number of trailing zero bits in the operand.
34 /// An unsigned 16-bit integer whose trailing zeros are to be counted.
35 /// \returns An unsigned 16-bit integer containing the number of trailing zero
43 /// Counts the number of trailing zero bits in the operand.
54 /// An unsigned 16-bit integer whose trailing zeros are to be counted.
55 /// \returns An unsigned 16-bit integer containing the number of trailing zero
60 /// Counts the number of trailing zero bits in the operand.
67 /// An unsigned 32-bit integer whose trailing zeros are to be counted.
68 /// \returns An unsigned 32-bit integer containing the number of trailing zero
76 /// Counts the number of trailing zero bits in the operand.
[all …]
/freebsd/contrib/libpcap/
H A Dfmtutils.c97 #define SURROGATE_VALUE(leading, trailing) \ argument
98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
110 * Not even enough room for a trailing '\0'. in utf_16le_to_utf_8_truncated()
120 * a trailing surrogate. in utf_16le_to_utf_8_truncated()
142 * Trailing surrogate. in utf_16le_to_utf_8_truncated()
146 * a trailing surrogate, in utf_16le_to_utf_8_truncated()
155 * Not a trailing surrogate; in utf_16le_to_utf_8_truncated()
168 * Trailing surrogate without in utf_16le_to_utf_8_truncated()
192 * plus a trailing '\0'. in utf_16le_to_utf_8_truncated()
203 * plus a trailing '\0'. in utf_16le_to_utf_8_truncated()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h11 /// some trailing object (or arrays of objects) appended to them. The
24 /// numTrailingObjects implementations for each trailing type except
100 // varargs. Each level of inheritance picks off a single trailing type
137 // the result for each type in the list of trailing types depends on
188 // when there's no more trailing types.
238 // trailing types. Use getTrailingObjectsNonStrict() which does not check in verifyTrailingObjectsAssertions()
242 "multiple trailing types"); in verifyTrailingObjectsAssertions()
288 /// Returns a pointer to the trailing object array of the given type
300 /// Returns a pointer to the trailing object array of the given type
311 // getTrailingObjects() specialization for a single trailing type.
[all …]
/freebsd/contrib/pkgconf/tests/lib1/
H A Dno-trailing-newline.pc6 Name: no-trailing-newline
9 Libs: -L${libdir}/no-trailing-newline -lno-trailing-newline
10 Cflags: -I${includedir}/no-trailing-newline
/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c89 char htcap[7 + 4 + 1]; /* ",htcap:" + %04hx + trailing NUL */ in ie_to_string()
90 char htagg[7 + 2 + 1]; /* ",htagg:" + %02hx + trailing NUL */ in ie_to_string()
91 char htmcs[7 + 8 + 1]; /* ",htmcs:" + %08x + trailing NUL */ in ie_to_string()
92 char vhtcap[8 + 8 + 1]; /* ",vhtcap:" + %08x + trailing NUL */ in ie_to_string()
93 char vhtrxmcs[10 + 8 + 1]; /* ",vhtrxmcs:" + %08x + trailing NUL */ in ie_to_string()
94 char vhttxmcs[10 + 8 + 1]; /* ",vhttxmcs:" + %08x + trailing NUL */ in ie_to_string()
96 char extcap[8 + 2 * MAX_EXTCAP + 1]; /* ",extcap:" + hex + trailing NUL in ie_to_string()
98 char txpow[7 + 4 + 1]; /* ",txpow:" + %04hx + trailing NUL */ in ie_to_string()
100 char wps[WPS_NAME_LEN + 5 + 1]; /* room to prepend ",wps:" + trailing in ie_to_string()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h106 static_assert(true, "no-op to require trailing semicolon")
111 static_assert(true, "no-op to require trailing semicolon")
116 static_assert(true, "no-op to require trailing semicolon")
123 static_assert(true, "no-op to require trailing semicolon")
128 static_assert(true, "no-op to require trailing semicolon")
133 static_assert(true, "no-op to require trailing semicolon")
/freebsd/contrib/unbound/util/
H A Dlog.h69 * It has printf formatted arguments. No trailing newline is needed.
152 * Pass printf formatted arguments. No trailing newline is needed.
159 * Pass printf formatted arguments. No trailing newline is needed.
166 * Pass printf formatted arguments. No trailing newline is needed.
182 * Pass printf formatted arguments. No trailing newline is needed.
189 * Pass printf formatted arguments. No trailing newline is needed.
205 * Pass printf formatted arguments. No trailing newline is needed.
/freebsd/share/man/man7/
H A Dhostname.741 (with no trailing dot).
63 If the input name ends with a trailing dot,
64 the trailing dot is removed,
67 If the input name does not end with a trailing dot, it is looked up
/freebsd/lib/libc/stdbit/
H A Dstdc_trailing_zeros.311 .Nd find the number of trailing zeros in an integer
30 family of functions returns the number of trailing zeros in
58 Returns the number of trailing zeros in
H A Dstdc_trailing_ones.311 .Nd find the number of trailing ones in an integer
30 family of functions returns the number of trailing ones in
58 Returns the number of trailing ones in
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c145 * Trailing `/.'s are removed.
146 * Trailing `/'s are removed.
147 * Non-leading `../'s and trailing `..'s are handled by removing
193 /* Check for trailing `/', and `.' by itself. */ in canonicalize_pathname()
200 /* Check for `../', `./' or trailing `.' by itself. */ in canonicalize_pathname()
209 /* Handle `../' or trailing `..' by itself. */ in canonicalize_pathname()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c50 * Trailing - is not special (so [a-] is two characters a and -).
52 * This function never sees a trailing \.
77 /* Trailing or initial '-' is not special. */ in pm_list()
124 /* Trailing or initial '-' is not special. */ in pm_list_w()
207 /* Trailing '*' always succeeds. */ in pm()
232 p = end; /* Jump to trailing ']' char. */ in pm()
240 /* Trailing '\\' matches itself. */ in pm()
317 /* Trailing '*' always succeeds. */ in pm_w()
342 p = end; /* Jump to trailing ']' char. */ in pm_w()
350 /* Trailing '\\' matches itself. */ in pm_w()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp1 //===----- X86AvoidTrailingCall.cpp - Insert int3 after trailing calls ----===//
41 #define AVOIDCALL_DESC "X86 avoid trailing call pass"
42 #define AVOIDCALL_NAME "x86-avoid-trailing-call"
115 dbgs() << "inserting int3 after trailing call instruction:\n"; in runOnMachineFunction()
119 dbgs() << "inserting int3 in trailing empty MBB:\n"; in runOnMachineFunction()
/freebsd/lib/libc/nameser/
H A Dns_samedomain.c40 *\li Trailing dots are first removed from name and domain.
42 * domain name is the trailing string of the given name.
57 /* Ignore a trailing label separator (i.e. an unescaped dot) in 'a'. */ in ns_samedomain()
73 /* Ignore a trailing label separator (i.e. an unescaped dot) in 'b'. */ in ns_samedomain()
137 /* Now compare aligned trailing substring. */ in ns_samedomain()
/freebsd/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c102 /* Add any trailing group of 32 bytes */ in __chksum_aarch64_simd()
117 /* Add any trailing group of 16 bytes */ in __chksum_aarch64_simd()
127 /* Add any trailing group of 8 bytes */ in __chksum_aarch64_simd()
141 /* Handle any trailing 0..7 bytes */ in __chksum_aarch64_simd()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_split_large_block.ksh33 # larger than the block size, so this shorter trailing chunk tripped a bad
63 # trailing chunk (the case that used to trip the assertion).
77 [[ $tail -ge 1 ]] || log_fail "$1: expected a short trailing WRITE record"
87 # of two, so a send without -L must emit a short trailing 128K-split chunk.
97 # split into 128K chunks with a shorter trailing chunk, then that the receive
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_msdos.c31 * 'def' -- directory without trailing slash and without streaming extension
33 * 'ghi/' -- directory with trailing slash and without streaming extension
34 * 'jkl' -- directory without trailing slash and with streaming extension
35 * 'mno/' -- directory with trailing slash and streaming extension
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp703 const unsigned Trailing = llvm::countr_zero((uint32_t)C1); in trySignedBitfieldInsertInMask() local
704 const unsigned Width = 32 - Leading - Trailing; in trySignedBitfieldInsertInMask()
716 CurDAG->getTargetConstant(Trailing, DL, VT)}; in trySignedBitfieldInsertInMask()
1192 // where C2 has 32 leading zeros and C3 trailing zeros. in Select()
1205 // where C2 has C4 leading zeros and no trailing zeros. in Select()
1235 // 32 leading zeros and C3 trailing zeros. in Select()
1254 // Where C2 is a mask with C3 trailing ones. in Select()
1265 // If the mask has 32 trailing ones, use SRLI on RV32 or SRLIW on RV64. in Select()
1498 // shifted mask with c2 leading zeros and c3 trailing zeros. in Select()
1501 unsigned Trailing = llvm::countr_zero(C1); in Select() local
[all …]
/freebsd/crypto/libecc/include/libecc/curves/
H A Dec_params.h31 #define MAX_CURVE_OID_LEN 32 /* including trailing 0 */
34 #define MAX_CURVE_OID_LEN 32 /* including trailing 0 */
40 #define MAX_CURVE_NAME_LEN 32 /* including trailing 0 */
/freebsd/contrib/lib9p/
H A Drfuncs.c51 * but basename("foo/bar/") is still "bar" -- no trailing
79 * Back up over any trailing slashes. If we reach in r_basename()
80 * the top of the path and it's still a trailing in r_basename()
174 * Back up over any trailing slashes, then back up in r_dirname()
179 * The first loop takes care of trailing slashes in r_dirname()
187 * handled trailing slashes), we end up pointing in r_dirname()

12345678910>>...76