/freebsd/contrib/libxo/doc/ |
H A D | xolint-errors.rst | 10 This code should be replaced with code like: 29 This code should be replaced with code like: 49 This code should be replaced with code like: 67 This code should be replaced with code like: 85 This code should be replaced with code like: 100 This code should be replaced with code like: 151 This code should be replaced with code like: 169 This code should be replaced with code like: 193 This code should be replaced with code like: 212 This code should be replaced with code like: [all …]
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 58 Where __FOO__ gets replaced. 64 Where this gets replaced. 78 atf_check "${MANBUILD}" -v FOO=this -v BAR=replaced input output 81 Where this gets replaced. 188 Where __FOO__ gets replaced.
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_zip_windows_path.c | 33 static const char *replaced = "dir_stored/dir1/file"; in test_with_hdrcharset() local 72 const char *expected = replaced; in test_with_hdrcharset() 76 const char *unexpected = replaced; in test_with_hdrcharset()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dollar.mk | 61 $T 'S,$$X,replaced,' ''${X:S,$X,replaced,:Q} 62 $T 'S,$$$$X,replaced,' ''${X:S,$$X,replaced,:Q} 63 $T 'S,$$$$$$X,replaced,' ''${X:S,$$$X,replaced,:Q}
|
H A D | varmod-indirect.mk | 41 .if ${value:L:${:Dempty}S,value,replaced,} != "replaced" 52 .if ${value:L:${:UM*}S,value,replaced,} == "M*S,value,replaced,}" 69 .if ${value:L:${:D empty }:S,value,replaced,} != "replaced"
|
H A D | var-op-expand.mk | 199 INDIRECT:= ${LATER:S,value,replaced,} 213 INDIRECT:= ${LATER:S,value,replaced,} 271 INDIRECT:= ${LATER:S,value,replaced,} OK ${LATER:value=sysv}
|
H A D | directive-for-escape.mk | 155 .for NUMBERS:M*e in replaced 165 .for BASENAME}${EXT in replaced
|
H A D | varmod-quote.mk | 16 .if ${:Ua.Qshell:Qshell=replaced} != "a.replaced"
|
H A D | varmod-tail.mk | 9 .if ${:U Tail :Tail=replaced} != "replaced"
|
H A D | varmod-head.mk | 66 .if ${:U Head :Head=replaced} != "replaced"
|
/freebsd/contrib/libucl/uthash/ |
H A D | uthash.h | 164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 166 replaced=NULL; \ 167 HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \ 168 if (replaced!=NULL) { \ 169 HASH_DELETE(hh,head,replaced); \ 257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 258 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced) 263 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument 264 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced) 270 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | broadcom-bluetooth.txt | 27 deprecated, replaced by interrupts and 31 - "extclk": deprecated, replaced by "txco"
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set26 | 13 11 replaced %s on
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.vlan | 7 # name will be replaced with the VLAN ID. The network interfaces are created
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | tls_failures.m4 | 11 errprint(`*** ERROR: FEATURE(tls_failures) has been replaced by confTLS_FALLBACK_TO_CLEAR
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set26 | 13 11 replaced %s on
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diamond | 8 # XXX - I think it was either renamed Slate, or replaced by Slate....
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-file_range.m4 | 13 dnl # 4.20: VFS clone_file_range() and dedupe_file_range() replaced by 19 dnl # 6.8: generic_copy_file_range() removed, replaced by
|
H A D | kernel-fst-mount.m4 | 3 dnl # The .get_sb callback has been replaced by a .mount callback
|
H A D | kernel-revalidate-disk-size.m4 | 6 dnl # revalidate_disk() was replaced by revalidate_disk_size()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 885 int reflags, replaced, rval; in re_compile() local 920 replaced = 0; in re_compile() 922 if (re_cscope_conv(sp, &ptrn, &plen, &replaced)) in re_compile() 932 if (re_tag_conv(sp, &ptrn, &plen, &replaced)) in re_compile() 935 if (re_conv(sp, &ptrn, &plen, &replaced)) in re_compile() 959 if (replaced) in re_compile()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | case_file.cc | 1141 Vdev replaced(BeingReplacedBy(zhp)); in Replace() local 1143 if (isspare && !vd.IsSpare() && !replaced.DoesNotExist()) { in Replace() 1145 if (replaced.IsResilvering() in Replace() 1146 || replaced.State() == VDEV_STATE_HEALTHY) { in Replace() 1155 oldstr = replaced.GUIDString(); in Replace()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | ucc.txt | 30 The following two properties are deprecated. rx-clock has been replaced 31 with rx-clock-name, and tx-clock has been replaced with tx-clock-name.
|
/freebsd/stand/forth/ |
H A D | loader.rc | 4 \ instead as this file can be replaced during system updates.
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-samsung-e5.dts | 10 * Unfortunately, the firmware is signed and cannot be replaced easily.
|