| /freebsd/contrib/diff/lib/ |
| H A D | version-etc.c | 90 You can use line breaks, estimating that each author name occupies in version_etc_va() 96 You can use line breaks, estimating that each author name occupies in version_etc_va() 102 You can use line breaks, estimating that each author name occupies in version_etc_va() 109 You can use line breaks, estimating that each author name occupies in version_etc_va() 116 You can use line breaks, estimating that each author name occupies in version_etc_va() 124 You can use line breaks, estimating that each author name occupies in version_etc_va() 134 You can use line breaks, estimating that each author name occupies in version_etc_va()
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 36 Breaks: libnvpair1, libnvpair3 84 Breaks: libzfs2, libzfs4, libzfs4linux, libzfs6linux, libzfs7linux, openzfs-libzfs4, openzfs-libzfs6 98 Breaks: libzfs2, libzfs4 112 Breaks: libzpool2, libzpool5, libzpool6linux, libzpool7linux 180 Breaks: spl-dkms (<< 0.8.0~rc1) 198 Breaks: zfsutils-linux (<= 0.7.11-2) 236 Breaks: openrc, 297 Breaks: zfsutils-linux (<= 0.7.9-2)
|
| /freebsd/contrib/libyaml/src/ |
| H A D | emitter.c | 1924 int breaks = 0; in yaml_emitter_write_plain_scalar() local 1959 if (!breaks && CHECK(string, '\n')) { in yaml_emitter_write_plain_scalar() 1964 breaks = 1; in yaml_emitter_write_plain_scalar() 1968 if (breaks) { in yaml_emitter_write_plain_scalar() 1974 breaks = 0; in yaml_emitter_write_plain_scalar() 1990 int breaks = 0; in yaml_emitter_write_single_quoted_scalar() local 2016 if (!breaks && CHECK(string, '\n')) { in yaml_emitter_write_single_quoted_scalar() 2021 breaks = 1; in yaml_emitter_write_single_quoted_scalar() 2025 if (breaks) { in yaml_emitter_write_single_quoted_scalar() 2034 breaks = 0; in yaml_emitter_write_single_quoted_scalar() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | writing-schema.rst | 54 line breaks and leading whitespace are stripped. Paragraphs are delimited by 61 to maintaining line breaks on double line breaks, the folded style also 63 breaks on indented lines are also maintained. 66 style maintains all line breaks and whitespace (beyond indentation of the
|
| /freebsd/contrib/unbound/contrib/ios/ |
| H A D | openssl.patch | 7 +/* fork() breaks AppleTVOS, WatchOS, AppleTVSimulator and WatchSimulator */ 31 +/* fork() breaks AppleTVOS, WatchOS, AppleTVSimulator and WatchSimulator */
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-TLS1_PRF.pod | 66 This option breaks FIPS compliance if it causes the approved "fips-indicator" 75 This option breaks FIPS compliance if it causes the approved "fips-indicator" 88 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-X963.pod | 59 This option breaks FIPS compliance if it causes the approved "fips-indicator" 73 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-TLS13_KDF.pod | 100 This option breaks FIPS compliance if it causes the approved "fips-indicator" 113 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-SSHKDF.pod | 103 This option breaks FIPS compliance if it causes the approved "fips-indicator" 116 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_KDF-TLS1_PRF.7 | 113 This option breaks FIPS compliance if it causes the approved "fips-indicator" 121 This option breaks FIPS compliance if it causes the approved "fips-indicator" 133 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-X963.7 | 106 This option breaks FIPS compliance if it causes the approved "fips-indicator" 119 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-TLS13_KDF.7 | 143 This option breaks FIPS compliance if it causes the approved "fips-indicator" 155 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | EVP_KDF-SSHKDF.7 | 146 This option breaks FIPS compliance if it causes the approved "fips-indicator" 158 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| H A D | provider-signature.7 | 577 This option breaks FIPS compliance if it causes the approved "fips-indicator" 585 This option breaks FIPS compliance if it causes the approved "fips-indicator" 593 This option breaks FIPS compliance if it causes the approved "fips-indicator" to 601 This option breaks FIPS compliance if it causes the approved "fips-indicator"
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_irc.c | 240 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut() 264 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut() 288 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut() 315 * protocol, but DCC breaks CTCP protocol anyway, so we in AliasHandleIrcOut()
|
| /freebsd/usr.sbin/rarpd/ |
| H A D | Makefile | 7 # This breaks with format strings returned by expand_syslog_m().. argh!
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | sh-multi-line.mk | 3 # Tests for multi-line shell commands, to ensure that the line breaks
|
| /freebsd/contrib/libyaml/examples/ |
| H A D | strings.yaml | 4 with line breaks being preserved.
|
| /freebsd/contrib/lyaml/spec/ |
| H A D | ext_yaml_scanner_spec.yaml | 152 - it ignores line-breaks and indentation: 183 - it removes indentation but preserves all line-breaks: 194 - it folds line breaks: 208 - it folds line breaks: '
|
| H A D | ext_yaml_parser_spec.yaml | 159 - it ignores line-breaks and indentation: 204 - it removes indentation but preserves all line-breaks: 214 - it folds line breaks: 228 - it folds line breaks: '
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 130 /// The returned penalty will cover the cost of the additional line breaks 305 /// that clang-format prefers similar breaks, i.e. breaks in the same 431 /// Disallow line breaks for this line.
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | kludge-fd_set.c | 5 * where n > FD_SETSIZE. This breaks OpenSSH and other programs that
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | rc_cmdlength.c | 12 /* evaluate the length of the command sequence. This breaks at the first
|
| /freebsd/crypto/openssh/contrib/aix/ |
| H A D | README | 43 It is hoped that it is useful but there is no warranty. If it breaks
|
| /freebsd/sbin/hastd/ |
| H A D | lzf.h | 155 * (linux kernel for example), this is necessary. NOTE: this breaks 165 * NOTE: this breaks the prototype in lzf.h.
|